COLOR #C9D3FE

HEX: #C9D3FE
RGB: (201,211,254)

Color info

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

RGB color model

#C9D3FE color RGB value is (201,211,254).

  • red value is 201;
  • green value is 211;
  • blue value is 254.
RGB:
(201,211,254)
(79%,83%,100%)

RGB channels and saturation

R 201 of 255 = 79%
G 211 of 255 = 83%
B 254 of 255 = 100%

201
211
254

R + G + B ~ 87%. #C9D3FE is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 211 + 254 = 666 (100%)
R 201 of 666 ~ 30.18%
G 211 of 666 ~ 31.68%
B 254 of 666 ~ 38.14%

%30.18
%31.68
%38.14

CMYK color model

#C9D3FE color CMYK value is (21,17,0,0).

  • cyan value is 20.87%
  • magenta value is 16.93%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(21,17,0,0)
C21M17Y0K0 
(21%,17%,0%,0%)
(0.21/0.17/0.00/0.00)	

CMYK percentages

%20.87
%16.93
%0
%0.39

Codes

Color #C9D3FE in popluar color models

C9D3FE
RGB201211254
HSL229°96.36%89.22%
HSB/HSV229°20.87%99.61%
CMYK20.87%16.93%0.00%
0.39%

Color #C9D3FE in popluar number systems.

HEXC9D3FE
Decimal201211254
Binary110010011101001111111110
Octal311323376

Shades and tints

Shades of #C9D3FE

#C9D3FE
(201,211,254)
#B7C0E7
(183,192,231)
#A5ADD0
(165,173,208)
#939AB9
(147,154,185)
#8187A2
(129,135,162)
#6F748B
(111,116,139)
#5D6174
(93,97,116)
#4B4E5D
(75,78,93)
#393B46
(57,59,70)
#27282F
(39,40,47)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #C9D3FE

#C9D3FE
(201,211,254)
#CDD7FE
(205,215,254)
#D1DBFE
(209,219,254)
#D5DFFE
(213,223,254)
#D9E3FE
(217,227,254)
#DDE7FE
(221,231,254)
#E1EBFE
(225,235,254)
#E5EFFE
(229,239,254)
#E9F3FE
(233,243,254)
#EDF7FE
(237,247,254)
#F1FBFE
(241,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D3FE; }

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

This text font color is #C9D3FE.


Background Color

.myBgColor { background-color: #C9D3FE; }

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

This div background color is #C9D3FE.


Border color

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

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

This div border color is #C9D3FE.


Opacity

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

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

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

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

This text has shadow with #C9D3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D3FE on black background.


Color preview on white background

This text has color #C9D3FE on white background.



Black color preview on #C9D3FE background

This text has black color on #C9D3FE background.


White color preview on #C9D3FE background

This text has white color on #C9D3FE background.