COLOR #D5DDDD

HEX: #D5DDDD
RGB: (213,221,221)

Color info

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

RGB color model

#D5DDDD color RGB value is (213,221,221).

  • red value is 213;
  • green value is 221;
  • blue value is 221.
RGB:
(213,221,221)
(84%,87%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 221 of 255 = 87%

213
221
221

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

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 221 = 655 (100%)
R 213 of 655 ~ 32.52%
G 221 of 655 ~ 33.74%
B 221 of 655 ~ 33.74%

%32.52
%33.74
%33.74

CMYK color model

#D5DDDD color CMYK value is (4,0,0,13).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(4,0,0,13)
C4M0Y0K13 
(4%,0%,0%,13%)
(0.04/0.00/0.00/0.13)	

CMYK percentages

%3.62
%0
%0
%13.33

Codes

Color #D5DDDD in popluar color models

D5DDDD
RGB213221221
HSL180°10.53%85.10%
HSB/HSV180°3.62%86.67%
CMYK3.62%0.00%0.00%
13.33%

Color #D5DDDD in popluar number systems.

HEXD5DDDD
Decimal213221221
Binary110101011101110111011101
Octal325335335

Shades and tints

Shades of #D5DDDD

#D5DDDD
(213,221,221)
#C2C9C9
(194,201,201)
#AFB5B5
(175,181,181)
#9CA1A1
(156,161,161)
#898D8D
(137,141,141)
#767979
(118,121,121)
#636565
(99,101,101)
#505151
(80,81,81)
#3D3D3D
(61,61,61)
#2A2929
(42,41,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5DDDD

#D5DDDD
(213,221,221)
#D8E0E0
(216,224,224)
#DBE3E3
(219,227,227)
#DEE6E6
(222,230,230)
#E1E9E9
(225,233,233)
#E4ECEC
(228,236,236)
#E7EFEF
(231,239,239)
#EAF2F2
(234,242,242)
#EDF5F5
(237,245,245)
#F0F8F8
(240,248,248)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDDD; }

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

This text font color is #D5DDDD.


Background Color

.myBgColor { background-color: #D5DDDD; }

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

This div background color is #D5DDDD.


Border color

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

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

This div border color is #D5DDDD.


Opacity

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

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

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

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

This text has shadow with #D5DDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DDDD on black background.


Color preview on white background

This text has color #D5DDDD on white background.



Black color preview on #D5DDDD background

This text has black color on #D5DDDD background.


White color preview on #D5DDDD background

This text has white color on #D5DDDD background.