COLOR #C8C5DF

HEX: #C8C5DF
RGB: (200,197,223)

Color info

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

RGB color model

#C8C5DF color RGB value is (200,197,223).

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

RGB channels and saturation

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

200
197
223

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

Portions of RGB colors in percentages

R + G + B =
200 + 197 + 223 = 620 (100%)
R 200 of 620 ~ 32.26%
G 197 of 620 ~ 31.77%
B 223 of 620 ~ 35.97%

%32.26
%31.77
%35.97

CMYK color model

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

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

CMYK percentages

%10.31
%11.66
%0
%12.55

Codes

Color #C8C5DF in popluar color models

C8C5DF
RGB200197223
HSL247°28.89%82.35%
HSB/HSV247°11.66%87.45%
CMYK10.31%11.66%0.00%
12.55%

Color #C8C5DF in popluar number systems.

HEXC8C5DF
Decimal200197223
Binary110010001100010111011111
Octal310305337

Shades and tints

Shades of #C8C5DF

#C8C5DF
(200,197,223)
#B6B4CB
(182,180,203)
#A4A3B7
(164,163,183)
#9292A3
(146,146,163)
#80818F
(128,129,143)
#6E707B
(110,112,123)
#5C5F67
(92,95,103)
#4A4E53
(74,78,83)
#383D3F
(56,61,63)
#262C2B
(38,44,43)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #C8C5DF

#C8C5DF
(200,197,223)
#CDCAE1
(205,202,225)
#D2CFE3
(210,207,227)
#D7D4E5
(215,212,229)
#DCD9E7
(220,217,231)
#E1DEE9
(225,222,233)
#E6E3EB
(230,227,235)
#EBE8ED
(235,232,237)
#F0EDEF
(240,237,239)
#F5F2F1
(245,242,241)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C5DF; }

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

This text font color is #C8C5DF.


Background Color

.myBgColor { background-color: #C8C5DF; }

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

This div background color is #C8C5DF.


Border color

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

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

This div border color is #C8C5DF.


Opacity

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

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

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

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

This text has shadow with #C8C5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C5DF on black background.


Color preview on white background

This text has color #C8C5DF on white background.



Black color preview on #C8C5DF background

This text has black color on #C8C5DF background.


White color preview on #C8C5DF background

This text has white color on #C8C5DF background.