COLOR #C9D7BD

HEX: #C9D7BD
RGB: (201,215,189)

Color info

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

RGB color model

#C9D7BD color RGB value is (201,215,189).

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

RGB channels and saturation

R 201 of 255 = 79%
G 215 of 255 = 84%
B 189 of 255 = 74%

201
215
189

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

Portions of RGB colors in percentages

R + G + B =
201 + 215 + 189 = 605 (100%)
R 201 of 605 ~ 33.22%
G 215 of 605 ~ 35.54%
B 189 of 605 ~ 31.24%

%33.22
%35.54
%31.24

CMYK color model

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

  • cyan value is 6.51%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 15.69%
CMYK:
(7,0,12,16)
C7M0Y12K16 
(7%,0%,12%,16%)
(0.07/0.00/0.12/0.16)	

CMYK percentages

%6.51
%0
%12.09
%15.69

Codes

Color #C9D7BD in popluar color models

C9D7BD
RGB201215189
HSL92°24.53%79.22%
HSB/HSV92°12.09%84.31%
CMYK6.51%0.00%12.09%
15.69%

Color #C9D7BD in popluar number systems.

HEXC9D7BD
Decimal201215189
Binary110010011101011110111101
Octal311327275

Shades and tints

Shades of #C9D7BD

#C9D7BD
(201,215,189)
#B7C4AC
(183,196,172)
#A5B19B
(165,177,155)
#939E8A
(147,158,138)
#818B79
(129,139,121)
#6F7868
(111,120,104)
#5D6557
(93,101,87)
#4B5246
(75,82,70)
#393F35
(57,63,53)
#272C24
(39,44,36)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #C9D7BD

#C9D7BD
(201,215,189)
#CDDAC3
(205,218,195)
#D1DDC9
(209,221,201)
#D5E0CF
(213,224,207)
#D9E3D5
(217,227,213)
#DDE6DB
(221,230,219)
#E1E9E1
(225,233,225)
#E5ECE7
(229,236,231)
#E9EFED
(233,239,237)
#EDF2F3
(237,242,243)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D7BD; }

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

This text font color is #C9D7BD.


Background Color

.myBgColor { background-color: #C9D7BD; }

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

This div background color is #C9D7BD.


Border color

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

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

This div border color is #C9D7BD.


Opacity

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

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

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

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

This text has shadow with #C9D7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D7BD on black background.


Color preview on white background

This text has color #C9D7BD on white background.



Black color preview on #C9D7BD background

This text has black color on #C9D7BD background.


White color preview on #C9D7BD background

This text has white color on #C9D7BD background.