COLOR #D0C8DF

HEX: #D0C8DF
RGB: (208,200,223)

Color info

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

RGB color model

#D0C8DF color RGB value is (208,200,223).

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

RGB channels and saturation

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

208
200
223

R + G + B ~ 82%. #D0C8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 200 + 223 = 631 (100%)
R 208 of 631 ~ 32.96%
G 200 of 631 ~ 31.7%
B 223 of 631 ~ 35.34%

%32.96
%31.7
%35.34

CMYK color model

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

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

CMYK percentages

%6.73
%10.31
%0
%12.55

Codes

Color #D0C8DF in popluar color models

D0C8DF
RGB208200223
HSL261°26.44%82.94%
HSB/HSV261°10.31%87.45%
CMYK6.73%10.31%0.00%
12.55%

Color #D0C8DF in popluar number systems.

HEXD0C8DF
Decimal208200223
Binary110100001100100011011111
Octal320310337

Shades and tints

Shades of #D0C8DF

#D0C8DF
(208,200,223)
#BEB6CB
(190,182,203)
#ACA4B7
(172,164,183)
#9A92A3
(154,146,163)
#88808F
(136,128,143)
#766E7B
(118,110,123)
#645C67
(100,92,103)
#524A53
(82,74,83)
#40383F
(64,56,63)
#2E262B
(46,38,43)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #D0C8DF

#D0C8DF
(208,200,223)
#D4CDE1
(212,205,225)
#D8D2E3
(216,210,227)
#DCD7E5
(220,215,229)
#E0DCE7
(224,220,231)
#E4E1E9
(228,225,233)
#E8E6EB
(232,230,235)
#ECEBED
(236,235,237)
#F0F0EF
(240,240,239)
#F4F5F1
(244,245,241)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C8DF; }

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

This text font color is #D0C8DF.


Background Color

.myBgColor { background-color: #D0C8DF; }

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

This div background color is #D0C8DF.


Border color

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

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

This div border color is #D0C8DF.


Opacity

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

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

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

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

This text has shadow with #D0C8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C8DF on black background.


Color preview on white background

This text has color #D0C8DF on white background.



Black color preview on #D0C8DF background

This text has black color on #D0C8DF background.


White color preview on #D0C8DF background

This text has white color on #D0C8DF background.