COLOR #C9E2CA

HEX: #C9E2CA
RGB: (201,226,202)

Color info

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

RGB color model

#C9E2CA color RGB value is (201,226,202).

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

RGB channels and saturation

R 201 of 255 = 79%
G 226 of 255 = 89%
B 202 of 255 = 79%

201
226
202

R + G + B ~ 82%. #C9E2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 226 + 202 = 629 (100%)
R 201 of 629 ~ 31.96%
G 226 of 629 ~ 35.93%
B 202 of 629 ~ 32.11%

%31.96
%35.93
%32.11

CMYK color model

#C9E2CA color CMYK value is (11,0,11,11).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 11.37%
CMYK:
(11,0,11,11)
C11M0Y11K11 
(11%,0%,11%,11%)
(0.11/0.00/0.11/0.11)	

CMYK percentages

%11.06
%0
%10.62
%11.37

Codes

Color #C9E2CA in popluar color models

C9E2CA
RGB201226202
HSL122°30.12%83.73%
HSB/HSV122°11.06%88.63%
CMYK11.06%0.00%10.62%
11.37%

Color #C9E2CA in popluar number systems.

HEXC9E2CA
Decimal201226202
Binary110010011110001011001010
Octal311342312

Shades and tints

Shades of #C9E2CA

#C9E2CA
(201,226,202)
#B7CEB8
(183,206,184)
#A5BAA6
(165,186,166)
#93A694
(147,166,148)
#819282
(129,146,130)
#6F7E70
(111,126,112)
#5D6A5E
(93,106,94)
#4B564C
(75,86,76)
#39423A
(57,66,58)
#272E28
(39,46,40)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #C9E2CA

#C9E2CA
(201,226,202)
#CDE4CE
(205,228,206)
#D1E6D2
(209,230,210)
#D5E8D6
(213,232,214)
#D9EADA
(217,234,218)
#DDECDE
(221,236,222)
#E1EEE2
(225,238,226)
#E5F0E6
(229,240,230)
#E9F2EA
(233,242,234)
#EDF4EE
(237,244,238)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E2CA; }

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

This text font color is #C9E2CA.


Background Color

.myBgColor { background-color: #C9E2CA; }

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

This div background color is #C9E2CA.


Border color

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

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

This div border color is #C9E2CA.


Opacity

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

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

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

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

This text has shadow with #C9E2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E2CA on black background.


Color preview on white background

This text has color #C9E2CA on white background.



Black color preview on #C9E2CA background

This text has black color on #C9E2CA background.


White color preview on #C9E2CA background

This text has white color on #C9E2CA background.