COLOR #D8DCD3

HEX: #D8DCD3
RGB: (216,220,211)

Color info

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

RGB color model

#D8DCD3 color RGB value is (216,220,211).

  • red value is 216;
  • green value is 220;
  • blue value is 211.
RGB:
(216,220,211)
(85%,86%,83%)

RGB channels and saturation

R 216 of 255 = 85%
G 220 of 255 = 86%
B 211 of 255 = 83%

216
220
211

R + G + B ~ 85%. #D8DCD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 220 + 211 = 647 (100%)
R 216 of 647 ~ 33.38%
G 220 of 647 ~ 34%
B 211 of 647 ~ 32.61%

%33.38
%34
%32.61

CMYK color model

#D8DCD3 color CMYK value is (2,0,4,14).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 4.09%
  • key color value is 13.73%
CMYK:
(2,0,4,14)
C2M0Y4K14 
(2%,0%,4%,14%)
(0.02/0.00/0.04/0.14)	

CMYK percentages

%1.82
%0
%4.09
%13.73

Codes

Color #D8DCD3 in popluar color models

D8DCD3
RGB216220211
HSL87°11.39%84.51%
HSB/HSV87°4.09%86.27%
CMYK1.82%0.00%4.09%
13.73%

Color #D8DCD3 in popluar number systems.

HEXD8DCD3
Decimal216220211
Binary110110001101110011010011
Octal330334323

Shades and tints

Shades of #D8DCD3

#D8DCD3
(216,220,211)
#C5C8C0
(197,200,192)
#B2B4AD
(178,180,173)
#9FA09A
(159,160,154)
#8C8C87
(140,140,135)
#797874
(121,120,116)
#666461
(102,100,97)
#53504E
(83,80,78)
#403C3B
(64,60,59)
#2D2828
(45,40,40)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #D8DCD3

#D8DCD3
(216,220,211)
#DBDFD7
(219,223,215)
#DEE2DB
(222,226,219)
#E1E5DF
(225,229,223)
#E4E8E3
(228,232,227)
#E7EBE7
(231,235,231)
#EAEEEB
(234,238,235)
#EDF1EF
(237,241,239)
#F0F4F3
(240,244,243)
#F3F7F7
(243,247,247)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DCD3 color. Also use rgb(216,220,211) instead hex code.

Text Font Color

.myTextColor { color: #D8DCD3; }

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

This text font color is #D8DCD3.


Background Color

.myBgColor { background-color: #D8DCD3; }

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

This div background color is #D8DCD3.


Border color

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

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

This div border color is #D8DCD3.


Opacity

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

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

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

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

This text has shadow with #D8DCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DCD3 on black background.


Color preview on white background

This text has color #D8DCD3 on white background.



Black color preview on #D8DCD3 background

This text has black color on #D8DCD3 background.


White color preview on #D8DCD3 background

This text has white color on #D8DCD3 background.