COLOR #C9EAD1

HEX: #C9EAD1 RGB: (201,234,209)

Color info

#C9EAD1 contains red, green and blue colors in about the same proportion. Web safe color of #C9EAD1 is #CCFFCC (or #CFC).

RGB color model

#C9EAD1 color RGB value is (201,234,209).

RGB: (201,234,209) (79%, 92%, 82%)

RGB channels and saturation

R 201 of 255 = 79%
G 234 of 255 = 92%
B 209 of 255 = 82%

201
234
209

R + G + B ~ 84%. #C9EAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 234 + 209 = 644 (100%)
R 201 of 644 ~ 31.21%
G 234 of 644 ~ 36.34%
B 209 of 644 ~ 32.45'%

%31.21
%36.34
%32.45

CMYK color model

#C9EAD1 color CMYK value is (14,0,11,8).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 8.24%

CMYK: (14,0,11,8)
C14M0Y11K8 (14%, 0%, 11%, 8%)
(0.14 / 0.00 / 0.11 / 0.08)

CMYK percentages

%14.1
%0
%10.68
%8.24

Codes

Color #C9EAD1 in popluar color models

C9 EA D1
RGB 201 234 209
HSL 135° 44.00% 85.29%
HSB/HSV 135° 14.10% 91.76%
CMYK 14.10% 0.00% 10.68%
8.24%

Color #C9EAD1 in popluar number systems.

HEX C9 EA D1
Decimal 201 234 209
Binary 11001001 11101010 11010001
Octal 311 352 321

Shades and tints

Shades of #C9EAD1

#C9EAD1
(201,234,209)
#B7D5BE
(183,213,190)
#A5C0AB
(165,192,171)
#93AB98
(147,171,152)
#819685
(129,150,133)
#6F8172
(111,129,114)
#5D6C5F
(93,108,95)
#4B574C
(75,87,76)
#394239
(57,66,57)
#272D26
(39,45,38)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #C9EAD1

#C9EAD1
(201,234,209)
#CDEBD5
(205,235,213)
#D1ECD9
(209,236,217)
#D5EDDD
(213,237,221)
#D9EEE1
(217,238,225)
#DDEFE5
(221,239,229)
#E1F0E9
(225,240,233)
#E5F1ED
(229,241,237)
#E9F2F1
(233,242,241)
#EDF3F5
(237,243,245)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EAD1 color. Also use rgb(201,234,209) instead hex code.

Text Font Color

.myTextColor { color: #C9EAD1; }

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

This text font color is #C9EAD1.

Background Color

.myBgColor { background-color: #C9EAD1; }

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

This div background color is #C9EAD1.

Border color

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

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

This div border color is #C9EAD1.

Opacity

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

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

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

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

This text has shadow with #C9EAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EAD1.

Preview

Color preview on black background

This text has color #C9EAD1 on black background.


Color preview on white background

This text has color #C9EAD1 on white background.


Black color preview on #C9EAD1 background

This text has black color on #C9EAD1 background.


White color preview on #C9EAD1 background

This text has white color on #C9EAD1 background.


Related colors

Complementary color

Complementary color for #hex is #36152E.


I love getcolorcode.com

Triadic colors

1 #D1C9EA and #EAD1C9 with #C9EAD1 are triadic colors.

2 #D1EAC9 and #EAC9D1 with #C9EAD1 are triadic colors.