COLOR #C9EAE9

HEX: #C9EAE9
RGB: (201,234,233)

Color info

#C9EAE9 contains red, green and blue colors in about the same proportion. Web safe color of #C9EAE9 is #CCFFFF (or #CFF).

RGB color model

#C9EAE9 color RGB value is (201,234,233).

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

RGB channels and saturation

R 201 of 255 = 79%
G 234 of 255 = 92%
B 233 of 255 = 91%

201
234
233

R + G + B ~ 87%. #C9EAE9 is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 234 + 233 = 668 (100%)
R 201 of 668 ~ 30.09%
G 234 of 668 ~ 35.03%
B 233 of 668 ~ 34.88%

%30.09
%35.03
%34.88

CMYK color model

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

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 8.24%
CMYK:
(14,0,0,8)
C14M0Y0K8 
(14%,0%,0%,8%)
(0.14/0.00/0.00/0.08)	

CMYK percentages

%14.1
%0
%0.43
%8.24

Codes

Color #C9EAE9 in popluar color models

C9EAE9
RGB201234233
HSL178°44.00%85.29%
HSB/HSV178°14.10%91.76%
CMYK14.10%0.00%0.43%
8.24%

Color #C9EAE9 in popluar number systems.

HEXC9EAE9
Decimal201234233
Binary110010011110101011101001
Octal311352351

Shades and tints

Shades of #C9EAE9

#C9EAE9
(201,234,233)
#B7D5D4
(183,213,212)
#A5C0BF
(165,192,191)
#93ABAA
(147,171,170)
#819695
(129,150,149)
#6F8180
(111,129,128)
#5D6C6B
(93,108,107)
#4B5756
(75,87,86)
#394241
(57,66,65)
#272D2C
(39,45,44)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #C9EAE9

#C9EAE9
(201,234,233)
#CDEBEB
(205,235,235)
#D1ECED
(209,236,237)
#D5EDEF
(213,237,239)
#D9EEF1
(217,238,241)
#DDEFF3
(221,239,243)
#E1F0F5
(225,240,245)
#E5F1F7
(229,241,247)
#E9F2F9
(233,242,249)
#EDF3FB
(237,243,251)
#F1F4FD
(241,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EAE9; }

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

This text font color is #C9EAE9.


Background Color

.myBgColor { background-color: #C9EAE9; }

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

This div background color is #C9EAE9.


Border color

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

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

This div border color is #C9EAE9.


Opacity

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

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

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

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

This text has shadow with #C9EAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EAE9 on black background.


Color preview on white background

This text has color #C9EAE9 on white background.



Black color preview on #C9EAE9 background

This text has black color on #C9EAE9 background.


White color preview on #C9EAE9 background

This text has white color on #C9EAE9 background.