COLOR #D8D8DA

HEX: #D8D8DA RGB: (216,216,218)

Color info

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

RGB color model

#D8D8DA color RGB value is (216,216,218).

RGB: (216,216,218) (85%, 85%, 85%)

RGB channels and saturation

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

216
216
218

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

Portions of RGB colors in percentages

R + G + B = 216 + 216 + 218 = 650 (100%)
R 216 of 650 ~ 33.23%
G 216 of 650 ~ 33.23%
B 218 of 650 ~ 33.54'%

%33.23
%33.23
%33.54

CMYK color model

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

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

CMYK percentages

%0.92
%0.92
%0
%14.51

Codes

Color #D8D8DA in popluar color models

D8 D8 DA
RGB 216 216 218
HSL 240° 2.63% 85.10%
HSB/HSV 240° 0.92% 85.49%
CMYK 0.92% 0.92% 0.00%
14.51%

Color #D8D8DA in popluar number systems.

HEX D8 D8 DA
Decimal 216 216 218
Binary 11011000 11011000 11011010
Octal 330 330 332

Shades and tints

Shades of #D8D8DA

#D8D8DA
(216,216,218)
#C5C5C7
(197,197,199)
#B2B2B4
(178,178,180)
#9F9FA1
(159,159,161)
#8C8C8E
(140,140,142)
#79797B
(121,121,123)
#666668
(102,102,104)
#535355
(83,83,85)
#404042
(64,64,66)
#2D2D2F
(45,45,47)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #D8D8DA

#D8D8DA
(216,216,218)
#DBDBDD
(219,219,221)
#DEDEE0
(222,222,224)
#E1E1E3
(225,225,227)
#E4E4E6
(228,228,230)
#E7E7E9
(231,231,233)
#EAEAEC
(234,234,236)
#EDEDEF
(237,237,239)
#F0F0F2
(240,240,242)
#F3F3F5
(243,243,245)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D8DA; }

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

This text font color is #D8D8DA.

Background Color

.myBgColor { background-color: #D8D8DA; }

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

This div background color is #D8D8DA.

Border color

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

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

This div border color is #D8D8DA.

Opacity

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

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

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

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

This text has shadow with #D8D8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D8DA.

Preview

Color preview on black background

This text has color #D8D8DA on black background.


Color preview on white background

This text has color #D8D8DA on white background.


Black color preview on #D8D8DA background

This text has black color on #D8D8DA background.


White color preview on #D8D8DA background

This text has white color on #D8D8DA background.


Related colors

Complementary color

Complementary color for #hex is #272725.


I love getcolorcode.com