COLOR #D8DED9

HEX: #D8DED9 RGB: (216,222,217)

Color info

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

RGB color model

#D8DED9 color RGB value is (216,222,217).

RGB: (216,222,217) (85%, 87%, 85%)

RGB channels and saturation

R 216 of 255 = 85%
G 222 of 255 = 87%
B 217 of 255 = 85%

216
222
217

R + G + B ~ 86%. #D8DED9 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 222 + 217 = 655 (100%)
R 216 of 655 ~ 32.98%
G 222 of 655 ~ 33.89%
B 217 of 655 ~ 33.13'%

%32.98
%33.89
%33.13

CMYK color model

#D8DED9 color CMYK value is (3,0,2,13).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 12.94%

CMYK: (3,0,2,13)
C3M0Y2K13 (3%, 0%, 2%, 13%)
(0.03 / 0.00 / 0.02 / 0.13)

CMYK percentages

%2.7
%0
%2.25
%12.94

Codes

Color #D8DED9 in popluar color models

D8 DE D9
RGB 216 222 217
HSL 130° 8.33% 85.88%
HSB/HSV 130° 2.70% 87.06%
CMYK 2.70% 0.00% 2.25%
12.94%

Color #D8DED9 in popluar number systems.

HEX D8 DE D9
Decimal 216 222 217
Binary 11011000 11011110 11011001
Octal 330 336 331

Shades and tints

Shades of #D8DED9

#D8DED9
(216,222,217)
#C5CAC6
(197,202,198)
#B2B6B3
(178,182,179)
#9FA2A0
(159,162,160)
#8C8E8D
(140,142,141)
#797A7A
(121,122,122)
#666667
(102,102,103)
#535254
(83,82,84)
#403E41
(64,62,65)
#2D2A2E
(45,42,46)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #D8DED9

#D8DED9
(216,222,217)
#DBE1DC
(219,225,220)
#DEE4DF
(222,228,223)
#E1E7E2
(225,231,226)
#E4EAE5
(228,234,229)
#E7EDE8
(231,237,232)
#EAF0EB
(234,240,235)
#EDF3EE
(237,243,238)
#F0F6F1
(240,246,241)
#F3F9F4
(243,249,244)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DED9; }

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

This text font color is #D8DED9.

Background Color

.myBgColor { background-color: #D8DED9; }

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

This div background color is #D8DED9.

Border color

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

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

This div border color is #D8DED9.

Opacity

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

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

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

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

This text has shadow with #D8DED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DED9.

Preview

Color preview on black background

This text has color #D8DED9 on black background.


Color preview on white background

This text has color #D8DED9 on white background.


Black color preview on #D8DED9 background

This text has black color on #D8DED9 background.


White color preview on #D8DED9 background

This text has white color on #D8DED9 background.


Related colors

Complementary color

Complementary color for #hex is #272126.


I love getcolorcode.com

Triadic colors

1 #D9D8DE and #DED9D8 with #D8DED9 are triadic colors.

2 #D9DED8 and #DED8D9 with #D8DED9 are triadic colors.