COLOR #C9E9FC

HEX: #C9E9FC
RGB: (201,233,252)

Color info

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

RGB color model

#C9E9FC color RGB value is (201,233,252).

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

RGB channels and saturation

R 201 of 255 = 79%
G 233 of 255 = 91%
B 252 of 255 = 99%

201
233
252

R + G + B ~ 90%. #C9E9FC is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 233 + 252 = 686 (100%)
R 201 of 686 ~ 29.3%
G 233 of 686 ~ 33.97%
B 252 of 686 ~ 36.73%

%29.3
%33.97
%36.73

CMYK color model

#C9E9FC color CMYK value is (20,8,0,1).

  • cyan value is 20.24%
  • magenta value is 7.54%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(20,8,0,1)
C20M8Y0K1 
(20%,8%,0%,1%)
(0.20/0.08/0.00/0.01)	

CMYK percentages

%20.24
%7.54
%0
%1.18

Codes

Color #C9E9FC in popluar color models

C9E9FC
RGB201233252
HSL202°89.47%88.82%
HSB/HSV202°20.24%98.82%
CMYK20.24%7.54%0.00%
1.18%

Color #C9E9FC in popluar number systems.

HEXC9E9FC
Decimal201233252
Binary110010011110100111111100
Octal311351374

Shades and tints

Shades of #C9E9FC

#C9E9FC
(201,233,252)
#B7D4E6
(183,212,230)
#A5BFD0
(165,191,208)
#93AABA
(147,170,186)
#8195A4
(129,149,164)
#6F808E
(111,128,142)
#5D6B78
(93,107,120)
#4B5662
(75,86,98)
#39414C
(57,65,76)
#272C36
(39,44,54)
#151720
(21,23,32)
#000000
(0,0,0)

Tints of #C9E9FC

#C9E9FC
(201,233,252)
#CDEBFC
(205,235,252)
#D1EDFC
(209,237,252)
#D5EFFC
(213,239,252)
#D9F1FC
(217,241,252)
#DDF3FC
(221,243,252)
#E1F5FC
(225,245,252)
#E5F7FC
(229,247,252)
#E9F9FC
(233,249,252)
#EDFBFC
(237,251,252)
#F1FDFC
(241,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E9FC; }

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

This text font color is #C9E9FC.


Background Color

.myBgColor { background-color: #C9E9FC; }

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

This div background color is #C9E9FC.


Border color

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

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

This div border color is #C9E9FC.


Opacity

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

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

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

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

This text has shadow with #C9E9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E9FC on black background.


Color preview on white background

This text has color #C9E9FC on white background.



Black color preview on #C9E9FC background

This text has black color on #C9E9FC background.


White color preview on #C9E9FC background

This text has white color on #C9E9FC background.