COLOR #D8D0D2

HEX: #D8D0D2
RGB: (216,208,210)

Color info

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

RGB color model

#D8D0D2 color RGB value is (216,208,210).

  • red value is 216;
  • green value is 208;
  • blue value is 210.
RGB:
(216,208,210)
(85%,82%,82%)

RGB channels and saturation

R 216 of 255 = 85%
G 208 of 255 = 82%
B 210 of 255 = 82%

216
208
210

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

Portions of RGB colors in percentages

R + G + B =
216 + 208 + 210 = 634 (100%)
R 216 of 634 ~ 34.07%
G 208 of 634 ~ 32.81%
B 210 of 634 ~ 33.12%

%34.07
%32.81
%33.12

CMYK color model

#D8D0D2 color CMYK value is (0,4,3,15).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 2.78%
  • key color value is 15.29%
CMYK:
(0,4,3,15)
C0M4Y3K15 
(0%,4%,3%,15%)
(0.00/0.04/0.03/0.15)	

CMYK percentages

%0
%3.7
%2.78
%15.29

Codes

Color #D8D0D2 in popluar color models

D8D0D2
RGB216208210
HSL345°9.30%83.14%
HSB/HSV345°3.70%84.71%
CMYK0.00%3.70%2.78%
15.29%

Color #D8D0D2 in popluar number systems.

HEXD8D0D2
Decimal216208210
Binary110110001101000011010010
Octal330320322

Shades and tints

Shades of #D8D0D2

#D8D0D2
(216,208,210)
#C5BEBF
(197,190,191)
#B2ACAC
(178,172,172)
#9F9A99
(159,154,153)
#8C8886
(140,136,134)
#797673
(121,118,115)
#666460
(102,100,96)
#53524D
(83,82,77)
#40403A
(64,64,58)
#2D2E27
(45,46,39)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #D8D0D2

#D8D0D2
(216,208,210)
#DBD4D6
(219,212,214)
#DED8DA
(222,216,218)
#E1DCDE
(225,220,222)
#E4E0E2
(228,224,226)
#E7E4E6
(231,228,230)
#EAE8EA
(234,232,234)
#EDECEE
(237,236,238)
#F0F0F2
(240,240,242)
#F3F4F6
(243,244,246)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D0D2 color. Also use rgb(216,208,210) instead hex code.

Text Font Color

.myTextColor { color: #D8D0D2; }

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

This text font color is #D8D0D2.


Background Color

.myBgColor { background-color: #D8D0D2; }

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

This div background color is #D8D0D2.


Border color

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

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

This div border color is #D8D0D2.


Opacity

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

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

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

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

This text has shadow with #D8D0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D0D2 on black background.


Color preview on white background

This text has color #D8D0D2 on white background.



Black color preview on #D8D0D2 background

This text has black color on #D8D0D2 background.


White color preview on #D8D0D2 background

This text has white color on #D8D0D2 background.