COLOR #C9EDCD

HEX: #C9EDCD RGB: (201,237,205)

Color info

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

RGB color model

#C9EDCD color RGB value is (201,237,205).

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

RGB channels and saturation

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

201
237
205

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

Portions of RGB colors in percentages

R + G + B = 201 + 237 + 205 = 643 (100%)
R 201 of 643 ~ 31.26%
G 237 of 643 ~ 36.86%
B 205 of 643 ~ 31.88'%

%31.26
%36.86
%31.88

CMYK color model

#C9EDCD color CMYK value is (15,0,14,7).

  • cyan value is 15.19%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 7.06%

CMYK: (15,0,14,7)
C15M0Y14K7 (15%, 0%, 14%, 7%)
(0.15 / 0.00 / 0.14 / 0.07)

CMYK percentages

%15.19
%0
%13.5
%7.06

Codes

Color #C9EDCD in popluar color models

C9 ED CD
RGB 201 237 205
HSL 127° 50.00% 85.88%
HSB/HSV 127° 15.19% 92.94%
CMYK 15.19% 0.00% 13.50%
7.06%

Color #C9EDCD in popluar number systems.

HEX C9 ED CD
Decimal 201 237 205
Binary 11001001 11101101 11001101
Octal 311 355 315

Shades and tints

Shades of #C9EDCD

#C9EDCD
(201,237,205)
#B7D8BB
(183,216,187)
#A5C3A9
(165,195,169)
#93AE97
(147,174,151)
#819985
(129,153,133)
#6F8473
(111,132,115)
#5D6F61
(93,111,97)
#4B5A4F
(75,90,79)
#39453D
(57,69,61)
#27302B
(39,48,43)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #C9EDCD

#C9EDCD
(201,237,205)
#CDEED1
(205,238,209)
#D1EFD5
(209,239,213)
#D5F0D9
(213,240,217)
#D9F1DD
(217,241,221)
#DDF2E1
(221,242,225)
#E1F3E5
(225,243,229)
#E5F4E9
(229,244,233)
#E9F5ED
(233,245,237)
#EDF6F1
(237,246,241)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EDCD; }

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

This text font color is #C9EDCD.

Background Color

.myBgColor { background-color: #C9EDCD; }

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

This div background color is #C9EDCD.

Border color

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

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

This div border color is #C9EDCD.

Opacity

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

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

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

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

This text has shadow with #C9EDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EDCD.

Preview

Color preview on black background

This text has color #C9EDCD on black background.


Color preview on white background

This text has color #C9EDCD on white background.


Black color preview on #C9EDCD background

This text has black color on #C9EDCD background.


White color preview on #C9EDCD background

This text has white color on #C9EDCD background.


Related colors

Complementary color

Complementary color for #hex is #361232.


I love getcolorcode.com

Triadic colors

1 #CDC9ED and #EDCDC9 with #C9EDCD are triadic colors.

2 #CDEDC9 and #EDC9CD with #C9EDCD are triadic colors.