COLOR #D5D5D1

HEX: #D5D5D1 RGB: (213,213,209)

Color info

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

RGB color model

#D5D5D1 color RGB value is (213,213,209).

RGB: (213,213,209) (84%, 84%, 82%)

RGB channels and saturation

R 213 of 255 = 84%
G 213 of 255 = 84%
B 209 of 255 = 82%

213
213
209

R + G + B ~ 83%. #D5D5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 213 + 209 = 635 (100%)
R 213 of 635 ~ 33.54%
G 213 of 635 ~ 33.54%
B 209 of 635 ~ 32.91'%

%33.54
%33.54
%32.91

CMYK color model

#D5D5D1 color CMYK value is (0,0,2,16).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.88%
  • key color value is 16.47%
CMYK: (0,0,2,16) C0M0Y2K16 (0%,0%,2%,16%) (0.00/0.00/0.02/0.16) 

CMYK percentages

%0
%0
%1.88
%16.47

Codes

Color #D5D5D1 in popluar color models

D5 D5 D1
RGB 213 213 209
HSL 60° 4.55% 82.75%
HSB/HSV 60° 1.88% 83.53%
CMYK 0.00% 0.00% 1.88%
16.47%

Color #D5D5D1 in popluar number systems.

HEX D5 D5 D1
Decimal 213 213 209
Binary 11010101 11010101 11010001
Octal 325 325 321

Shades and tints

Shades of #D5D5D1

#D5D5D1
(213,213,209)
#C2C2BE
(194,194,190)
#AFAFAB
(175,175,171)
#9C9C98
(156,156,152)
#898985
(137,137,133)
#767672
(118,118,114)
#63635F
(99,99,95)
#50504C
(80,80,76)
#3D3D39
(61,61,57)
#2A2A26
(42,42,38)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #D5D5D1

#D5D5D1
(213,213,209)
#D8D8D5
(216,216,213)
#DBDBD9
(219,219,217)
#DEDEDD
(222,222,221)
#E1E1E1
(225,225,225)
#E4E4E5
(228,228,229)
#E7E7E9
(231,231,233)
#EAEAED
(234,234,237)
#EDEDF1
(237,237,241)
#F0F0F5
(240,240,245)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D5D1; }

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

This text font color is #D5D5D1.

Background Color

.myBgColor { background-color: #D5D5D1; }

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

This div background color is #D5D5D1.

Border color

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

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

This div border color is #D5D5D1.

Opacity

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

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

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

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

This text has shadow with #D5D5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D5D1.

Preview

Color preview on black background

This text has color #D5D5D1 on black background.


Color preview on white background

This text has color #D5D5D1 on white background.


Black color preview on #D5D5D1 background

This text has black color on #D5D5D1 background.


White color preview on #D5D5D1 background

This text has white color on #D5D5D1 background.


Related colors

Complementary color

Complementary color for #hex is #2A2A2E.


I love getcolorcode.com