COLOR #D7DBD5

HEX: #D7DBD5
RGB: (215,219,213)

Color info

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

RGB color model

#D7DBD5 color RGB value is (215,219,213).

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

RGB channels and saturation

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

215
219
213

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

Portions of RGB colors in percentages

R + G + B =
215 + 219 + 213 = 647 (100%)
R 215 of 647 ~ 33.23%
G 219 of 647 ~ 33.85%
B 213 of 647 ~ 32.92%

%33.23
%33.85
%32.92

CMYK color model

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

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

CMYK percentages

%1.83
%0
%2.74
%14.12

Codes

Color #D7DBD5 in popluar color models

D7DBD5
RGB215219213
HSL100°7.69%84.71%
HSB/HSV100°2.74%85.88%
CMYK1.83%0.00%2.74%
14.12%

Color #D7DBD5 in popluar number systems.

HEXD7DBD5
Decimal215219213
Binary110101111101101111010101
Octal327333325

Shades and tints

Shades of #D7DBD5

#D7DBD5
(215,219,213)
#C4C8C2
(196,200,194)
#B1B5AF
(177,181,175)
#9EA29C
(158,162,156)
#8B8F89
(139,143,137)
#787C76
(120,124,118)
#656963
(101,105,99)
#525650
(82,86,80)
#3F433D
(63,67,61)
#2C302A
(44,48,42)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #D7DBD5

#D7DBD5
(215,219,213)
#DADED8
(218,222,216)
#DDE1DB
(221,225,219)
#E0E4DE
(224,228,222)
#E3E7E1
(227,231,225)
#E6EAE4
(230,234,228)
#E9EDE7
(233,237,231)
#ECF0EA
(236,240,234)
#EFF3ED
(239,243,237)
#F2F6F0
(242,246,240)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DBD5; }

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

This text font color is #D7DBD5.


Background Color

.myBgColor { background-color: #D7DBD5; }

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

This div background color is #D7DBD5.


Border color

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

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

This div border color is #D7DBD5.


Opacity

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

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

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

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

This text has shadow with #D7DBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DBD5 on black background.


Color preview on white background

This text has color #D7DBD5 on white background.



Black color preview on #D7DBD5 background

This text has black color on #D7DBD5 background.


White color preview on #D7DBD5 background

This text has white color on #D7DBD5 background.