COLOR #C9E5FC

HEX: #C9E5FC RGB: (201,229,252)

Color info

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

RGB color model

#C9E5FC color RGB value is (201,229,252).

RGB: (201,229,252) (79%, 90%, 99%)

RGB channels and saturation

R 201 of 255 = 79%
G 229 of 255 = 90%
B 252 of 255 = 99%

201
229
252

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

Portions of RGB colors in percentages

R + G + B = 201 + 229 + 252 = 682 (100%)
R 201 of 682 ~ 29.47%
G 229 of 682 ~ 33.58%
B 252 of 682 ~ 36.95'%

%29.47
%33.58
%36.95

CMYK color model

#C9E5FC color CMYK value is (20,9,0,1).

  • cyan value is 20.24%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (20,9,0,1)
C20M9Y0K1 (20%, 9%, 0%, 1%)
(0.20 / 0.09 / 0.00 / 0.01)

CMYK percentages

%20.24
%9.13
%0
%1.18

Codes

Color #C9E5FC in popluar color models

C9 E5 FC
RGB 201 229 252
HSL 207° 89.47% 88.82%
HSB/HSV 207° 20.24% 98.82%
CMYK 20.24% 9.13% 0.00%
1.18%

Color #C9E5FC in popluar number systems.

HEX C9 E5 FC
Decimal 201 229 252
Binary 11001001 11100101 11111100
Octal 311 345 374

Shades and tints

Shades of #C9E5FC

#C9E5FC
(201,229,252)
#B7D1E6
(183,209,230)
#A5BDD0
(165,189,208)
#93A9BA
(147,169,186)
#8195A4
(129,149,164)
#6F818E
(111,129,142)
#5D6D78
(93,109,120)
#4B5962
(75,89,98)
#39454C
(57,69,76)
#273136
(39,49,54)
#151D20
(21,29,32)
#000000
(0,0,0)

Tints of #C9E5FC

#C9E5FC
(201,229,252)
#CDE7FC
(205,231,252)
#D1E9FC
(209,233,252)
#D5EBFC
(213,235,252)
#D9EDFC
(217,237,252)
#DDEFFC
(221,239,252)
#E1F1FC
(225,241,252)
#E5F3FC
(229,243,252)
#E9F5FC
(233,245,252)
#EDF7FC
(237,247,252)
#F1F9FC
(241,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E5FC; }

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

This text font color is #C9E5FC.

Background Color

.myBgColor { background-color: #C9E5FC; }

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

This div background color is #C9E5FC.

Border color

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

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

This div border color is #C9E5FC.

Opacity

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

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

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

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

This text has shadow with #C9E5FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E5FC.

Preview

Color preview on black background

This text has color #C9E5FC on black background.


Color preview on white background

This text has color #C9E5FC on white background.


Black color preview on #C9E5FC background

This text has black color on #C9E5FC background.


White color preview on #C9E5FC background

This text has white color on #C9E5FC background.


Related colors

Complementary color

Complementary color for #hex is #361A03.


I love getcolorcode.com

Triadic colors

1 #FCC9E5 and #E5FCC9 with #C9E5FC are triadic colors.

2 #FCE5C9 and #E5C9FC with #C9E5FC are triadic colors.