COLOR #C9DAB9

HEX: #C9DAB9 RGB: (201,218,185)

Color info

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

RGB color model

#C9DAB9 color RGB value is (201,218,185).

RGB: (201,218,185) (79%, 85%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 218 of 255 = 85%
B 185 of 255 = 73%

201
218
185

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

Portions of RGB colors in percentages

R + G + B = 201 + 218 + 185 = 604 (100%)
R 201 of 604 ~ 33.28%
G 218 of 604 ~ 36.09%
B 185 of 604 ~ 30.63'%

%33.28
%36.09
%30.63

CMYK color model

#C9DAB9 color CMYK value is (8,0,15,15).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 14.51%

CMYK: (8,0,15,15)
C8M0Y15K15 (8%, 0%, 15%, 15%)
(0.08 / 0.00 / 0.15 / 0.15)

CMYK percentages

%7.8
%0
%15.14
%14.51

Codes

Color #C9DAB9 in popluar color models

C9 DA B9
RGB 201 218 185
HSL 91° 30.84% 79.02%
HSB/HSV 91° 15.14% 85.49%
CMYK 7.80% 0.00% 15.14%
14.51%

Color #C9DAB9 in popluar number systems.

HEX C9 DA B9
Decimal 201 218 185
Binary 11001001 11011010 10111001
Octal 311 332 271

Shades and tints

Shades of #C9DAB9

#C9DAB9
(201,218,185)
#B7C7A9
(183,199,169)
#A5B499
(165,180,153)
#93A189
(147,161,137)
#818E79
(129,142,121)
#6F7B69
(111,123,105)
#5D6859
(93,104,89)
#4B5549
(75,85,73)
#394239
(57,66,57)
#272F29
(39,47,41)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #C9DAB9

#C9DAB9
(201,218,185)
#CDDDBF
(205,221,191)
#D1E0C5
(209,224,197)
#D5E3CB
(213,227,203)
#D9E6D1
(217,230,209)
#DDE9D7
(221,233,215)
#E1ECDD
(225,236,221)
#E5EFE3
(229,239,227)
#E9F2E9
(233,242,233)
#EDF5EF
(237,245,239)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DAB9 color. Also use rgb(201,218,185) instead hex code.

Text Font Color

.myTextColor { color: #C9DAB9; }

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

This text font color is #C9DAB9.

Background Color

.myBgColor { background-color: #C9DAB9; }

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

This div background color is #C9DAB9.

Border color

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

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

This div border color is #C9DAB9.

Opacity

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

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

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

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

This text has shadow with #C9DAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DAB9.

Preview

Color preview on black background

This text has color #C9DAB9 on black background.


Color preview on white background

This text has color #C9DAB9 on white background.


Black color preview on #C9DAB9 background

This text has black color on #C9DAB9 background.


White color preview on #C9DAB9 background

This text has white color on #C9DAB9 background.


Related colors

Complementary color

Complementary color for #hex is #362546.


I love getcolorcode.com

Triadic colors

1 #B9C9DA and #DAB9C9 with #C9DAB9 are triadic colors.

2 #B9DAC9 and #DAC9B9 with #C9DAB9 are triadic colors.