COLOR #C9DABA

HEX: #C9DABA RGB: (201,218,186)

Color info

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

RGB color model

#C9DABA color RGB value is (201,218,186).

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

RGB channels and saturation

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

201
218
186

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

Portions of RGB colors in percentages

R + G + B = 201 + 218 + 186 = 605 (100%)
R 201 of 605 ~ 33.22%
G 218 of 605 ~ 36.03%
B 186 of 605 ~ 30.74'%

%33.22
%36.03
%30.74

CMYK color model

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

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • 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
%14.68
%14.51

Codes

Color #C9DABA in popluar color models

C9 DA BA
RGB 201 218 186
HSL 92° 30.19% 79.22%
HSB/HSV 92° 14.68% 85.49%
CMYK 7.80% 0.00% 14.68%
14.51%

Color #C9DABA in popluar number systems.

HEX C9 DA BA
Decimal 201 218 186
Binary 11001001 11011010 10111010
Octal 311 332 272

Shades and tints

Shades of #C9DABA

#C9DABA
(201,218,186)
#B7C7AA
(183,199,170)
#A5B49A
(165,180,154)
#93A18A
(147,161,138)
#818E7A
(129,142,122)
#6F7B6A
(111,123,106)
#5D685A
(93,104,90)
#4B554A
(75,85,74)
#39423A
(57,66,58)
#272F2A
(39,47,42)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #C9DABA

#C9DABA
(201,218,186)
#CDDDC0
(205,221,192)
#D1E0C6
(209,224,198)
#D5E3CC
(213,227,204)
#D9E6D2
(217,230,210)
#DDE9D8
(221,233,216)
#E1ECDE
(225,236,222)
#E5EFE4
(229,239,228)
#E9F2EA
(233,242,234)
#EDF5F0
(237,245,240)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DABA; }

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

This text font color is #C9DABA.

Background Color

.myBgColor { background-color: #C9DABA; }

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

This div background color is #C9DABA.

Border color

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

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

This div border color is #C9DABA.

Opacity

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

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

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

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

This text has shadow with #C9DABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DABA.

Preview

Color preview on black background

This text has color #C9DABA on black background.


Color preview on white background

This text has color #C9DABA on white background.


Black color preview on #C9DABA background

This text has black color on #C9DABA background.


White color preview on #C9DABA background

This text has white color on #C9DABA background.


Related colors

Complementary color

Complementary color for #hex is #362545.


I love getcolorcode.com

Triadic colors

1 #BAC9DA and #DABAC9 with #C9DABA are triadic colors.

2 #BADAC9 and #DAC9BA with #C9DABA are triadic colors.