COLOR #C8C8EE

HEX: #C8C8EE
RGB: (200,200,238)

Color info

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

RGB color model

#C8C8EE color RGB value is (200,200,238).

  • red value is 200;
  • green value is 200;
  • blue value is 238.
RGB:
(200,200,238)
(78%,78%,93%)

RGB channels and saturation

R 200 of 255 = 78%
G 200 of 255 = 78%
B 238 of 255 = 93%

200
200
238

R + G + B ~ 83%. #C8C8EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 200 + 238 = 638 (100%)
R 200 of 638 ~ 31.35%
G 200 of 638 ~ 31.35%
B 238 of 638 ~ 37.3%

%31.35
%31.35
%37.3

CMYK color model

#C8C8EE color CMYK value is (16,16,0,7).

  • cyan value is 15.97%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(16,16,0,7)
C16M16Y0K7 
(16%,16%,0%,7%)
(0.16/0.16/0.00/0.07)	

CMYK percentages

%15.97
%15.97
%0
%6.67

Codes

Color #C8C8EE in popluar color models

C8C8EE
RGB200200238
HSL240°52.78%85.88%
HSB/HSV240°15.97%93.33%
CMYK15.97%15.97%0.00%
6.67%

Color #C8C8EE in popluar number systems.

HEXC8C8EE
Decimal200200238
Binary110010001100100011101110
Octal310310356

Shades and tints

Shades of #C8C8EE

#C8C8EE
(200,200,238)
#B6B6D9
(182,182,217)
#A4A4C4
(164,164,196)
#9292AF
(146,146,175)
#80809A
(128,128,154)
#6E6E85
(110,110,133)
#5C5C70
(92,92,112)
#4A4A5B
(74,74,91)
#383846
(56,56,70)
#262631
(38,38,49)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #C8C8EE

#C8C8EE
(200,200,238)
#CDCDEF
(205,205,239)
#D2D2F0
(210,210,240)
#D7D7F1
(215,215,241)
#DCDCF2
(220,220,242)
#E1E1F3
(225,225,243)
#E6E6F4
(230,230,244)
#EBEBF5
(235,235,245)
#F0F0F6
(240,240,246)
#F5F5F7
(245,245,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C8EE; }

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

This text font color is #C8C8EE.


Background Color

.myBgColor { background-color: #C8C8EE; }

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

This div background color is #C8C8EE.


Border color

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

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

This div border color is #C8C8EE.


Opacity

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

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

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

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

This text has shadow with #C8C8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C8EE on black background.


Color preview on white background

This text has color #C8C8EE on white background.



Black color preview on #C8C8EE background

This text has black color on #C8C8EE background.


White color preview on #C8C8EE background

This text has white color on #C8C8EE background.