crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ccccbb hex color - Kittiwake Gull - Green - Warm color - Information

#ccccbb hex color - Kittiwake Gull - Green - Warm color

Color Hue/Base color: Green

Hex #ccccbb Color Code is also known as Kittiwake Gull color.

Hex #ccccbb Color code in RGB color code model is created after adding 80% red color, 80% green color and 73.33% blue color. Hex #ccccbb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 8% yellow and 20% black.

Hex #ccccbb color code is a web safe color. Next web safe color code is #bbbbaa and previous web safe color code is #ddddcc. You can see here many more shades of #ccccbb color code.

0 Likes 0 Comments | 139 Views

Color Table

Hex Color Codeccccbb#ccccbb
RGB Decimal204, 204, 187rgb(204, 204, 187)
RGB Percent80%, 80%, 73%rgb(80%, 80%, 73%)
CSS RGBa204, 204, 187,1rgba(204,204,187,1)
CMYK Modelcmyk(0%,0%,8%,20%)
HSL Color Space60,14% ,77%hsl(60,14% ,77%)
HSV Color Space60°, 8%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001100110010111011
Octal314314273
Decimal204204187
Hexccccbb

Different shades of #ccccbb color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ccccbb
#e2e2d8
Dark Shade of #ccccbb
#b6b69e
Saturated Shade of #ccccbb
#d2d2b5
Desaturated Shade of #ccccbb
#c6c6c1
Grey scale Shade of #ccccbb
#c3c3c3
Brighten Shade
#e5e5d4
Most Readable Shade
#000000

Shades of #ccccbb color code

Generate more color scales with scales (color stack) generator.

#ccccbb
#b5b5a6
#9e9e91
#88887c
#717167
#5a5a53
#44443e
#2d2d29
#161614
#000000

Similar Color like #ccccbb color

Find visually similar hex color codes nearing to #ccccbb hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cdcdbc
#cecebd
#cfcfbe
#d0d0bf
#d1d1c0
#d2d2c1
#d3d3c2
#d4d4c3
#d5d5c4
#d6d6c5
#d7d7c6
#d8d8c7
#d9d9c8
#dadac9
#cbcbba
#cacab9
#c9c9b8
#c8c8b7
#c7c7b6
#c6c6b5
#c5c5b4
#c4c4b3
#c3c3b2
#c2c2b1
#c1c1b0
#c0c0af
#bfbfae
#bebead

Monochromatic Color with #ccccbb

#ccccbb
#f6f6e2
#22221f
#4c4c46
#77776d
#a1a194

Tints of #ccccbb Color

#ccccbb
#d1d1c2
#d7d7ca
#ddddd1
#e2e2d9
#e8e8e0
#eeeee8
#f3f3ef
#f9f9f7
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ccccbb
#bbbbcc

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ccccbb
#bbc3cc
#c3bbcc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ccc5bb
#ccc9bb
#ccccbb
#c9ccbb
#c5ccbb

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ccccbb
#bbcccc
#ccbbcc

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ccccbb
#bbccc3
#bbbbcc
#ccbbc3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ccccbb
#bbbbcc
#c3bbcc
#c3ccbb

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ccccbb Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ccccbb Color Code Preview on Black Background Color

This is how #ccccbb Color will look on black background color. Color contrast ratio is 12.92

#ccccbb in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ccccbb">Your Example Paragraph content text in with font color #ccccbb </p>

Your Example Paragraph content text in with font color #ccccbb

HTML with inline CSS

<div style="color:#ccccbb">Your Paragraph text in with font color #ccccbb </div>

Your Example Paragraph content text in with font color #ccccbb

#ccccbb color code is use for CSS Background Color

Background color for the above div is #ccccbb

HTML with inline CSS

<div style="background-color:#ccccbb;"></div>

#ccccbb color code is use for CSS Border Color

CSS Border color for the above div is #ccccbb

HTML with inline CSS

<div style="border:5px solid #ccccbb;"></div>

CSS Border Left color for the above div is #ccccbb

HTML with inline CSS

<div style="border-left:5px solid #ccccbb;"></div>

CSS Border Right color for the above div is #ccccbb

HTML with inline CSS

<div style="border-right:5px solid #ccccbb;"></div>

CSS Border Bottom color for the above div is #ccccbb

HTML with inline CSS

<div style="border-bottom:5px solid #ccccbb;"></div>

CSS Border Top color for the above div is #ccccbb

HTML with inline CSS

<div style="border-top:5px solid #ccccbb;"></div>

#ccccbb hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ccccbb; } .examplecolorclass {color:#ccccbb; } .examplebordercolor {border:3px solid #ccccbb; }

#ccccbb Color code Preview on White Background

This is how #ccccbb Color code will look on white background color. Color contrast ratio is 1.63

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ccccbb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ccccbb; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 139 Views

Post your comment:-

By submitting comment you agree to our privacy policy.