COLOR #C9E7CA

HEX: #C9E7CA
RGB: (201,231,202)

Color info

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

RGB color model

#C9E7CA color RGB value is (201,231,202).

  • red value is 201;
  • green value is 231;
  • blue value is 202.
RGB:
(201,231,202)
(79%,91%,79%)

RGB channels and saturation

R 201 of 255 = 79%
G 231 of 255 = 91%
B 202 of 255 = 79%

201
231
202

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

Portions of RGB colors in percentages

R + G + B =
201 + 231 + 202 = 634 (100%)
R 201 of 634 ~ 31.7%
G 231 of 634 ~ 36.44%
B 202 of 634 ~ 31.86%

%31.7
%36.44
%31.86

CMYK color model

#C9E7CA color CMYK value is (13,0,13,9).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 9.41%
CMYK:
(13,0,13,9)
C13M0Y13K9 
(13%,0%,13%,9%)
(0.13/0.00/0.13/0.09)	

CMYK percentages

%12.99
%0
%12.55
%9.41

Codes

Color #C9E7CA in popluar color models

C9E7CA
RGB201231202
HSL122°38.46%84.71%
HSB/HSV122°12.99%90.59%
CMYK12.99%0.00%12.55%
9.41%

Color #C9E7CA in popluar number systems.

HEXC9E7CA
Decimal201231202
Binary110010011110011111001010
Octal311347312

Shades and tints

Shades of #C9E7CA

#C9E7CA
(201,231,202)
#B7D2B8
(183,210,184)
#A5BDA6
(165,189,166)
#93A894
(147,168,148)
#819382
(129,147,130)
#6F7E70
(111,126,112)
#5D695E
(93,105,94)
#4B544C
(75,84,76)
#393F3A
(57,63,58)
#272A28
(39,42,40)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #C9E7CA

#C9E7CA
(201,231,202)
#CDE9CE
(205,233,206)
#D1EBD2
(209,235,210)
#D5EDD6
(213,237,214)
#D9EFDA
(217,239,218)
#DDF1DE
(221,241,222)
#E1F3E2
(225,243,226)
#E5F5E6
(229,245,230)
#E9F7EA
(233,247,234)
#EDF9EE
(237,249,238)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E7CA color. Also use rgb(201,231,202) instead hex code.

Text Font Color

.myTextColor { color: #C9E7CA; }

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

This text font color is #C9E7CA.


Background Color

.myBgColor { background-color: #C9E7CA; }

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

This div background color is #C9E7CA.


Border color

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

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

This div border color is #C9E7CA.


Opacity

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

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

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

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

This text has shadow with #C9E7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E7CA on black background.


Color preview on white background

This text has color #C9E7CA on white background.



Black color preview on #C9E7CA background

This text has black color on #C9E7CA background.


White color preview on #C9E7CA background

This text has white color on #C9E7CA background.