COLOR #C9CCBB

HEX: #C9CCBB RGB: (201,204,187)

Color info

#C9CCBB contains red, green and blue colors in about the same proportion. Web safe color of #C9CCBB is #CCCCCC (or #CCC).

RGB color model

#C9CCBB color RGB value is (201,204,187).

RGB: (201,204,187) (79%, 80%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 204 of 255 = 80%
B 187 of 255 = 73%

201
204
187

R + G + B ~ 77%. #C9CCBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 204 + 187 = 592 (100%)
R 201 of 592 ~ 33.95%
G 204 of 592 ~ 34.46%
B 187 of 592 ~ 31.59'%

%33.95
%34.46
%31.59

CMYK color model

#C9CCBB color CMYK value is (1,0,8,20).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 20.00%

CMYK: (1,0,8,20)
C1M0Y8K20 (1%, 0%, 8%, 20%)
(0.01 / 0.00 / 0.08 / 0.20)

CMYK percentages

%1.47
%0
%8.33
%20

Codes

Color #C9CCBB in popluar color models

C9 CC BB
RGB 201 204 187
HSL 71° 14.29% 76.67%
HSB/HSV 71° 8.33% 80.00%
CMYK 1.47% 0.00% 8.33%
20.00%

Color #C9CCBB in popluar number systems.

HEX C9 CC BB
Decimal 201 204 187
Binary 11001001 11001100 10111011
Octal 311 314 273

Shades and tints

Shades of #C9CCBB

#C9CCBB
(201,204,187)
#B7BAAA
(183,186,170)
#A5A899
(165,168,153)
#939688
(147,150,136)
#818477
(129,132,119)
#6F7266
(111,114,102)
#5D6055
(93,96,85)
#4B4E44
(75,78,68)
#393C33
(57,60,51)
#272A22
(39,42,34)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #C9CCBB

#C9CCBB
(201,204,187)
#CDD0C1
(205,208,193)
#D1D4C7
(209,212,199)
#D5D8CD
(213,216,205)
#D9DCD3
(217,220,211)
#DDE0D9
(221,224,217)
#E1E4DF
(225,228,223)
#E5E8E5
(229,232,229)
#E9ECEB
(233,236,235)
#EDF0F1
(237,240,241)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CCBB color. Also use rgb(201,204,187) instead hex code.

Text Font Color

.myTextColor { color: #C9CCBB; }

<p style="color:#C9CCBB">This sample text font color is #C9CCBB.</p>

This text font color is #C9CCBB.

Background Color

.myBgColor { background-color: #C9CCBB; }

<div style="background-color:#C9CCBB">Inner text</div>

This div background color is #C9CCBB.

Border color

.myBorderColor { border: 1px solid #C9CCBB; }

<div style="border:3px solid #C9CCBB">Div</div>

This div border color is #C9CCBB.

Opacity

.myOpacity80 { color: #C9CCBB; opacity: 0.8; }

<p style="color:#C9CCBB;opacity:0.8;">80%</p>

Text with #C9CCBB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9CCBB;}

<p style="text-shadow: 3px 3px 1px #C9CCBB">Text here.</p>

This text has shadow with #C9CCBB color.


.textShadow {text-shadow: 3px 3px 1px #C9CCBB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9CCBB, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9CCBB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9CCBB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9CCBB, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9CCBB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9CCBB;
-webkit-box-shadow: 1px 1px 3px 2px #C9CCBB;
box-shadow: 1px 1px 3px 2px #C9CCBB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9CCBB; -webkit-box-shadow: 1px 1px 3px 2px #C9CCBB; box-shadow:1px 1px 3px 2px #C9CCBB;">
Div content here
</div>

This div box has shadow with color #C9CCBB.

Preview

Color preview on black background

This text has color #C9CCBB on black background.


Color preview on white background

This text has color #C9CCBB on white background.


Black color preview on #C9CCBB background

This text has black color on #C9CCBB background.


White color preview on #C9CCBB background

This text has white color on #C9CCBB background.


Related colors

Complementary color

Complementary color for #hex is #363344.


I love getcolorcode.com

Triadic colors

1 #BBC9CC and #CCBBC9 with #C9CCBB are triadic colors.

2 #BBCCC9 and #CCC9BB with #C9CCBB are triadic colors.