COLOR #C9CCFE

HEX: #C9CCFE RGB: (201,204,254)

Color info

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

RGB color model

#C9CCFE color RGB value is (201,204,254).

RGB: (201,204,254) (79%, 80%, 100%)

RGB channels and saturation

R 201 of 255 = 79%
G 204 of 255 = 80%
B 254 of 255 = 100%

201
204
254

R + G + B ~ 86%. #C9CCFE is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 204 + 254 = 659 (100%)
R 201 of 659 ~ 30.5%
G 204 of 659 ~ 30.96%
B 254 of 659 ~ 38.54'%

%30.5
%30.96
%38.54

CMYK color model

#C9CCFE color CMYK value is (21,20,0,0).

  • cyan value is 20.87%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (21,20,0,0)
C21M20Y0K0 (21%, 20%, 0%, 0%)
(0.21 / 0.20 / 0.00 / 0.00)

CMYK percentages

%20.87
%19.69
%0
%0.39

Codes

Color #C9CCFE in popluar color models

C9 CC FE
RGB 201 204 254
HSL 237° 96.36% 89.22%
HSB/HSV 237° 20.87% 99.61%
CMYK 20.87% 19.69% 0.00%
0.39%

Color #C9CCFE in popluar number systems.

HEX C9 CC FE
Decimal 201 204 254
Binary 11001001 11001100 11111110
Octal 311 314 376

Shades and tints

Shades of #C9CCFE

#C9CCFE
(201,204,254)
#B7BAE7
(183,186,231)
#A5A8D0
(165,168,208)
#9396B9
(147,150,185)
#8184A2
(129,132,162)
#6F728B
(111,114,139)
#5D6074
(93,96,116)
#4B4E5D
(75,78,93)
#393C46
(57,60,70)
#272A2F
(39,42,47)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #C9CCFE

#C9CCFE
(201,204,254)
#CDD0FE
(205,208,254)
#D1D4FE
(209,212,254)
#D5D8FE
(213,216,254)
#D9DCFE
(217,220,254)
#DDE0FE
(221,224,254)
#E1E4FE
(225,228,254)
#E5E8FE
(229,232,254)
#E9ECFE
(233,236,254)
#EDF0FE
(237,240,254)
#F1F4FE
(241,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCFE; }

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

This text font color is #C9CCFE.

Background Color

.myBgColor { background-color: #C9CCFE; }

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

This div background color is #C9CCFE.

Border color

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

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

This div border color is #C9CCFE.

Opacity

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

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

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

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

This text has shadow with #C9CCFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CCFE.

Preview

Color preview on black background

This text has color #C9CCFE on black background.


Color preview on white background

This text has color #C9CCFE on white background.


Black color preview on #C9CCFE background

This text has black color on #C9CCFE background.


White color preview on #C9CCFE background

This text has white color on #C9CCFE background.


Related colors

Complementary color

Complementary color for #hex is #363301.


I love getcolorcode.com

Triadic colors

1 #FEC9CC and #CCFEC9 with #C9CCFE are triadic colors.

2 #FECCC9 and #CCC9FE with #C9CCFE are triadic colors.