COLOR #D7DDD5

HEX: #D7DDD5 RGB: (215,221,213)

Color info

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

RGB color model

#D7DDD5 color RGB value is (215,221,213).

RGB: (215,221,213) (84%, 87%, 84%)

RGB channels and saturation

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

215
221
213

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

Portions of RGB colors in percentages

R + G + B = 215 + 221 + 213 = 649 (100%)
R 215 of 649 ~ 33.13%
G 221 of 649 ~ 34.05%
B 213 of 649 ~ 32.82'%

%33.13
%34.05
%32.82

CMYK color model

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

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

CMYK percentages

%2.71
%0
%3.62
%13.33

Codes

Color #D7DDD5 in popluar color models

D7 DD D5
RGB 215 221 213
HSL 105° 10.53% 85.10%
HSB/HSV 105° 3.62% 86.67%
CMYK 2.71% 0.00% 3.62%
13.33%

Color #D7DDD5 in popluar number systems.

HEX D7 DD D5
Decimal 215 221 213
Binary 11010111 11011101 11010101
Octal 327 335 325

Shades and tints

Shades of #D7DDD5

#D7DDD5
(215,221,213)
#C4C9C2
(196,201,194)
#B1B5AF
(177,181,175)
#9EA19C
(158,161,156)
#8B8D89
(139,141,137)
#787976
(120,121,118)
#656563
(101,101,99)
#525150
(82,81,80)
#3F3D3D
(63,61,61)
#2C292A
(44,41,42)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #D7DDD5

#D7DDD5
(215,221,213)
#DAE0D8
(218,224,216)
#DDE3DB
(221,227,219)
#E0E6DE
(224,230,222)
#E3E9E1
(227,233,225)
#E6ECE4
(230,236,228)
#E9EFE7
(233,239,231)
#ECF2EA
(236,242,234)
#EFF5ED
(239,245,237)
#F2F8F0
(242,248,240)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DDD5; }

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

This text font color is #D7DDD5.

Background Color

.myBgColor { background-color: #D7DDD5; }

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

This div background color is #D7DDD5.

Border color

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

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

This div border color is #D7DDD5.

Opacity

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

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

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

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

This text has shadow with #D7DDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DDD5.

Preview

Color preview on black background

This text has color #D7DDD5 on black background.


Color preview on white background

This text has color #D7DDD5 on white background.


Black color preview on #D7DDD5 background

This text has black color on #D7DDD5 background.


White color preview on #D7DDD5 background

This text has white color on #D7DDD5 background.


Related colors

Complementary color

Complementary color for #hex is #28222A.


I love getcolorcode.com

Triadic colors

1 #D5D7DD and #DDD5D7 with #D7DDD5 are triadic colors.

2 #D5DDD7 and #DDD7D5 with #D7DDD5 are triadic colors.