COLOR #D7DFE4

HEX: #D7DFE4
RGB: (215,223,228)

Color info

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

RGB color model

#D7DFE4 color RGB value is (215,223,228).

  • red value is 215;
  • green value is 223;
  • blue value is 228.
RGB:
(215,223,228)
(84%,87%,89%)

RGB channels and saturation

R 215 of 255 = 84%
G 223 of 255 = 87%
B 228 of 255 = 89%

215
223
228

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

Portions of RGB colors in percentages

R + G + B =
215 + 223 + 228 = 666 (100%)
R 215 of 666 ~ 32.28%
G 223 of 666 ~ 33.48%
B 228 of 666 ~ 34.23%

%32.28
%33.48
%34.23

CMYK color model

#D7DFE4 color CMYK value is (6,2,0,11).

  • cyan value is 5.70%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(6,2,0,11)
C6M2Y0K11 
(6%,2%,0%,11%)
(0.06/0.02/0.00/0.11)	

CMYK percentages

%5.7
%2.19
%0
%10.59

Codes

Color #D7DFE4 in popluar color models

D7DFE4
RGB215223228
HSL203°19.40%86.86%
HSB/HSV203°5.70%89.41%
CMYK5.70%2.19%0.00%
10.59%

Color #D7DFE4 in popluar number systems.

HEXD7DFE4
Decimal215223228
Binary110101111101111111100100
Octal327337344

Shades and tints

Shades of #D7DFE4

#D7DFE4
(215,223,228)
#C4CBD0
(196,203,208)
#B1B7BC
(177,183,188)
#9EA3A8
(158,163,168)
#8B8F94
(139,143,148)
#787B80
(120,123,128)
#65676C
(101,103,108)
#525358
(82,83,88)
#3F3F44
(63,63,68)
#2C2B30
(44,43,48)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #D7DFE4

#D7DFE4
(215,223,228)
#DAE1E6
(218,225,230)
#DDE3E8
(221,227,232)
#E0E5EA
(224,229,234)
#E3E7EC
(227,231,236)
#E6E9EE
(230,233,238)
#E9EBF0
(233,235,240)
#ECEDF2
(236,237,242)
#EFEFF4
(239,239,244)
#F2F1F6
(242,241,246)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DFE4 color. Also use rgb(215,223,228) instead hex code.

Text Font Color

.myTextColor { color: #D7DFE4; }

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

This text font color is #D7DFE4.


Background Color

.myBgColor { background-color: #D7DFE4; }

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

This div background color is #D7DFE4.


Border color

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

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

This div border color is #D7DFE4.


Opacity

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

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

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

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

This text has shadow with #D7DFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DFE4 on black background.


Color preview on white background

This text has color #D7DFE4 on white background.



Black color preview on #D7DFE4 background

This text has black color on #D7DFE4 background.


White color preview on #D7DFE4 background

This text has white color on #D7DFE4 background.