COLOR #C9E4CD

HEX: #C9E4CD
RGB: (201,228,205)

Color info

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

RGB color model

#C9E4CD color RGB value is (201,228,205).

  • red value is 201;
  • green value is 228;
  • blue value is 205.
RGB:
(201,228,205)
(79%,89%,80%)

RGB channels and saturation

R 201 of 255 = 79%
G 228 of 255 = 89%
B 205 of 255 = 80%

201
228
205

R + G + B ~ 83%. #C9E4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 228 + 205 = 634 (100%)
R 201 of 634 ~ 31.7%
G 228 of 634 ~ 35.96%
B 205 of 634 ~ 32.33%

%31.7
%35.96
%32.33

CMYK color model

#C9E4CD color CMYK value is (12,0,10,11).

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 10.59%
CMYK:
(12,0,10,11)
C12M0Y10K11 
(12%,0%,10%,11%)
(0.12/0.00/0.10/0.11)	

CMYK percentages

%11.84
%0
%10.09
%10.59

Codes

Color #C9E4CD in popluar color models

C9E4CD
RGB201228205
HSL129°33.33%84.12%
HSB/HSV129°11.84%89.41%
CMYK11.84%0.00%10.09%
10.59%

Color #C9E4CD in popluar number systems.

HEXC9E4CD
Decimal201228205
Binary110010011110010011001101
Octal311344315

Shades and tints

Shades of #C9E4CD

#C9E4CD
(201,228,205)
#B7D0BB
(183,208,187)
#A5BCA9
(165,188,169)
#93A897
(147,168,151)
#819485
(129,148,133)
#6F8073
(111,128,115)
#5D6C61
(93,108,97)
#4B584F
(75,88,79)
#39443D
(57,68,61)
#27302B
(39,48,43)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #C9E4CD

#C9E4CD
(201,228,205)
#CDE6D1
(205,230,209)
#D1E8D5
(209,232,213)
#D5EAD9
(213,234,217)
#D9ECDD
(217,236,221)
#DDEEE1
(221,238,225)
#E1F0E5
(225,240,229)
#E5F2E9
(229,242,233)
#E9F4ED
(233,244,237)
#EDF6F1
(237,246,241)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E4CD; }

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

This text font color is #C9E4CD.


Background Color

.myBgColor { background-color: #C9E4CD; }

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

This div background color is #C9E4CD.


Border color

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

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

This div border color is #C9E4CD.


Opacity

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

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

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

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

This text has shadow with #C9E4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E4CD on black background.


Color preview on white background

This text has color #C9E4CD on white background.



Black color preview on #C9E4CD background

This text has black color on #C9E4CD background.


White color preview on #C9E4CD background

This text has white color on #C9E4CD background.