COLOR #C8D2FE

HEX: #C8D2FE
RGB: (200,210,254)

Color info

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

RGB color model

#C8D2FE color RGB value is (200,210,254).

  • red value is 200;
  • green value is 210;
  • blue value is 254.
RGB:
(200,210,254)
(78%,82%,100%)

RGB channels and saturation

R 200 of 255 = 78%
G 210 of 255 = 82%
B 254 of 255 = 100%

200
210
254

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

Portions of RGB colors in percentages

R + G + B =
200 + 210 + 254 = 664 (100%)
R 200 of 664 ~ 30.12%
G 210 of 664 ~ 31.63%
B 254 of 664 ~ 38.25%

%30.12
%31.63
%38.25

CMYK color model

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

  • cyan value is 21.26%
  • magenta value is 17.32%
  • 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

%21.26
%17.32
%0
%0.39

Codes

Color #C8D2FE in popluar color models

C8D2FE
RGB200210254
HSL229°96.43%89.02%
HSB/HSV229°21.26%99.61%
CMYK21.26%17.32%0.00%
0.39%

Color #C8D2FE in popluar number systems.

HEXC8D2FE
Decimal200210254
Binary110010001101001011111110
Octal310322376

Shades and tints

Shades of #C8D2FE

#C8D2FE
(200,210,254)
#B6BFE7
(182,191,231)
#A4ACD0
(164,172,208)
#9299B9
(146,153,185)
#8086A2
(128,134,162)
#6E738B
(110,115,139)
#5C6074
(92,96,116)
#4A4D5D
(74,77,93)
#383A46
(56,58,70)
#26272F
(38,39,47)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #C8D2FE

#C8D2FE
(200,210,254)
#CDD6FE
(205,214,254)
#D2DAFE
(210,218,254)
#D7DEFE
(215,222,254)
#DCE2FE
(220,226,254)
#E1E6FE
(225,230,254)
#E6EAFE
(230,234,254)
#EBEEFE
(235,238,254)
#F0F2FE
(240,242,254)
#F5F6FE
(245,246,254)
#FAFAFE
(250,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D2FE color. Also use rgb(200,210,254) instead hex code.

Text Font Color

.myTextColor { color: #C8D2FE; }

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

This text font color is #C8D2FE.


Background Color

.myBgColor { background-color: #C8D2FE; }

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

This div background color is #C8D2FE.


Border color

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

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

This div border color is #C8D2FE.


Opacity

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

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

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

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

This text has shadow with #C8D2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D2FE on black background.


Color preview on white background

This text has color #C8D2FE on white background.



Black color preview on #C8D2FE background

This text has black color on #C8D2FE background.


White color preview on #C8D2FE background

This text has white color on #C8D2FE background.