COLOR #C9EACE

HEX: #C9EACE
RGB: (201,234,206)

Color info

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

RGB color model

#C9EACE color RGB value is (201,234,206).

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

RGB channels and saturation

R 201 of 255 = 79%
G 234 of 255 = 92%
B 206 of 255 = 81%

201
234
206

R + G + B ~ 84%. #C9EACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 234 + 206 = 641 (100%)
R 201 of 641 ~ 31.36%
G 234 of 641 ~ 36.51%
B 206 of 641 ~ 32.14%

%31.36
%36.51
%32.14

CMYK color model

#C9EACE color CMYK value is (14,0,12,8).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 8.24%
CMYK:
(14,0,12,8)
C14M0Y12K8 
(14%,0%,12%,8%)
(0.14/0.00/0.12/0.08)	

CMYK percentages

%14.1
%0
%11.97
%8.24

Codes

Color #C9EACE in popluar color models

C9EACE
RGB201234206
HSL129°44.00%85.29%
HSB/HSV129°14.10%91.76%
CMYK14.10%0.00%11.97%
8.24%

Color #C9EACE in popluar number systems.

HEXC9EACE
Decimal201234206
Binary110010011110101011001110
Octal311352316

Shades and tints

Shades of #C9EACE

#C9EACE
(201,234,206)
#B7D5BC
(183,213,188)
#A5C0AA
(165,192,170)
#93AB98
(147,171,152)
#819686
(129,150,134)
#6F8174
(111,129,116)
#5D6C62
(93,108,98)
#4B5750
(75,87,80)
#39423E
(57,66,62)
#272D2C
(39,45,44)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #C9EACE

#C9EACE
(201,234,206)
#CDEBD2
(205,235,210)
#D1ECD6
(209,236,214)
#D5EDDA
(213,237,218)
#D9EEDE
(217,238,222)
#DDEFE2
(221,239,226)
#E1F0E6
(225,240,230)
#E5F1EA
(229,241,234)
#E9F2EE
(233,242,238)
#EDF3F2
(237,243,242)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EACE; }

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

This text font color is #C9EACE.


Background Color

.myBgColor { background-color: #C9EACE; }

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

This div background color is #C9EACE.


Border color

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

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

This div border color is #C9EACE.


Opacity

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

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

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

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

This text has shadow with #C9EACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EACE on black background.


Color preview on white background

This text has color #C9EACE on white background.



Black color preview on #C9EACE background

This text has black color on #C9EACE background.


White color preview on #C9EACE background

This text has white color on #C9EACE background.