COLOR #C9D6B1

HEX: #C9D6B1 RGB: (201,214,177)

Color info

#C9D6B1 contains red, green and blue colors in about the same proportion. Web safe color of #C9D6B1 is #CCCC99 (or #CC9).

RGB color model

#C9D6B1 color RGB value is (201,214,177).

RGB: (201,214,177) (79%, 84%, 69%)

RGB channels and saturation

R 201 of 255 = 79%
G 214 of 255 = 84%
B 177 of 255 = 69%

201
214
177

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

Portions of RGB colors in percentages

R + G + B = 201 + 214 + 177 = 592 (100%)
R 201 of 592 ~ 33.95%
G 214 of 592 ~ 36.15%
B 177 of 592 ~ 29.9'%

%33.95
%36.15
%29.9

CMYK color model

#C9D6B1 color CMYK value is (6,0,17,16).

  • cyan value is 6.07%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 16.08%

CMYK: (6,0,17,16)
C6M0Y17K16 (6%, 0%, 17%, 16%)
(0.06 / 0.00 / 0.17 / 0.16)

CMYK percentages

%6.07
%0
%17.29
%16.08

Codes

Color #C9D6B1 in popluar color models

C9 D6 B1
RGB 201 214 177
HSL 81° 31.09% 76.67%
HSB/HSV 81° 17.29% 83.92%
CMYK 6.07% 0.00% 17.29%
16.08%

Color #C9D6B1 in popluar number systems.

HEX C9 D6 B1
Decimal 201 214 177
Binary 11001001 11010110 10110001
Octal 311 326 261

Shades and tints

Shades of #C9D6B1

#C9D6B1
(201,214,177)
#B7C3A1
(183,195,161)
#A5B091
(165,176,145)
#939D81
(147,157,129)
#818A71
(129,138,113)
#6F7761
(111,119,97)
#5D6451
(93,100,81)
#4B5141
(75,81,65)
#393E31
(57,62,49)
#272B21
(39,43,33)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #C9D6B1

#C9D6B1
(201,214,177)
#CDD9B8
(205,217,184)
#D1DCBF
(209,220,191)
#D5DFC6
(213,223,198)
#D9E2CD
(217,226,205)
#DDE5D4
(221,229,212)
#E1E8DB
(225,232,219)
#E5EBE2
(229,235,226)
#E9EEE9
(233,238,233)
#EDF1F0
(237,241,240)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D6B1 color. Also use rgb(201,214,177) instead hex code.

Text Font Color

.myTextColor { color: #C9D6B1; }

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

This text font color is #C9D6B1.

Background Color

.myBgColor { background-color: #C9D6B1; }

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

This div background color is #C9D6B1.

Border color

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

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

This div border color is #C9D6B1.

Opacity

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

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

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

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

This text has shadow with #C9D6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D6B1.

Preview

Color preview on black background

This text has color #C9D6B1 on black background.


Color preview on white background

This text has color #C9D6B1 on white background.


Black color preview on #C9D6B1 background

This text has black color on #C9D6B1 background.


White color preview on #C9D6B1 background

This text has white color on #C9D6B1 background.


Related colors

Complementary color

Complementary color for #hex is #36294E.


I love getcolorcode.com

Triadic colors

1 #B1C9D6 and #D6B1C9 with #C9D6B1 are triadic colors.

2 #B1D6C9 and #D6C9B1 with #C9D6B1 are triadic colors.