COLOR #D5D5DB

HEX: #D5D5DB
RGB: (213,213,219)

Color info

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

RGB color model

#D5D5DB color RGB value is (213,213,219).

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

RGB channels and saturation

R 213 of 255 = 84%
G 213 of 255 = 84%
B 219 of 255 = 86%

213
213
219

R + G + B ~ 85%. #D5D5DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 213 + 219 = 645 (100%)
R 213 of 645 ~ 33.02%
G 213 of 645 ~ 33.02%
B 219 of 645 ~ 33.95%

%33.02
%33.02
%33.95

CMYK color model

#D5D5DB color CMYK value is (3,3,0,14).

  • cyan value is 2.74%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(3,3,0,14)
C3M3Y0K14 
(3%,3%,0%,14%)
(0.03/0.03/0.00/0.14)	

CMYK percentages

%2.74
%2.74
%0
%14.12

Codes

Color #D5D5DB in popluar color models

D5D5DB
RGB213213219
HSL240°7.69%84.71%
HSB/HSV240°2.74%85.88%
CMYK2.74%2.74%0.00%
14.12%

Color #D5D5DB in popluar number systems.

HEXD5D5DB
Decimal213213219
Binary110101011101010111011011
Octal325325333

Shades and tints

Shades of #D5D5DB

#D5D5DB
(213,213,219)
#C2C2C8
(194,194,200)
#AFAFB5
(175,175,181)
#9C9CA2
(156,156,162)
#89898F
(137,137,143)
#76767C
(118,118,124)
#636369
(99,99,105)
#505056
(80,80,86)
#3D3D43
(61,61,67)
#2A2A30
(42,42,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #D5D5DB

#D5D5DB
(213,213,219)
#D8D8DE
(216,216,222)
#DBDBE1
(219,219,225)
#DEDEE4
(222,222,228)
#E1E1E7
(225,225,231)
#E4E4EA
(228,228,234)
#E7E7ED
(231,231,237)
#EAEAF0
(234,234,240)
#EDEDF3
(237,237,243)
#F0F0F6
(240,240,246)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D5DB; }

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

This text font color is #D5D5DB.


Background Color

.myBgColor { background-color: #D5D5DB; }

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

This div background color is #D5D5DB.


Border color

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

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

This div border color is #D5D5DB.


Opacity

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

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

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

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

This text has shadow with #D5D5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D5DB on black background.


Color preview on white background

This text has color #D5D5DB on white background.



Black color preview on #D5D5DB background

This text has black color on #D5D5DB background.


White color preview on #D5D5DB background

This text has white color on #D5D5DB background.