COLOR #D7DCDB

HEX: #D7DCDB
RGB: (215,220,219)

Color info

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

RGB color model

#D7DCDB color RGB value is (215,220,219).

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

RGB channels and saturation

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

215
220
219

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

Portions of RGB colors in percentages

R + G + B =
215 + 220 + 219 = 654 (100%)
R 215 of 654 ~ 32.87%
G 220 of 654 ~ 33.64%
B 219 of 654 ~ 33.49%

%32.87
%33.64
%33.49

CMYK color model

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

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK:
(2,0,0,14)
C2M0Y0K14 
(2%,0%,0%,14%)
(0.02/0.00/0.00/0.14)	

CMYK percentages

%2.27
%0
%0.45
%13.73

Codes

Color #D7DCDB in popluar color models

D7DCDB
RGB215220219
HSL168°6.67%85.29%
HSB/HSV168°2.27%86.27%
CMYK2.27%0.00%0.45%
13.73%

Color #D7DCDB in popluar number systems.

HEXD7DCDB
Decimal215220219
Binary110101111101110011011011
Octal327334333

Shades and tints

Shades of #D7DCDB

#D7DCDB
(215,220,219)
#C4C8C8
(196,200,200)
#B1B4B5
(177,180,181)
#9EA0A2
(158,160,162)
#8B8C8F
(139,140,143)
#78787C
(120,120,124)
#656469
(101,100,105)
#525056
(82,80,86)
#3F3C43
(63,60,67)
#2C2830
(44,40,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #D7DCDB

#D7DCDB
(215,220,219)
#DADFDE
(218,223,222)
#DDE2E1
(221,226,225)
#E0E5E4
(224,229,228)
#E3E8E7
(227,232,231)
#E6EBEA
(230,235,234)
#E9EEED
(233,238,237)
#ECF1F0
(236,241,240)
#EFF4F3
(239,244,243)
#F2F7F6
(242,247,246)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DCDB; }

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

This text font color is #D7DCDB.


Background Color

.myBgColor { background-color: #D7DCDB; }

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

This div background color is #D7DCDB.


Border color

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

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

This div border color is #D7DCDB.


Opacity

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

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

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

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

This text has shadow with #D7DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DCDB on black background.


Color preview on white background

This text has color #D7DCDB on white background.



Black color preview on #D7DCDB background

This text has black color on #D7DCDB background.


White color preview on #D7DCDB background

This text has white color on #D7DCDB background.