COLOR #C8C8DF

HEX: #C8C8DF
RGB: (200,200,223)

Color info

#C8C8DF contains red, green and blue colors in about the same proportion. Web safe color of #C8C8DF is #CCCCCC (or #CCC).

RGB color model

#C8C8DF color RGB value is (200,200,223).

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

RGB channels and saturation

R 200 of 255 = 78%
G 200 of 255 = 78%
B 223 of 255 = 87%

200
200
223

R + G + B ~ 81%. #C8C8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 200 + 223 = 623 (100%)
R 200 of 623 ~ 32.1%
G 200 of 623 ~ 32.1%
B 223 of 623 ~ 35.79%

%32.1
%32.1
%35.79

CMYK color model

#C8C8DF color CMYK value is (10,10,0,13).

  • cyan value is 10.31%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(10,10,0,13)
C10M10Y0K13 
(10%,10%,0%,13%)
(0.10/0.10/0.00/0.13)	

CMYK percentages

%10.31
%10.31
%0
%12.55

Codes

Color #C8C8DF in popluar color models

C8C8DF
RGB200200223
HSL240°26.44%82.94%
HSB/HSV240°10.31%87.45%
CMYK10.31%10.31%0.00%
12.55%

Color #C8C8DF in popluar number systems.

HEXC8C8DF
Decimal200200223
Binary110010001100100011011111
Octal310310337

Shades and tints

Shades of #C8C8DF

#C8C8DF
(200,200,223)
#B6B6CB
(182,182,203)
#A4A4B7
(164,164,183)
#9292A3
(146,146,163)
#80808F
(128,128,143)
#6E6E7B
(110,110,123)
#5C5C67
(92,92,103)
#4A4A53
(74,74,83)
#38383F
(56,56,63)
#26262B
(38,38,43)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #C8C8DF

#C8C8DF
(200,200,223)
#CDCDE1
(205,205,225)
#D2D2E3
(210,210,227)
#D7D7E5
(215,215,229)
#DCDCE7
(220,220,231)
#E1E1E9
(225,225,233)
#E6E6EB
(230,230,235)
#EBEBED
(235,235,237)
#F0F0EF
(240,240,239)
#F5F5F1
(245,245,241)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C8DF; }

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

This text font color is #C8C8DF.


Background Color

.myBgColor { background-color: #C8C8DF; }

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

This div background color is #C8C8DF.


Border color

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

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

This div border color is #C8C8DF.


Opacity

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

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

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

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

This text has shadow with #C8C8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C8DF on black background.


Color preview on white background

This text has color #C8C8DF on white background.



Black color preview on #C8C8DF background

This text has black color on #C8C8DF background.


White color preview on #C8C8DF background

This text has white color on #C8C8DF background.