COLOR #C9D1BB

HEX: #C9D1BB
RGB: (201,209,187)

Color info

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

RGB color model

#C9D1BB color RGB value is (201,209,187).

  • red value is 201;
  • green value is 209;
  • blue value is 187.
RGB:
(201,209,187)
(79%,82%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 209 of 255 = 82%
B 187 of 255 = 73%

201
209
187

R + G + B ~ 78%. #C9D1BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 209 + 187 = 597 (100%)
R 201 of 597 ~ 33.67%
G 209 of 597 ~ 35.01%
B 187 of 597 ~ 31.32%

%33.67
%35.01
%31.32

CMYK color model

#C9D1BB color CMYK value is (4,0,11,18).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(4,0,11,18)
C4M0Y11K18 
(4%,0%,11%,18%)
(0.04/0.00/0.11/0.18)	

CMYK percentages

%3.83
%0
%10.53
%18.04

Codes

Color #C9D1BB in popluar color models

C9D1BB
RGB201209187
HSL82°19.30%77.65%
HSB/HSV82°10.53%81.96%
CMYK3.83%0.00%10.53%
18.04%

Color #C9D1BB in popluar number systems.

HEXC9D1BB
Decimal201209187
Binary110010011101000110111011
Octal311321273

Shades and tints

Shades of #C9D1BB

#C9D1BB
(201,209,187)
#B7BEAA
(183,190,170)
#A5AB99
(165,171,153)
#939888
(147,152,136)
#818577
(129,133,119)
#6F7266
(111,114,102)
#5D5F55
(93,95,85)
#4B4C44
(75,76,68)
#393933
(57,57,51)
#272622
(39,38,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #C9D1BB

#C9D1BB
(201,209,187)
#CDD5C1
(205,213,193)
#D1D9C7
(209,217,199)
#D5DDCD
(213,221,205)
#D9E1D3
(217,225,211)
#DDE5D9
(221,229,217)
#E1E9DF
(225,233,223)
#E5EDE5
(229,237,229)
#E9F1EB
(233,241,235)
#EDF5F1
(237,245,241)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D1BB; }

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

This text font color is #C9D1BB.


Background Color

.myBgColor { background-color: #C9D1BB; }

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

This div background color is #C9D1BB.


Border color

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

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

This div border color is #C9D1BB.


Opacity

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

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

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

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

This text has shadow with #C9D1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D1BB on black background.


Color preview on white background

This text has color #C9D1BB on white background.



Black color preview on #C9D1BB background

This text has black color on #C9D1BB background.


White color preview on #C9D1BB background

This text has white color on #C9D1BB background.