COLOR #C9EECD

HEX: #C9EECD RGB: (201,238,205)

Color info

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

RGB color model

#C9EECD color RGB value is (201,238,205).

RGB: (201,238,205) (79%, 93%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 238 of 255 = 93%
B 205 of 255 = 80%

201
238
205

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

Portions of RGB colors in percentages

R + G + B = 201 + 238 + 205 = 644 (100%)
R 201 of 644 ~ 31.21%
G 238 of 644 ~ 36.96%
B 205 of 644 ~ 31.83'%

%31.21
%36.96
%31.83

CMYK color model

#C9EECD color CMYK value is (16,0,14,7).

  • cyan value is 15.55%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 6.67%

CMYK: (16,0,14,7)
C16M0Y14K7 (16%, 0%, 14%, 7%)
(0.16 / 0.00 / 0.14 / 0.07)

CMYK percentages

%15.55
%0
%13.87
%6.67

Codes

Color #C9EECD in popluar color models

C9 EE CD
RGB 201 238 205
HSL 126° 52.11% 86.08%
HSB/HSV 126° 15.55% 93.33%
CMYK 15.55% 0.00% 13.87%
6.67%

Color #C9EECD in popluar number systems.

HEX C9 EE CD
Decimal 201 238 205
Binary 11001001 11101110 11001101
Octal 311 356 315

Shades and tints

Shades of #C9EECD

#C9EECD
(201,238,205)
#B7D9BB
(183,217,187)
#A5C4A9
(165,196,169)
#93AF97
(147,175,151)
#819A85
(129,154,133)
#6F8573
(111,133,115)
#5D7061
(93,112,97)
#4B5B4F
(75,91,79)
#39463D
(57,70,61)
#27312B
(39,49,43)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #C9EECD

#C9EECD
(201,238,205)
#CDEFD1
(205,239,209)
#D1F0D5
(209,240,213)
#D5F1D9
(213,241,217)
#D9F2DD
(217,242,221)
#DDF3E1
(221,243,225)
#E1F4E5
(225,244,229)
#E5F5E9
(229,245,233)
#E9F6ED
(233,246,237)
#EDF7F1
(237,247,241)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EECD color. Also use rgb(201,238,205) instead hex code.

Text Font Color

.myTextColor { color: #C9EECD; }

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

This text font color is #C9EECD.

Background Color

.myBgColor { background-color: #C9EECD; }

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

This div background color is #C9EECD.

Border color

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

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

This div border color is #C9EECD.

Opacity

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

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

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

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

This text has shadow with #C9EECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EECD.

Preview

Color preview on black background

This text has color #C9EECD on black background.


Color preview on white background

This text has color #C9EECD on white background.


Black color preview on #C9EECD background

This text has black color on #C9EECD background.


White color preview on #C9EECD background

This text has white color on #C9EECD background.


Related colors

Complementary color

Complementary color for #hex is #361132.


I love getcolorcode.com

Triadic colors

1 #CDC9EE and #EECDC9 with #C9EECD are triadic colors.

2 #CDEEC9 and #EEC9CD with #C9EECD are triadic colors.