COLOR #D8DDDD

HEX: #D8DDDD RGB: (216,221,221)

Color info

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

RGB color model

#D8DDDD color RGB value is (216,221,221).

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

RGB channels and saturation

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

216
221
221

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

Portions of RGB colors in percentages

R + G + B = 216 + 221 + 221 = 658 (100%)
R 216 of 658 ~ 32.83%
G 221 of 658 ~ 33.59%
B 221 of 658 ~ 33.59'%

%32.83
%33.59
%33.59

CMYK color model

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

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

CMYK: (2,0,0,13)
C2M0Y0K13 (2%, 0%, 0%, 13%)
(0.02 / 0.00 / 0.00 / 0.13)

CMYK percentages

%2.26
%0
%0
%13.33

Codes

Color #D8DDDD in popluar color models

D8 DD DD
RGB 216 221 221
HSL 180° 6.85% 85.69%
HSB/HSV 180° 2.26% 86.67%
CMYK 2.26% 0.00% 0.00%
13.33%

Color #D8DDDD in popluar number systems.

HEX D8 DD DD
Decimal 216 221 221
Binary 11011000 11011101 11011101
Octal 330 335 335

Shades and tints

Shades of #D8DDDD

#D8DDDD
(216,221,221)
#C5C9C9
(197,201,201)
#B2B5B5
(178,181,181)
#9FA1A1
(159,161,161)
#8C8D8D
(140,141,141)
#797979
(121,121,121)
#666565
(102,101,101)
#535151
(83,81,81)
#403D3D
(64,61,61)
#2D2929
(45,41,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #D8DDDD

#D8DDDD
(216,221,221)
#DBE0E0
(219,224,224)
#DEE3E3
(222,227,227)
#E1E6E6
(225,230,230)
#E4E9E9
(228,233,233)
#E7ECEC
(231,236,236)
#EAEFEF
(234,239,239)
#EDF2F2
(237,242,242)
#F0F5F5
(240,245,245)
#F3F8F8
(243,248,248)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DDDD; }

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

This text font color is #D8DDDD.

Background Color

.myBgColor { background-color: #D8DDDD; }

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

This div background color is #D8DDDD.

Border color

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

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

This div border color is #D8DDDD.

Opacity

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

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

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

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

This text has shadow with #D8DDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DDDD.

Preview

Color preview on black background

This text has color #D8DDDD on black background.


Color preview on white background

This text has color #D8DDDD on white background.


Black color preview on #D8DDDD background

This text has black color on #D8DDDD background.


White color preview on #D8DDDD background

This text has white color on #D8DDDD background.


Related colors

Complementary color

Complementary color for #hex is #272222.


I love getcolorcode.com