COLOR #C9EAC7

HEX: #C9EAC7
RGB: (201,234,199)

Color info

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

RGB color model

#C9EAC7 color RGB value is (201,234,199).

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

RGB channels and saturation

R 201 of 255 = 79%
G 234 of 255 = 92%
B 199 of 255 = 78%

201
234
199

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

Portions of RGB colors in percentages

R + G + B =
201 + 234 + 199 = 634 (100%)
R 201 of 634 ~ 31.7%
G 234 of 634 ~ 36.91%
B 199 of 634 ~ 31.39%

%31.7
%36.91
%31.39

CMYK color model

#C9EAC7 color CMYK value is (14,0,15,8).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 8.24%
CMYK:
(14,0,15,8)
C14M0Y15K8 
(14%,0%,15%,8%)
(0.14/0.00/0.15/0.08)	

CMYK percentages

%14.1
%0
%14.96
%8.24

Codes

Color #C9EAC7 in popluar color models

C9EAC7
RGB201234199
HSL117°45.45%84.90%
HSB/HSV117°14.96%91.76%
CMYK14.10%0.00%14.96%
8.24%

Color #C9EAC7 in popluar number systems.

HEXC9EAC7
Decimal201234199
Binary110010011110101011000111
Octal311352307

Shades and tints

Shades of #C9EAC7

#C9EAC7
(201,234,199)
#B7D5B5
(183,213,181)
#A5C0A3
(165,192,163)
#93AB91
(147,171,145)
#81967F
(129,150,127)
#6F816D
(111,129,109)
#5D6C5B
(93,108,91)
#4B5749
(75,87,73)
#394237
(57,66,55)
#272D25
(39,45,37)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #C9EAC7

#C9EAC7
(201,234,199)
#CDEBCC
(205,235,204)
#D1ECD1
(209,236,209)
#D5EDD6
(213,237,214)
#D9EEDB
(217,238,219)
#DDEFE0
(221,239,224)
#E1F0E5
(225,240,229)
#E5F1EA
(229,241,234)
#E9F2EF
(233,242,239)
#EDF3F4
(237,243,244)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EAC7; }

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

This text font color is #C9EAC7.


Background Color

.myBgColor { background-color: #C9EAC7; }

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

This div background color is #C9EAC7.


Border color

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

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

This div border color is #C9EAC7.


Opacity

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

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

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

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

This text has shadow with #C9EAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EAC7 on black background.


Color preview on white background

This text has color #C9EAC7 on white background.



Black color preview on #C9EAC7 background

This text has black color on #C9EAC7 background.


White color preview on #C9EAC7 background

This text has white color on #C9EAC7 background.