COLOR #D0C8D5

HEX: #D0C8D5
RGB: (208,200,213)

Color info

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

RGB color model

#D0C8D5 color RGB value is (208,200,213).

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

RGB channels and saturation

R 208 of 255 = 82%
G 200 of 255 = 78%
B 213 of 255 = 84%

208
200
213

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

Portions of RGB colors in percentages

R + G + B =
208 + 200 + 213 = 621 (100%)
R 208 of 621 ~ 33.49%
G 200 of 621 ~ 32.21%
B 213 of 621 ~ 34.3%

%33.49
%32.21
%34.3

CMYK color model

#D0C8D5 color CMYK value is (2,6,0,16).

  • cyan value is 2.35%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(2,6,0,16)
C2M6Y0K16 
(2%,6%,0%,16%)
(0.02/0.06/0.00/0.16)	

CMYK percentages

%2.35
%6.1
%0
%16.47

Codes

Color #D0C8D5 in popluar color models

D0C8D5
RGB208200213
HSL277°13.40%80.98%
HSB/HSV277°6.10%83.53%
CMYK2.35%6.10%0.00%
16.47%

Color #D0C8D5 in popluar number systems.

HEXD0C8D5
Decimal208200213
Binary110100001100100011010101
Octal320310325

Shades and tints

Shades of #D0C8D5

#D0C8D5
(208,200,213)
#BEB6C2
(190,182,194)
#ACA4AF
(172,164,175)
#9A929C
(154,146,156)
#888089
(136,128,137)
#766E76
(118,110,118)
#645C63
(100,92,99)
#524A50
(82,74,80)
#40383D
(64,56,61)
#2E262A
(46,38,42)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #D0C8D5

#D0C8D5
(208,200,213)
#D4CDD8
(212,205,216)
#D8D2DB
(216,210,219)
#DCD7DE
(220,215,222)
#E0DCE1
(224,220,225)
#E4E1E4
(228,225,228)
#E8E6E7
(232,230,231)
#ECEBEA
(236,235,234)
#F0F0ED
(240,240,237)
#F4F5F0
(244,245,240)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C8D5; }

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

This text font color is #D0C8D5.


Background Color

.myBgColor { background-color: #D0C8D5; }

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

This div background color is #D0C8D5.


Border color

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

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

This div border color is #D0C8D5.


Opacity

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

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

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

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

This text has shadow with #D0C8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C8D5 on black background.


Color preview on white background

This text has color #D0C8D5 on white background.



Black color preview on #D0C8D5 background

This text has black color on #D0C8D5 background.


White color preview on #D0C8D5 background

This text has white color on #D0C8D5 background.