COLOR #C9EFA2

HEX: #C9EFA2
RGB: (201,239,162)

Color info

#C9EFA2 contains mainly red and green colors. Web safe color of #C9EFA2 is #CCFF99 (or #CF9).

RGB color model

#C9EFA2 color RGB value is (201,239,162).

  • red value is 201;
  • green value is 239;
  • blue value is 162.
RGB: (201,239,162) (79%,94%,64%)

RGB channels and saturation

R 201 of 255 = 79%
G 239 of 255 = 94%
B 162 of 255 = 64%

201
239
162

R + G + B ~ 79%. #C9EFA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 239 + 162 = 602 (100%)
R 201 of 602 ~ 33.39%
G 239 of 602 ~ 39.7%
B 162 of 602 ~ 26.91%

%33.39
%39.7
%26.91

CMYK color model

#C9EFA2 color CMYK value is (16,0,32,6).

  • cyan value is 15.90%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 6.27%
CMYK: (16,0,32,6) C16M0Y32K6 (16%,0%,32%,6%) (0.16/0.00/0.32/0.06)

CMYK percentages

%15.9
%0
%32.22
%6.27

Codes

Color #C9EFA2 in popluar color models

C9EFA2
RGB201239162
HSL90°70.64%78.63%
HSB/HSV90°32.22%93.73%
CMYK15.90%0.00%32.22%
6.27%

Color #C9EFA2 in popluar number systems.

HEXC9EFA2
Decimal201239162
Binary110010011110111110100010
Octal311357242

Shades and tints

Shades of #C9EFA2

#C9EFA2
(201,239,162)
#B7DA94
(183,218,148)
#A5C586
(165,197,134)
#93B078
(147,176,120)
#819B6A
(129,155,106)
#6F865C
(111,134,92)
#5D714E
(93,113,78)
#4B5C40
(75,92,64)
#394732
(57,71,50)
#273224
(39,50,36)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #C9EFA2

#C9EFA2
(201,239,162)
#CDF0AA
(205,240,170)
#D1F1B2
(209,241,178)
#D5F2BA
(213,242,186)
#D9F3C2
(217,243,194)
#DDF4CA
(221,244,202)
#E1F5D2
(225,245,210)
#E5F6DA
(229,246,218)
#E9F7E2
(233,247,226)
#EDF8EA
(237,248,234)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EFA2 color. Also use rgb(201,239,162) instead hex code.

Text Font Color

.myTextColor { color: #C9EFA2; }

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

This text font color is #C9EFA2.


Background Color

.myBgColor { background-color: #C9EFA2; }

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

This div background color is #C9EFA2.


Border color

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

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

This div border color is #C9EFA2.


Opacity

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

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

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

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

This text has shadow with #C9EFA2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9EFA2 on black background.


Color preview on white background

This text has color #C9EFA2 on white background.



Black color preview on #C9EFA2 background

This text has black color on #C9EFA2 background.


White color preview on #C9EFA2 background

This text has white color on #C9EFA2 background.