COLOR #C9D9B8

HEX: #C9D9B8 RGB: (201,217,184)

Color info

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

RGB color model

#C9D9B8 color RGB value is (201,217,184).

RGB: (201,217,184) (79%, 85%, 72%)

RGB channels and saturation

R 201 of 255 = 79%
G 217 of 255 = 85%
B 184 of 255 = 72%

201
217
184

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

Portions of RGB colors in percentages

R + G + B = 201 + 217 + 184 = 602 (100%)
R 201 of 602 ~ 33.39%
G 217 of 602 ~ 36.05%
B 184 of 602 ~ 30.56'%

%33.39
%36.05
%30.56

CMYK color model

#C9D9B8 color CMYK value is (7,0,15,15).

  • cyan value is 7.37%
  • magenta value is 0.00%
  • yellow value is 15.21%
  • key color value is 14.90%
CMYK: (7,0,15,15) C7M0Y15K15 (7%,0%,15%,15%) (0.07/0.00/0.15/0.15) 

CMYK percentages

%7.37
%0
%15.21
%14.9

Codes

Color #C9D9B8 in popluar color models

C9 D9 B8
RGB 201 217 184
HSL 89° 30.28% 78.63%
HSB/HSV 89° 15.21% 85.10%
CMYK 7.37% 0.00% 15.21%
14.90%

Color #C9D9B8 in popluar number systems.

HEX C9 D9 B8
Decimal 201 217 184
Binary 11001001 11011001 10111000
Octal 311 331 270

Shades and tints

Shades of #C9D9B8

#C9D9B8
(201,217,184)
#B7C6A8
(183,198,168)
#A5B398
(165,179,152)
#93A088
(147,160,136)
#818D78
(129,141,120)
#6F7A68
(111,122,104)
#5D6758
(93,103,88)
#4B5448
(75,84,72)
#394138
(57,65,56)
#272E28
(39,46,40)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #C9D9B8

#C9D9B8
(201,217,184)
#CDDCBE
(205,220,190)
#D1DFC4
(209,223,196)
#D5E2CA
(213,226,202)
#D9E5D0
(217,229,208)
#DDE8D6
(221,232,214)
#E1EBDC
(225,235,220)
#E5EEE2
(229,238,226)
#E9F1E8
(233,241,232)
#EDF4EE
(237,244,238)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D9B8 color. Also use rgb(201,217,184) instead hex code.

Text Font Color

.myTextColor { color: #C9D9B8; }

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

This text font color is #C9D9B8.

Background Color

.myBgColor { background-color: #C9D9B8; }

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

This div background color is #C9D9B8.

Border color

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

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

This div border color is #C9D9B8.

Opacity

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

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

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

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

This text has shadow with #C9D9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D9B8.

Preview

Color preview on black background

This text has color #C9D9B8 on black background.


Color preview on white background

This text has color #C9D9B8 on white background.


Black color preview on #C9D9B8 background

This text has black color on #C9D9B8 background.


White color preview on #C9D9B8 background

This text has white color on #C9D9B8 background.


Related colors

Complementary color

Complementary color for #hex is #362647.


I love getcolorcode.com

Triadic colors

1 #B8C9D9 and #D9B8C9 with #C9D9B8 are triadic colors.

2 #B8D9C9 and #D9C9B8 with #C9D9B8 are triadic colors.