COLOR #D5D5DA

HEX: #D5D5DA RGB: (213,213,218)

Color info

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

RGB color model

#D5D5DA color RGB value is (213,213,218).

RGB: (213,213,218) (84%, 84%, 85%)

RGB channels and saturation

R 213 of 255 = 84%
G 213 of 255 = 84%
B 218 of 255 = 85%

213
213
218

R + G + B ~ 84%. #D5D5DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 213 + 218 = 644 (100%)
R 213 of 644 ~ 33.07%
G 213 of 644 ~ 33.07%
B 218 of 644 ~ 33.85'%

%33.07
%33.07
%33.85

CMYK color model

#D5D5DA color CMYK value is (2,2,0,15).

  • cyan value is 2.29%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (2,2,0,15) C2M2Y0K15 (2%,2%,0%,15%) (0.02/0.02/0.00/0.15) 

CMYK percentages

%2.29
%2.29
%0
%14.51

Codes

Color #D5D5DA in popluar color models

D5 D5 DA
RGB 213 213 218
HSL 240° 6.33% 84.51%
HSB/HSV 240° 2.29% 85.49%
CMYK 2.29% 2.29% 0.00%
14.51%

Color #D5D5DA in popluar number systems.

HEX D5 D5 DA
Decimal 213 213 218
Binary 11010101 11010101 11011010
Octal 325 325 332

Shades and tints

Shades of #D5D5DA

#D5D5DA
(213,213,218)
#C2C2C7
(194,194,199)
#AFAFB4
(175,175,180)
#9C9CA1
(156,156,161)
#89898E
(137,137,142)
#76767B
(118,118,123)
#636368
(99,99,104)
#505055
(80,80,85)
#3D3D42
(61,61,66)
#2A2A2F
(42,42,47)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #D5D5DA

#D5D5DA
(213,213,218)
#D8D8DD
(216,216,221)
#DBDBE0
(219,219,224)
#DEDEE3
(222,222,227)
#E1E1E6
(225,225,230)
#E4E4E9
(228,228,233)
#E7E7EC
(231,231,236)
#EAEAEF
(234,234,239)
#EDEDF2
(237,237,242)
#F0F0F5
(240,240,245)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D5DA; }

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

This text font color is #D5D5DA.

Background Color

.myBgColor { background-color: #D5D5DA; }

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

This div background color is #D5D5DA.

Border color

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

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

This div border color is #D5D5DA.

Opacity

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

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

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

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

This text has shadow with #D5D5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D5DA.

Preview

Color preview on black background

This text has color #D5D5DA on black background.


Color preview on white background

This text has color #D5D5DA on white background.


Black color preview on #D5D5DA background

This text has black color on #D5D5DA background.


White color preview on #D5D5DA background

This text has white color on #D5D5DA background.


Related colors

Complementary color

Complementary color for #hex is #2A2A25.


I love getcolorcode.com