COLOR #D7DCE5

HEX: #D7DCE5
RGB: (215,220,229)

Color info

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

RGB color model

#D7DCE5 color RGB value is (215,220,229).

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

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 229 of 255 = 90%

215
220
229

R + G + B ~ 87%. #D7DCE5 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 220 + 229 = 664 (100%)
R 215 of 664 ~ 32.38%
G 220 of 664 ~ 33.13%
B 229 of 664 ~ 34.49%

%32.38
%33.13
%34.49

CMYK color model

#D7DCE5 color CMYK value is (6,4,0,10).

  • cyan value is 6.11%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(6,4,0,10)
C6M4Y0K10 
(6%,4%,0%,10%)
(0.06/0.04/0.00/0.10)	

CMYK percentages

%6.11
%3.93
%0
%10.2

Codes

Color #D7DCE5 in popluar color models

D7DCE5
RGB215220229
HSL219°21.21%87.06%
HSB/HSV219°6.11%89.80%
CMYK6.11%3.93%0.00%
10.20%

Color #D7DCE5 in popluar number systems.

HEXD7DCE5
Decimal215220229
Binary110101111101110011100101
Octal327334345

Shades and tints

Shades of #D7DCE5

#D7DCE5
(215,220,229)
#C4C8D1
(196,200,209)
#B1B4BD
(177,180,189)
#9EA0A9
(158,160,169)
#8B8C95
(139,140,149)
#787881
(120,120,129)
#65646D
(101,100,109)
#525059
(82,80,89)
#3F3C45
(63,60,69)
#2C2831
(44,40,49)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #D7DCE5

#D7DCE5
(215,220,229)
#DADFE7
(218,223,231)
#DDE2E9
(221,226,233)
#E0E5EB
(224,229,235)
#E3E8ED
(227,232,237)
#E6EBEF
(230,235,239)
#E9EEF1
(233,238,241)
#ECF1F3
(236,241,243)
#EFF4F5
(239,244,245)
#F2F7F7
(242,247,247)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DCE5; }

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

This text font color is #D7DCE5.


Background Color

.myBgColor { background-color: #D7DCE5; }

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

This div background color is #D7DCE5.


Border color

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

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

This div border color is #D7DCE5.


Opacity

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

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

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

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

This text has shadow with #D7DCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DCE5 on black background.


Color preview on white background

This text has color #D7DCE5 on white background.



Black color preview on #D7DCE5 background

This text has black color on #D7DCE5 background.


White color preview on #D7DCE5 background

This text has white color on #D7DCE5 background.