COLOR #C9E2EB

HEX: #C9E2EB
RGB: (201,226,235)

Color info

#C9E2EB contains red, green and blue colors in about the same proportion. Web safe color of #C9E2EB is #CCCCFF (or #CCF).

RGB color model

#C9E2EB color RGB value is (201,226,235).

  • red value is 201;
  • green value is 226;
  • blue value is 235.
RGB:
(201,226,235)
(79%,89%,92%)

RGB channels and saturation

R 201 of 255 = 79%
G 226 of 255 = 89%
B 235 of 255 = 92%

201
226
235

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

Portions of RGB colors in percentages

R + G + B =
201 + 226 + 235 = 662 (100%)
R 201 of 662 ~ 30.36%
G 226 of 662 ~ 34.14%
B 235 of 662 ~ 35.5%

%30.36
%34.14
%35.5

CMYK color model

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

  • cyan value is 14.47%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(14,4,0,8)
C14M4Y0K8 
(14%,4%,0%,8%)
(0.14/0.04/0.00/0.08)	

CMYK percentages

%14.47
%3.83
%0
%7.84

Codes

Color #C9E2EB in popluar color models

C9E2EB
RGB201226235
HSL196°45.95%85.49%
HSB/HSV196°14.47%92.16%
CMYK14.47%3.83%0.00%
7.84%

Color #C9E2EB in popluar number systems.

HEXC9E2EB
Decimal201226235
Binary110010011110001011101011
Octal311342353

Shades and tints

Shades of #C9E2EB

#C9E2EB
(201,226,235)
#B7CED6
(183,206,214)
#A5BAC1
(165,186,193)
#93A6AC
(147,166,172)
#819297
(129,146,151)
#6F7E82
(111,126,130)
#5D6A6D
(93,106,109)
#4B5658
(75,86,88)
#394243
(57,66,67)
#272E2E
(39,46,46)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #C9E2EB

#C9E2EB
(201,226,235)
#CDE4EC
(205,228,236)
#D1E6ED
(209,230,237)
#D5E8EE
(213,232,238)
#D9EAEF
(217,234,239)
#DDECF0
(221,236,240)
#E1EEF1
(225,238,241)
#E5F0F2
(229,240,242)
#E9F2F3
(233,242,243)
#EDF4F4
(237,244,244)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E2EB color. Also use rgb(201,226,235) instead hex code.

Text Font Color

.myTextColor { color: #C9E2EB; }

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

This text font color is #C9E2EB.


Background Color

.myBgColor { background-color: #C9E2EB; }

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

This div background color is #C9E2EB.


Border color

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

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

This div border color is #C9E2EB.


Opacity

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

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

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

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

This text has shadow with #C9E2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E2EB on black background.


Color preview on white background

This text has color #C9E2EB on white background.



Black color preview on #C9E2EB background

This text has black color on #C9E2EB background.


White color preview on #C9E2EB background

This text has white color on #C9E2EB background.