COLOR #D7DCE2

HEX: #D7DCE2 RGB: (215,220,226)

Color info

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

RGB color model

#D7DCE2 color RGB value is (215,220,226).

RGB: (215,220,226) (84%, 86%, 89%)

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 226 of 255 = 89%

215
220
226

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

Portions of RGB colors in percentages

R + G + B = 215 + 220 + 226 = 661 (100%)
R 215 of 661 ~ 32.53%
G 220 of 661 ~ 33.28%
B 226 of 661 ~ 34.19'%

%32.53
%33.28
%34.19

CMYK color model

#D7DCE2 color CMYK value is (5,3,0,11).

  • cyan value is 4.87%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (5,3,0,11)
C5M3Y0K11 (5%, 3%, 0%, 11%)
(0.05 / 0.03 / 0.00 / 0.11)

CMYK percentages

%4.87
%2.65
%0
%11.37

Codes

Color #D7DCE2 in popluar color models

D7 DC E2
RGB 215 220 226
HSL 213° 15.94% 86.47%
HSB/HSV 213° 4.87% 88.63%
CMYK 4.87% 2.65% 0.00%
11.37%

Color #D7DCE2 in popluar number systems.

HEX D7 DC E2
Decimal 215 220 226
Binary 11010111 11011100 11100010
Octal 327 334 342

Shades and tints

Shades of #D7DCE2

#D7DCE2
(215,220,226)
#C4C8CE
(196,200,206)
#B1B4BA
(177,180,186)
#9EA0A6
(158,160,166)
#8B8C92
(139,140,146)
#78787E
(120,120,126)
#65646A
(101,100,106)
#525056
(82,80,86)
#3F3C42
(63,60,66)
#2C282E
(44,40,46)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #D7DCE2

#D7DCE2
(215,220,226)
#DADFE4
(218,223,228)
#DDE2E6
(221,226,230)
#E0E5E8
(224,229,232)
#E3E8EA
(227,232,234)
#E6EBEC
(230,235,236)
#E9EEEE
(233,238,238)
#ECF1F0
(236,241,240)
#EFF4F2
(239,244,242)
#F2F7F4
(242,247,244)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DCE2; }

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

This text font color is #D7DCE2.

Background Color

.myBgColor { background-color: #D7DCE2; }

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

This div background color is #D7DCE2.

Border color

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

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

This div border color is #D7DCE2.

Opacity

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

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

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

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

This text has shadow with #D7DCE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DCE2.

Preview

Color preview on black background

This text has color #D7DCE2 on black background.


Color preview on white background

This text has color #D7DCE2 on white background.


Black color preview on #D7DCE2 background

This text has black color on #D7DCE2 background.


White color preview on #D7DCE2 background

This text has white color on #D7DCE2 background.


Related colors

Complementary color

Complementary color for #hex is #28231D.


I love getcolorcode.com

Triadic colors

1 #E2D7DC and #DCE2D7 with #D7DCE2 are triadic colors.

2 #E2DCD7 and #DCD7E2 with #D7DCE2 are triadic colors.