COLOR #D8DBDD

HEX: #D8DBDD RGB: (216,219,221)

Color info

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

RGB color model

#D8DBDD color RGB value is (216,219,221).

RGB: (216,219,221) (85%, 86%, 87%)

RGB channels and saturation

R 216 of 255 = 85%
G 219 of 255 = 86%
B 221 of 255 = 87%

216
219
221

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

Portions of RGB colors in percentages

R + G + B = 216 + 219 + 221 = 656 (100%)
R 216 of 656 ~ 32.93%
G 219 of 656 ~ 33.38%
B 221 of 656 ~ 33.69'%

%32.93
%33.38
%33.69

CMYK color model

#D8DBDD color CMYK value is (2,1,0,13).

  • cyan value is 2.26%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (2,1,0,13)
C2M1Y0K13 (2%, 1%, 0%, 13%)
(0.02 / 0.01 / 0.00 / 0.13)

CMYK percentages

%2.26
%0.9
%0
%13.33

Codes

Color #D8DBDD in popluar color models

D8 DB DD
RGB 216 219 221
HSL 204° 6.85% 85.69%
HSB/HSV 204° 2.26% 86.67%
CMYK 2.26% 0.90% 0.00%
13.33%

Color #D8DBDD in popluar number systems.

HEX D8 DB DD
Decimal 216 219 221
Binary 11011000 11011011 11011101
Octal 330 333 335

Shades and tints

Shades of #D8DBDD

#D8DBDD
(216,219,221)
#C5C8C9
(197,200,201)
#B2B5B5
(178,181,181)
#9FA2A1
(159,162,161)
#8C8F8D
(140,143,141)
#797C79
(121,124,121)
#666965
(102,105,101)
#535651
(83,86,81)
#40433D
(64,67,61)
#2D3029
(45,48,41)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #D8DBDD

#D8DBDD
(216,219,221)
#DBDEE0
(219,222,224)
#DEE1E3
(222,225,227)
#E1E4E6
(225,228,230)
#E4E7E9
(228,231,233)
#E7EAEC
(231,234,236)
#EAEDEF
(234,237,239)
#EDF0F2
(237,240,242)
#F0F3F5
(240,243,245)
#F3F6F8
(243,246,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DBDD; }

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

This text font color is #D8DBDD.

Background Color

.myBgColor { background-color: #D8DBDD; }

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

This div background color is #D8DBDD.

Border color

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

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

This div border color is #D8DBDD.

Opacity

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

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

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

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

This text has shadow with #D8DBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DBDD.

Preview

Color preview on black background

This text has color #D8DBDD on black background.


Color preview on white background

This text has color #D8DBDD on white background.


Black color preview on #D8DBDD background

This text has black color on #D8DBDD background.


White color preview on #D8DBDD background

This text has white color on #D8DBDD background.


Related colors

Complementary color

Complementary color for #hex is #272422.


I love getcolorcode.com

Triadic colors

1 #DDD8DB and #DBDDD8 with #D8DBDD are triadic colors.

2 #DDDBD8 and #DBD8DD with #D8DBDD are triadic colors.