COLOR #C9E4FF

HEX: #C9E4FF
RGB: (201,228,255)

Color info

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

RGB color model

#C9E4FF color RGB value is (201,228,255).

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

RGB channels and saturation

R 201 of 255 = 79%
G 228 of 255 = 89%
B 255 of 255 = 100%

201
228
255

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

Portions of RGB colors in percentages

R + G + B =
201 + 228 + 255 = 684 (100%)
R 201 of 684 ~ 29.39%
G 228 of 684 ~ 33.33%
B 255 of 684 ~ 37.28%

%29.39
%33.33
%37.28

CMYK color model

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

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

CMYK percentages

%21.18
%10.59
%0
%0

Codes

Color #C9E4FF in popluar color models

C9E4FF
RGB201228255
HSL210°100.00%89.41%
HSB/HSV210°21.18%100.00%
CMYK21.18%10.59%0.00%
0.00%

Color #C9E4FF in popluar number systems.

HEXC9E4FF
Decimal201228255
Binary110010011110010011111111
Octal311344377

Shades and tints

Shades of #C9E4FF

#C9E4FF
(201,228,255)
#B7D0E8
(183,208,232)
#A5BCD1
(165,188,209)
#93A8BA
(147,168,186)
#8194A3
(129,148,163)
#6F808C
(111,128,140)
#5D6C75
(93,108,117)
#4B585E
(75,88,94)
#394447
(57,68,71)
#273030
(39,48,48)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #C9E4FF

#C9E4FF
(201,228,255)
#CDE6FF
(205,230,255)
#D1E8FF
(209,232,255)
#D5EAFF
(213,234,255)
#D9ECFF
(217,236,255)
#DDEEFF
(221,238,255)
#E1F0FF
(225,240,255)
#E5F2FF
(229,242,255)
#E9F4FF
(233,244,255)
#EDF6FF
(237,246,255)
#F1F8FF
(241,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E4FF color. Also use rgb(201,228,255) instead hex code.

Text Font Color

.myTextColor { color: #C9E4FF; }

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

This text font color is #C9E4FF.


Background Color

.myBgColor { background-color: #C9E4FF; }

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

This div background color is #C9E4FF.


Border color

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

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

This div border color is #C9E4FF.


Opacity

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

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

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

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

This text has shadow with #C9E4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E4FF on black background.


Color preview on white background

This text has color #C9E4FF on white background.



Black color preview on #C9E4FF background

This text has black color on #C9E4FF background.


White color preview on #C9E4FF background

This text has white color on #C9E4FF background.