COLOR #C8D3EF

HEX: #C8D3EF
RGB: (200,211,239)

Color info

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

RGB color model

#C8D3EF color RGB value is (200,211,239).

  • red value is 200;
  • green value is 211;
  • blue value is 239.
RGB:
(200,211,239)
(78%,83%,94%)

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 239 of 255 = 94%

200
211
239

R + G + B ~ 85%. #C8D3EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 211 + 239 = 650 (100%)
R 200 of 650 ~ 30.77%
G 211 of 650 ~ 32.46%
B 239 of 650 ~ 36.77%

%30.77
%32.46
%36.77

CMYK color model

#C8D3EF color CMYK value is (16,12,0,6).

  • cyan value is 16.32%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(16,12,0,6)
C16M12Y0K6 
(16%,12%,0%,6%)
(0.16/0.12/0.00/0.06)	

CMYK percentages

%16.32
%11.72
%0
%6.27

Codes

Color #C8D3EF in popluar color models

C8D3EF
RGB200211239
HSL223°54.93%86.08%
HSB/HSV223°16.32%93.73%
CMYK16.32%11.72%0.00%
6.27%

Color #C8D3EF in popluar number systems.

HEXC8D3EF
Decimal200211239
Binary110010001101001111101111
Octal310323357

Shades and tints

Shades of #C8D3EF

#C8D3EF
(200,211,239)
#B6C0DA
(182,192,218)
#A4ADC5
(164,173,197)
#929AB0
(146,154,176)
#80879B
(128,135,155)
#6E7486
(110,116,134)
#5C6171
(92,97,113)
#4A4E5C
(74,78,92)
#383B47
(56,59,71)
#262832
(38,40,50)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #C8D3EF

#C8D3EF
(200,211,239)
#CDD7F0
(205,215,240)
#D2DBF1
(210,219,241)
#D7DFF2
(215,223,242)
#DCE3F3
(220,227,243)
#E1E7F4
(225,231,244)
#E6EBF5
(230,235,245)
#EBEFF6
(235,239,246)
#F0F3F7
(240,243,247)
#F5F7F8
(245,247,248)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D3EF color. Also use rgb(200,211,239) instead hex code.

Text Font Color

.myTextColor { color: #C8D3EF; }

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

This text font color is #C8D3EF.


Background Color

.myBgColor { background-color: #C8D3EF; }

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

This div background color is #C8D3EF.


Border color

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

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

This div border color is #C8D3EF.


Opacity

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

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

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

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

This text has shadow with #C8D3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D3EF on black background.


Color preview on white background

This text has color #C8D3EF on white background.



Black color preview on #C8D3EF background

This text has black color on #C8D3EF background.


White color preview on #C8D3EF background

This text has white color on #C8D3EF background.