COLOR #C9E9CF

HEX: #C9E9CF
RGB: (201,233,207)

Color info

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

RGB color model

#C9E9CF color RGB value is (201,233,207).

  • red value is 201;
  • green value is 233;
  • blue value is 207.
RGB:
(201,233,207)
(79%,91%,81%)

RGB channels and saturation

R 201 of 255 = 79%
G 233 of 255 = 91%
B 207 of 255 = 81%

201
233
207

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

Portions of RGB colors in percentages

R + G + B =
201 + 233 + 207 = 641 (100%)
R 201 of 641 ~ 31.36%
G 233 of 641 ~ 36.35%
B 207 of 641 ~ 32.29%

%31.36
%36.35
%32.29

CMYK color model

#C9E9CF color CMYK value is (14,0,11,9).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 8.63%
CMYK:
(14,0,11,9)
C14M0Y11K9 
(14%,0%,11%,9%)
(0.14/0.00/0.11/0.09)	

CMYK percentages

%13.73
%0
%11.16
%8.63

Codes

Color #C9E9CF in popluar color models

C9E9CF
RGB201233207
HSL131°42.11%85.10%
HSB/HSV131°13.73%91.37%
CMYK13.73%0.00%11.16%
8.63%

Color #C9E9CF in popluar number systems.

HEXC9E9CF
Decimal201233207
Binary110010011110100111001111
Octal311351317

Shades and tints

Shades of #C9E9CF

#C9E9CF
(201,233,207)
#B7D4BD
(183,212,189)
#A5BFAB
(165,191,171)
#93AA99
(147,170,153)
#819587
(129,149,135)
#6F8075
(111,128,117)
#5D6B63
(93,107,99)
#4B5651
(75,86,81)
#39413F
(57,65,63)
#272C2D
(39,44,45)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #C9E9CF

#C9E9CF
(201,233,207)
#CDEBD3
(205,235,211)
#D1EDD7
(209,237,215)
#D5EFDB
(213,239,219)
#D9F1DF
(217,241,223)
#DDF3E3
(221,243,227)
#E1F5E7
(225,245,231)
#E5F7EB
(229,247,235)
#E9F9EF
(233,249,239)
#EDFBF3
(237,251,243)
#F1FDF7
(241,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E9CF color. Also use rgb(201,233,207) instead hex code.

Text Font Color

.myTextColor { color: #C9E9CF; }

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

This text font color is #C9E9CF.


Background Color

.myBgColor { background-color: #C9E9CF; }

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

This div background color is #C9E9CF.


Border color

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

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

This div border color is #C9E9CF.


Opacity

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

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

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

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

This text has shadow with #C9E9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E9CF on black background.


Color preview on white background

This text has color #C9E9CF on white background.



Black color preview on #C9E9CF background

This text has black color on #C9E9CF background.


White color preview on #C9E9CF background

This text has white color on #C9E9CF background.