COLOR #D8DAD4

HEX: #D8DAD4 RGB: (216,218,212)

Color info

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

RGB color model

#D8DAD4 color RGB value is (216,218,212).

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

RGB channels and saturation

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

216
218
212

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

Portions of RGB colors in percentages

R + G + B = 216 + 218 + 212 = 646 (100%)
R 216 of 646 ~ 33.44%
G 218 of 646 ~ 33.75%
B 212 of 646 ~ 32.82'%

%33.44
%33.75
%32.82

CMYK color model

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

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

CMYK: (1,0,3,15)
C1M0Y3K15 (1%, 0%, 3%, 15%)
(0.01 / 0.00 / 0.03 / 0.15)

CMYK percentages

%0.92
%0
%2.75
%14.51

Codes

Color #D8DAD4 in popluar color models

D8 DA D4
RGB 216 218 212
HSL 80° 7.50% 84.31%
HSB/HSV 80° 2.75% 85.49%
CMYK 0.92% 0.00% 2.75%
14.51%

Color #D8DAD4 in popluar number systems.

HEX D8 DA D4
Decimal 216 218 212
Binary 11011000 11011010 11010100
Octal 330 332 324

Shades and tints

Shades of #D8DAD4

#D8DAD4
(216,218,212)
#C5C7C1
(197,199,193)
#B2B4AE
(178,180,174)
#9FA19B
(159,161,155)
#8C8E88
(140,142,136)
#797B75
(121,123,117)
#666862
(102,104,98)
#53554F
(83,85,79)
#40423C
(64,66,60)
#2D2F29
(45,47,41)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #D8DAD4

#D8DAD4
(216,218,212)
#DBDDD7
(219,221,215)
#DEE0DA
(222,224,218)
#E1E3DD
(225,227,221)
#E4E6E0
(228,230,224)
#E7E9E3
(231,233,227)
#EAECE6
(234,236,230)
#EDEFE9
(237,239,233)
#F0F2EC
(240,242,236)
#F3F5EF
(243,245,239)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DAD4; }

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

This text font color is #D8DAD4.

Background Color

.myBgColor { background-color: #D8DAD4; }

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

This div background color is #D8DAD4.

Border color

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

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

This div border color is #D8DAD4.

Opacity

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

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

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

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

This text has shadow with #D8DAD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DAD4.

Preview

Color preview on black background

This text has color #D8DAD4 on black background.


Color preview on white background

This text has color #D8DAD4 on white background.


Black color preview on #D8DAD4 background

This text has black color on #D8DAD4 background.


White color preview on #D8DAD4 background

This text has white color on #D8DAD4 background.


Related colors

Complementary color

Complementary color for #hex is #27252B.


I love getcolorcode.com

Triadic colors

1 #D4D8DA and #DAD4D8 with #D8DAD4 are triadic colors.

2 #D4DAD8 and #DAD8D4 with #D8DAD4 are triadic colors.