COLOR #D2D7DA

HEX: #D2D7DA RGB: (210,215,218)

Color info

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

RGB color model

#D2D7DA color RGB value is (210,215,218).

RGB: (210,215,218) (82%, 84%, 85%)

RGB channels and saturation

R 210 of 255 = 82%
G 215 of 255 = 84%
B 218 of 255 = 85%

210
215
218

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

Portions of RGB colors in percentages

R + G + B = 210 + 215 + 218 = 643 (100%)
R 210 of 643 ~ 32.66%
G 215 of 643 ~ 33.44%
B 218 of 643 ~ 33.9'%

%32.66
%33.44
%33.9

CMYK color model

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

  • cyan value is 3.67%
  • magenta value is 1.38%
  • 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
%1.38
%0
%14.51

Codes

Color #D2D7DA in popluar color models

D2 D7 DA
RGB 210 215 218
HSL 203° 9.76% 83.92%
HSB/HSV 203° 3.67% 85.49%
CMYK 3.67% 1.38% 0.00%
14.51%

Color #D2D7DA in popluar number systems.

HEX D2 D7 DA
Decimal 210 215 218
Binary 11010010 11010111 11011010
Octal 322 327 332

Shades and tints

Shades of #D2D7DA

#D2D7DA
(210,215,218)
#BFC4C7
(191,196,199)
#ACB1B4
(172,177,180)
#999EA1
(153,158,161)
#868B8E
(134,139,142)
#73787B
(115,120,123)
#606568
(96,101,104)
#4D5255
(77,82,85)
#3A3F42
(58,63,66)
#272C2F
(39,44,47)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #D2D7DA

#D2D7DA
(210,215,218)
#D6DADD
(214,218,221)
#DADDE0
(218,221,224)
#DEE0E3
(222,224,227)
#E2E3E6
(226,227,230)
#E6E6E9
(230,230,233)
#EAE9EC
(234,233,236)
#EEECEF
(238,236,239)
#F2EFF2
(242,239,242)
#F6F2F5
(246,242,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D7DA; }

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

This text font color is #D2D7DA.

Background Color

.myBgColor { background-color: #D2D7DA; }

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

This div background color is #D2D7DA.

Border color

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

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

This div border color is #D2D7DA.

Opacity

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

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

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

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

This text has shadow with #D2D7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D7DA.

Preview

Color preview on black background

This text has color #D2D7DA on black background.


Color preview on white background

This text has color #D2D7DA on white background.


Black color preview on #D2D7DA background

This text has black color on #D2D7DA background.


White color preview on #D2D7DA background

This text has white color on #D2D7DA background.


Related colors

Complementary color

Complementary color for #hex is #2D2825.


I love getcolorcode.com

Triadic colors

1 #DAD2D7 and #D7DAD2 with #D2D7DA are triadic colors.

2 #DAD7D2 and #D7D2DA with #D2D7DA are triadic colors.