COLOR #D7DDD2

HEX: #D7DDD2
RGB: (215,221,210)

Color info

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

RGB color model

#D7DDD2 color RGB value is (215,221,210).

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

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 210 of 255 = 82%

215
221
210

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

Portions of RGB colors in percentages

R + G + B =
215 + 221 + 210 = 646 (100%)
R 215 of 646 ~ 33.28%
G 221 of 646 ~ 34.21%
B 210 of 646 ~ 32.51%

%33.28
%34.21
%32.51

CMYK color model

#D7DDD2 color CMYK value is (3,0,5,13).

  • cyan value is 2.71%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(3,0,5,13)
C3M0Y5K13 
(3%,0%,5%,13%)
(0.03/0.00/0.05/0.13)	

CMYK percentages

%2.71
%0
%4.98
%13.33

Codes

Color #D7DDD2 in popluar color models

D7DDD2
RGB215221210
HSL93°13.92%84.51%
HSB/HSV93°4.98%86.67%
CMYK2.71%0.00%4.98%
13.33%

Color #D7DDD2 in popluar number systems.

HEXD7DDD2
Decimal215221210
Binary110101111101110111010010
Octal327335322

Shades and tints

Shades of #D7DDD2

#D7DDD2
(215,221,210)
#C4C9BF
(196,201,191)
#B1B5AC
(177,181,172)
#9EA199
(158,161,153)
#8B8D86
(139,141,134)
#787973
(120,121,115)
#656560
(101,101,96)
#52514D
(82,81,77)
#3F3D3A
(63,61,58)
#2C2927
(44,41,39)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #D7DDD2

#D7DDD2
(215,221,210)
#DAE0D6
(218,224,214)
#DDE3DA
(221,227,218)
#E0E6DE
(224,230,222)
#E3E9E2
(227,233,226)
#E6ECE6
(230,236,230)
#E9EFEA
(233,239,234)
#ECF2EE
(236,242,238)
#EFF5F2
(239,245,242)
#F2F8F6
(242,248,246)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DDD2; }

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

This text font color is #D7DDD2.


Background Color

.myBgColor { background-color: #D7DDD2; }

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

This div background color is #D7DDD2.


Border color

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

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

This div border color is #D7DDD2.


Opacity

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

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

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

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

This text has shadow with #D7DDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DDD2 on black background.


Color preview on white background

This text has color #D7DDD2 on white background.



Black color preview on #D7DDD2 background

This text has black color on #D7DDD2 background.


White color preview on #D7DDD2 background

This text has white color on #D7DDD2 background.