COLOR #C9DABD

HEX: #C9DABD RGB: (201,218,189)

Color info

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

RGB color model

#C9DABD color RGB value is (201,218,189).

RGB: (201,218,189) (79%, 85%, 74%)

RGB channels and saturation

R 201 of 255 = 79%
G 218 of 255 = 85%
B 189 of 255 = 74%

201
218
189

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

Portions of RGB colors in percentages

R + G + B = 201 + 218 + 189 = 608 (100%)
R 201 of 608 ~ 33.06%
G 218 of 608 ~ 35.86%
B 189 of 608 ~ 31.09'%

%33.06
%35.86
%31.09

CMYK color model

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

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

CMYK: (8,0,13,15)
C8M0Y13K15 (8%, 0%, 13%, 15%)
(0.08 / 0.00 / 0.13 / 0.15)

CMYK percentages

%7.8
%0
%13.3
%14.51

Codes

Color #C9DABD in popluar color models

C9 DA BD
RGB 201 218 189
HSL 95° 28.16% 79.80%
HSB/HSV 95° 13.30% 85.49%
CMYK 7.80% 0.00% 13.30%
14.51%

Color #C9DABD in popluar number systems.

HEX C9 DA BD
Decimal 201 218 189
Binary 11001001 11011010 10111101
Octal 311 332 275

Shades and tints

Shades of #C9DABD

#C9DABD
(201,218,189)
#B7C7AC
(183,199,172)
#A5B49B
(165,180,155)
#93A18A
(147,161,138)
#818E79
(129,142,121)
#6F7B68
(111,123,104)
#5D6857
(93,104,87)
#4B5546
(75,85,70)
#394235
(57,66,53)
#272F24
(39,47,36)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #C9DABD

#C9DABD
(201,218,189)
#CDDDC3
(205,221,195)
#D1E0C9
(209,224,201)
#D5E3CF
(213,227,207)
#D9E6D5
(217,230,213)
#DDE9DB
(221,233,219)
#E1ECE1
(225,236,225)
#E5EFE7
(229,239,231)
#E9F2ED
(233,242,237)
#EDF5F3
(237,245,243)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DABD; }

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

This text font color is #C9DABD.

Background Color

.myBgColor { background-color: #C9DABD; }

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

This div background color is #C9DABD.

Border color

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

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

This div border color is #C9DABD.

Opacity

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

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

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

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

This text has shadow with #C9DABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DABD.

Preview

Color preview on black background

This text has color #C9DABD on black background.


Color preview on white background

This text has color #C9DABD on white background.


Black color preview on #C9DABD background

This text has black color on #C9DABD background.


White color preview on #C9DABD background

This text has white color on #C9DABD background.


Related colors

Complementary color

Complementary color for #hex is #362542.


I love getcolorcode.com

Triadic colors

1 #BDC9DA and #DABDC9 with #C9DABD are triadic colors.

2 #BDDAC9 and #DAC9BD with #C9DABD are triadic colors.