COLOR #C9E3FE

HEX: #C9E3FE
RGB: (201,227,254)

Color info

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

RGB color model

#C9E3FE color RGB value is (201,227,254).

  • red value is 201;
  • green value is 227;
  • blue value is 254.
RGB:
(201,227,254)
(79%,89%,100%)

RGB channels and saturation

R 201 of 255 = 79%
G 227 of 255 = 89%
B 254 of 255 = 100%

201
227
254

R + G + B ~ 89%. #C9E3FE is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 227 + 254 = 682 (100%)
R 201 of 682 ~ 29.47%
G 227 of 682 ~ 33.28%
B 254 of 682 ~ 37.24%

%29.47
%33.28
%37.24

CMYK color model

#C9E3FE color CMYK value is (21,11,0,0).

  • cyan value is 20.87%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(21,11,0,0)
C21M11Y0K0 
(21%,11%,0%,0%)
(0.21/0.11/0.00/0.00)	

CMYK percentages

%20.87
%10.63
%0
%0.39

Codes

Color #C9E3FE in popluar color models

C9E3FE
RGB201227254
HSL211°96.36%89.22%
HSB/HSV211°20.87%99.61%
CMYK20.87%10.63%0.00%
0.39%

Color #C9E3FE in popluar number systems.

HEXC9E3FE
Decimal201227254
Binary110010011110001111111110
Octal311343376

Shades and tints

Shades of #C9E3FE

#C9E3FE
(201,227,254)
#B7CFE7
(183,207,231)
#A5BBD0
(165,187,208)
#93A7B9
(147,167,185)
#8193A2
(129,147,162)
#6F7F8B
(111,127,139)
#5D6B74
(93,107,116)
#4B575D
(75,87,93)
#394346
(57,67,70)
#272F2F
(39,47,47)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #C9E3FE

#C9E3FE
(201,227,254)
#CDE5FE
(205,229,254)
#D1E7FE
(209,231,254)
#D5E9FE
(213,233,254)
#D9EBFE
(217,235,254)
#DDEDFE
(221,237,254)
#E1EFFE
(225,239,254)
#E5F1FE
(229,241,254)
#E9F3FE
(233,243,254)
#EDF5FE
(237,245,254)
#F1F7FE
(241,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E3FE color. Also use rgb(201,227,254) instead hex code.

Text Font Color

.myTextColor { color: #C9E3FE; }

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

This text font color is #C9E3FE.


Background Color

.myBgColor { background-color: #C9E3FE; }

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

This div background color is #C9E3FE.


Border color

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

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

This div border color is #C9E3FE.


Opacity

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

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

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

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

This text has shadow with #C9E3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E3FE on black background.


Color preview on white background

This text has color #C9E3FE on white background.



Black color preview on #C9E3FE background

This text has black color on #C9E3FE background.


White color preview on #C9E3FE background

This text has white color on #C9E3FE background.