COLOR #C9E2FF

HEX: #C9E2FF RGB: (201,226,255)

Color info

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

RGB color model

#C9E2FF color RGB value is (201,226,255).

RGB: (201,226,255) (79%, 89%, 100%)

RGB channels and saturation

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

201
226
255

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

Portions of RGB colors in percentages

R + G + B = 201 + 226 + 255 = 682 (100%)
R 201 of 682 ~ 29.47%
G 226 of 682 ~ 33.14%
B 255 of 682 ~ 37.39'%

%29.47
%33.14
%37.39

CMYK color model

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

  • cyan value is 21.18%
  • magenta value is 11.37%
  • 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
%11.37
%0
%0

Codes

Color #C9E2FF in popluar color models

C9 E2 FF
RGB 201 226 255
HSL 212° 100.00% 89.41%
HSB/HSV 212° 21.18% 100.00%
CMYK 21.18% 11.37% 0.00%
0.00%

Color #C9E2FF in popluar number systems.

HEX C9 E2 FF
Decimal 201 226 255
Binary 11001001 11100010 11111111
Octal 311 342 377

Shades and tints

Shades of #C9E2FF

#C9E2FF
(201,226,255)
#B7CEE8
(183,206,232)
#A5BAD1
(165,186,209)
#93A6BA
(147,166,186)
#8192A3
(129,146,163)
#6F7E8C
(111,126,140)
#5D6A75
(93,106,117)
#4B565E
(75,86,94)
#394247
(57,66,71)
#272E30
(39,46,48)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #C9E2FF

#C9E2FF
(201,226,255)
#CDE4FF
(205,228,255)
#D1E6FF
(209,230,255)
#D5E8FF
(213,232,255)
#D9EAFF
(217,234,255)
#DDECFF
(221,236,255)
#E1EEFF
(225,238,255)
#E5F0FF
(229,240,255)
#E9F2FF
(233,242,255)
#EDF4FF
(237,244,255)
#F1F6FF
(241,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E2FF; }

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

This text font color is #C9E2FF.

Background Color

.myBgColor { background-color: #C9E2FF; }

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

This div background color is #C9E2FF.

Border color

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

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

This div border color is #C9E2FF.

Opacity

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

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

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

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

This text has shadow with #C9E2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E2FF.

Preview

Color preview on black background

This text has color #C9E2FF on black background.


Color preview on white background

This text has color #C9E2FF on white background.


Black color preview on #C9E2FF background

This text has black color on #C9E2FF background.


White color preview on #C9E2FF background

This text has white color on #C9E2FF background.


Related colors

Complementary color

Complementary color for #hex is #361D00.


I love getcolorcode.com

Triadic colors

1 #FFC9E2 and #E2FFC9 with #C9E2FF are triadic colors.

2 #FFE2C9 and #E2C9FF with #C9E2FF are triadic colors.