COLOR #C9D5BB

HEX: #C9D5BB RGB: (201,213,187)

Color info

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

RGB color model

#C9D5BB color RGB value is (201,213,187).

RGB: (201,213,187) (79%, 84%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 213 of 255 = 84%
B 187 of 255 = 73%

201
213
187

R + G + B ~ 79%. #C9D5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 213 + 187 = 601 (100%)
R 201 of 601 ~ 33.44%
G 213 of 601 ~ 35.44%
B 187 of 601 ~ 31.11'%

%33.44
%35.44
%31.11

CMYK color model

#C9D5BB color CMYK value is (6,0,12,16).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%

CMYK: (6,0,12,16)
C6M0Y12K16 (6%, 0%, 12%, 16%)
(0.06 / 0.00 / 0.12 / 0.16)

CMYK percentages

%5.63
%0
%12.21
%16.47

Codes

Color #C9D5BB in popluar color models

C9 D5 BB
RGB 201 213 187
HSL 88° 23.64% 78.43%
HSB/HSV 88° 12.21% 83.53%
CMYK 5.63% 0.00% 12.21%
16.47%

Color #C9D5BB in popluar number systems.

HEX C9 D5 BB
Decimal 201 213 187
Binary 11001001 11010101 10111011
Octal 311 325 273

Shades and tints

Shades of #C9D5BB

#C9D5BB
(201,213,187)
#B7C2AA
(183,194,170)
#A5AF99
(165,175,153)
#939C88
(147,156,136)
#818977
(129,137,119)
#6F7666
(111,118,102)
#5D6355
(93,99,85)
#4B5044
(75,80,68)
#393D33
(57,61,51)
#272A22
(39,42,34)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #C9D5BB

#C9D5BB
(201,213,187)
#CDD8C1
(205,216,193)
#D1DBC7
(209,219,199)
#D5DECD
(213,222,205)
#D9E1D3
(217,225,211)
#DDE4D9
(221,228,217)
#E1E7DF
(225,231,223)
#E5EAE5
(229,234,229)
#E9EDEB
(233,237,235)
#EDF0F1
(237,240,241)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D5BB; }

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

This text font color is #C9D5BB.

Background Color

.myBgColor { background-color: #C9D5BB; }

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

This div background color is #C9D5BB.

Border color

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

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

This div border color is #C9D5BB.

Opacity

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

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

Text with #C9D5BB 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 #C9D5BB;}

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

This text has shadow with #C9D5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D5BB.

Preview

Color preview on black background

This text has color #C9D5BB on black background.


Color preview on white background

This text has color #C9D5BB on white background.


Black color preview on #C9D5BB background

This text has black color on #C9D5BB background.


White color preview on #C9D5BB background

This text has white color on #C9D5BB background.


Related colors

Complementary color

Complementary color for #hex is #362A44.


I love getcolorcode.com

Triadic colors

1 #BBC9D5 and #D5BBC9 with #C9D5BB are triadic colors.

2 #BBD5C9 and #D5C9BB with #C9D5BB are triadic colors.