COLOR #C9EAB8

HEX: #C9EAB8
RGB: (201,234,184)

Color info

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

RGB color model

#C9EAB8 color RGB value is (201,234,184).

  • red value is 201;
  • green value is 234;
  • blue value is 184.
RGB:
(201,234,184)
(79%,92%,72%)

RGB channels and saturation

R 201 of 255 = 79%
G 234 of 255 = 92%
B 184 of 255 = 72%

201
234
184

R + G + B ~ 81%. #C9EAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 234 + 184 = 619 (100%)
R 201 of 619 ~ 32.47%
G 234 of 619 ~ 37.8%
B 184 of 619 ~ 29.73%

%32.47
%37.8
%29.73

CMYK color model

#C9EAB8 color CMYK value is (14,0,21,8).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 8.24%
CMYK:
(14,0,21,8)
C14M0Y21K8 
(14%,0%,21%,8%)
(0.14/0.00/0.21/0.08)	

CMYK percentages

%14.1
%0
%21.37
%8.24

Codes

Color #C9EAB8 in popluar color models

C9EAB8
RGB201234184
HSL100°54.35%81.96%
HSB/HSV100°21.37%91.76%
CMYK14.10%0.00%21.37%
8.24%

Color #C9EAB8 in popluar number systems.

HEXC9EAB8
Decimal201234184
Binary110010011110101010111000
Octal311352270

Shades and tints

Shades of #C9EAB8

#C9EAB8
(201,234,184)
#B7D5A8
(183,213,168)
#A5C098
(165,192,152)
#93AB88
(147,171,136)
#819678
(129,150,120)
#6F8168
(111,129,104)
#5D6C58
(93,108,88)
#4B5748
(75,87,72)
#394238
(57,66,56)
#272D28
(39,45,40)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #C9EAB8

#C9EAB8
(201,234,184)
#CDEBBE
(205,235,190)
#D1ECC4
(209,236,196)
#D5EDCA
(213,237,202)
#D9EED0
(217,238,208)
#DDEFD6
(221,239,214)
#E1F0DC
(225,240,220)
#E5F1E2
(229,241,226)
#E9F2E8
(233,242,232)
#EDF3EE
(237,243,238)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EAB8 color. Also use rgb(201,234,184) instead hex code.

Text Font Color

.myTextColor { color: #C9EAB8; }

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

This text font color is #C9EAB8.


Background Color

.myBgColor { background-color: #C9EAB8; }

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

This div background color is #C9EAB8.


Border color

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

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

This div border color is #C9EAB8.


Opacity

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

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

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

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

This text has shadow with #C9EAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EAB8 on black background.


Color preview on white background

This text has color #C9EAB8 on white background.



Black color preview on #C9EAB8 background

This text has black color on #C9EAB8 background.


White color preview on #C9EAB8 background

This text has white color on #C9EAB8 background.