COLOR #D7DCDE

HEX: #D7DCDE
RGB: (215,220,222)

Color info

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

RGB color model

#D7DCDE color RGB value is (215,220,222).

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

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 222 of 255 = 87%

215
220
222

R + G + B ~ 86%. #D7DCDE is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 220 + 222 = 657 (100%)
R 215 of 657 ~ 32.72%
G 220 of 657 ~ 33.49%
B 222 of 657 ~ 33.79%

%32.72
%33.49
%33.79

CMYK color model

#D7DCDE color CMYK value is (3,1,0,13).

  • cyan value is 3.15%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(3,1,0,13)
C3M1Y0K13 
(3%,1%,0%,13%)
(0.03/0.01/0.00/0.13)	

CMYK percentages

%3.15
%0.9
%0
%12.94

Codes

Color #D7DCDE in popluar color models

D7DCDE
RGB215220222
HSL197°9.59%85.69%
HSB/HSV197°3.15%87.06%
CMYK3.15%0.90%0.00%
12.94%

Color #D7DCDE in popluar number systems.

HEXD7DCDE
Decimal215220222
Binary110101111101110011011110
Octal327334336

Shades and tints

Shades of #D7DCDE

#D7DCDE
(215,220,222)
#C4C8CA
(196,200,202)
#B1B4B6
(177,180,182)
#9EA0A2
(158,160,162)
#8B8C8E
(139,140,142)
#78787A
(120,120,122)
#656466
(101,100,102)
#525052
(82,80,82)
#3F3C3E
(63,60,62)
#2C282A
(44,40,42)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D7DCDE

#D7DCDE
(215,220,222)
#DADFE1
(218,223,225)
#DDE2E4
(221,226,228)
#E0E5E7
(224,229,231)
#E3E8EA
(227,232,234)
#E6EBED
(230,235,237)
#E9EEF0
(233,238,240)
#ECF1F3
(236,241,243)
#EFF4F6
(239,244,246)
#F2F7F9
(242,247,249)
#F5FAFC
(245,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DCDE; }

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

This text font color is #D7DCDE.


Background Color

.myBgColor { background-color: #D7DCDE; }

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

This div background color is #D7DCDE.


Border color

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

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

This div border color is #D7DCDE.


Opacity

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

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

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

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

This text has shadow with #D7DCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DCDE on black background.


Color preview on white background

This text has color #D7DCDE on white background.



Black color preview on #D7DCDE background

This text has black color on #D7DCDE background.


White color preview on #D7DCDE background

This text has white color on #D7DCDE background.