COLOR #C8CEEF

HEX: #C8CEEF
RGB: (200,206,239)

Color info

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

RGB color model

#C8CEEF color RGB value is (200,206,239).

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

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 239 of 255 = 94%

200
206
239

R + G + B ~ 84%. #C8CEEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 206 + 239 = 645 (100%)
R 200 of 645 ~ 31.01%
G 206 of 645 ~ 31.94%
B 239 of 645 ~ 37.05%

%31.01
%31.94
%37.05

CMYK color model

#C8CEEF color CMYK value is (16,14,0,6).

  • cyan value is 16.32%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(16,14,0,6)
C16M14Y0K6 
(16%,14%,0%,6%)
(0.16/0.14/0.00/0.06)	

CMYK percentages

%16.32
%13.81
%0
%6.27

Codes

Color #C8CEEF in popluar color models

C8CEEF
RGB200206239
HSL231°54.93%86.08%
HSB/HSV231°16.32%93.73%
CMYK16.32%13.81%0.00%
6.27%

Color #C8CEEF in popluar number systems.

HEXC8CEEF
Decimal200206239
Binary110010001100111011101111
Octal310316357

Shades and tints

Shades of #C8CEEF

#C8CEEF
(200,206,239)
#B6BCDA
(182,188,218)
#A4AAC5
(164,170,197)
#9298B0
(146,152,176)
#80869B
(128,134,155)
#6E7486
(110,116,134)
#5C6271
(92,98,113)
#4A505C
(74,80,92)
#383E47
(56,62,71)
#262C32
(38,44,50)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #C8CEEF

#C8CEEF
(200,206,239)
#CDD2F0
(205,210,240)
#D2D6F1
(210,214,241)
#D7DAF2
(215,218,242)
#DCDEF3
(220,222,243)
#E1E2F4
(225,226,244)
#E6E6F5
(230,230,245)
#EBEAF6
(235,234,246)
#F0EEF7
(240,238,247)
#F5F2F8
(245,242,248)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CEEF; }

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

This text font color is #C8CEEF.


Background Color

.myBgColor { background-color: #C8CEEF; }

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

This div background color is #C8CEEF.


Border color

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

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

This div border color is #C8CEEF.


Opacity

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

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

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

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

This text has shadow with #C8CEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CEEF on black background.


Color preview on white background

This text has color #C8CEEF on white background.



Black color preview on #C8CEEF background

This text has black color on #C8CEEF background.


White color preview on #C8CEEF background

This text has white color on #C8CEEF background.