COLOR #D8DAD7

HEX: #D8DAD7 RGB: (216,218,215)

Color info

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

RGB color model

#D8DAD7 color RGB value is (216,218,215).

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

RGB channels and saturation

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

216
218
215

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

Portions of RGB colors in percentages

R + G + B = 216 + 218 + 215 = 649 (100%)
R 216 of 649 ~ 33.28%
G 218 of 649 ~ 33.59%
B 215 of 649 ~ 33.13'%

%33.28
%33.59
%33.13

CMYK color model

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

  • cyan value is 0.92%
  • magenta value is 0.00%
  • yellow value is 1.38%
  • key color value is 14.51%

CMYK: (1,0,1,15)
C1M0Y1K15 (1%, 0%, 1%, 15%)
(0.01 / 0.00 / 0.01 / 0.15)

CMYK percentages

%0.92
%0
%1.38
%14.51

Codes

Color #D8DAD7 in popluar color models

D8 DA D7
RGB 216 218 215
HSL 100° 3.90% 84.90%
HSB/HSV 100° 1.38% 85.49%
CMYK 0.92% 0.00% 1.38%
14.51%

Color #D8DAD7 in popluar number systems.

HEX D8 DA D7
Decimal 216 218 215
Binary 11011000 11011010 11010111
Octal 330 332 327

Shades and tints

Shades of #D8DAD7

#D8DAD7
(216,218,215)
#C5C7C4
(197,199,196)
#B2B4B1
(178,180,177)
#9FA19E
(159,161,158)
#8C8E8B
(140,142,139)
#797B78
(121,123,120)
#666865
(102,104,101)
#535552
(83,85,82)
#40423F
(64,66,63)
#2D2F2C
(45,47,44)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #D8DAD7

#D8DAD7
(216,218,215)
#DBDDDA
(219,221,218)
#DEE0DD
(222,224,221)
#E1E3E0
(225,227,224)
#E4E6E3
(228,230,227)
#E7E9E6
(231,233,230)
#EAECE9
(234,236,233)
#EDEFEC
(237,239,236)
#F0F2EF
(240,242,239)
#F3F5F2
(243,245,242)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DAD7; }

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

This text font color is #D8DAD7.

Background Color

.myBgColor { background-color: #D8DAD7; }

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

This div background color is #D8DAD7.

Border color

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

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

This div border color is #D8DAD7.

Opacity

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

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

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

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

This text has shadow with #D8DAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DAD7.

Preview

Color preview on black background

This text has color #D8DAD7 on black background.


Color preview on white background

This text has color #D8DAD7 on white background.


Black color preview on #D8DAD7 background

This text has black color on #D8DAD7 background.


White color preview on #D8DAD7 background

This text has white color on #D8DAD7 background.


Related colors

Complementary color

Complementary color for #hex is #272528.


I love getcolorcode.com

Triadic colors

1 #D7D8DA and #DAD7D8 with #D8DAD7 are triadic colors.

2 #D7DAD8 and #DAD8D7 with #D8DAD7 are triadic colors.