COLOR #C9D7B5

HEX: #C9D7B5
RGB: (201,215,181)

Color info

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

RGB color model

#C9D7B5 color RGB value is (201,215,181).

  • red value is 201;
  • green value is 215;
  • blue value is 181.
RGB:
(201,215,181)
(79%,84%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 215 of 255 = 84%
B 181 of 255 = 71%

201
215
181

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

Portions of RGB colors in percentages

R + G + B =
201 + 215 + 181 = 597 (100%)
R 201 of 597 ~ 33.67%
G 215 of 597 ~ 36.01%
B 181 of 597 ~ 30.32%

%33.67
%36.01
%30.32

CMYK color model

#C9D7B5 color CMYK value is (7,0,16,16).

  • cyan value is 6.51%
  • magenta value is 0.00%
  • yellow value is 15.81%
  • key color value is 15.69%
CMYK:
(7,0,16,16)
C7M0Y16K16 
(7%,0%,16%,16%)
(0.07/0.00/0.16/0.16)	

CMYK percentages

%6.51
%0
%15.81
%15.69

Codes

Color #C9D7B5 in popluar color models

C9D7B5
RGB201215181
HSL85°29.82%77.65%
HSB/HSV85°15.81%84.31%
CMYK6.51%0.00%15.81%
15.69%

Color #C9D7B5 in popluar number systems.

HEXC9D7B5
Decimal201215181
Binary110010011101011110110101
Octal311327265

Shades and tints

Shades of #C9D7B5

#C9D7B5
(201,215,181)
#B7C4A5
(183,196,165)
#A5B195
(165,177,149)
#939E85
(147,158,133)
#818B75
(129,139,117)
#6F7865
(111,120,101)
#5D6555
(93,101,85)
#4B5245
(75,82,69)
#393F35
(57,63,53)
#272C25
(39,44,37)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #C9D7B5

#C9D7B5
(201,215,181)
#CDDABB
(205,218,187)
#D1DDC1
(209,221,193)
#D5E0C7
(213,224,199)
#D9E3CD
(217,227,205)
#DDE6D3
(221,230,211)
#E1E9D9
(225,233,217)
#E5ECDF
(229,236,223)
#E9EFE5
(233,239,229)
#EDF2EB
(237,242,235)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D7B5 color. Also use rgb(201,215,181) instead hex code.

Text Font Color

.myTextColor { color: #C9D7B5; }

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

This text font color is #C9D7B5.


Background Color

.myBgColor { background-color: #C9D7B5; }

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

This div background color is #C9D7B5.


Border color

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

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

This div border color is #C9D7B5.


Opacity

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

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

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

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

This text has shadow with #C9D7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D7B5 on black background.


Color preview on white background

This text has color #C9D7B5 on white background.



Black color preview on #C9D7B5 background

This text has black color on #C9D7B5 background.


White color preview on #C9D7B5 background

This text has white color on #C9D7B5 background.