COLOR #D2D8DA

HEX: #D2D8DA
RGB: (210,216,218)

Color info

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

RGB color model

#D2D8DA color RGB value is (210,216,218).

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

RGB channels and saturation

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

210
216
218

R + G + B ~ 84%. #D2D8DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 216 + 218 = 644 (100%)
R 210 of 644 ~ 32.61%
G 216 of 644 ~ 33.54%
B 218 of 644 ~ 33.85%

%32.61
%33.54
%33.85

CMYK color model

#D2D8DA color CMYK value is (4,1,0,15).

  • cyan value is 3.67%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(4,1,0,15)
C4M1Y0K15 
(4%,1%,0%,15%)
(0.04/0.01/0.00/0.15)	

CMYK percentages

%3.67
%0.92
%0
%14.51

Codes

Color #D2D8DA in popluar color models

D2D8DA
RGB210216218
HSL195°9.76%83.92%
HSB/HSV195°3.67%85.49%
CMYK3.67%0.92%0.00%
14.51%

Color #D2D8DA in popluar number systems.

HEXD2D8DA
Decimal210216218
Binary110100101101100011011010
Octal322330332

Shades and tints

Shades of #D2D8DA

#D2D8DA
(210,216,218)
#BFC5C7
(191,197,199)
#ACB2B4
(172,178,180)
#999FA1
(153,159,161)
#868C8E
(134,140,142)
#73797B
(115,121,123)
#606668
(96,102,104)
#4D5355
(77,83,85)
#3A4042
(58,64,66)
#272D2F
(39,45,47)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #D2D8DA

#D2D8DA
(210,216,218)
#D6DBDD
(214,219,221)
#DADEE0
(218,222,224)
#DEE1E3
(222,225,227)
#E2E4E6
(226,228,230)
#E6E7E9
(230,231,233)
#EAEAEC
(234,234,236)
#EEEDEF
(238,237,239)
#F2F0F2
(242,240,242)
#F6F3F5
(246,243,245)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D8DA; }

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

This text font color is #D2D8DA.


Background Color

.myBgColor { background-color: #D2D8DA; }

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

This div background color is #D2D8DA.


Border color

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

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

This div border color is #D2D8DA.


Opacity

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

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

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

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

This text has shadow with #D2D8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D8DA on black background.


Color preview on white background

This text has color #D2D8DA on white background.



Black color preview on #D2D8DA background

This text has black color on #D2D8DA background.


White color preview on #D2D8DA background

This text has white color on #D2D8DA background.