COLOR #D7DFEC

HEX: #D7DFEC
RGB: (215,223,236)

Color info

#D7DFEC contains red, green and blue colors in about the same proportion. Web safe color of #D7DFEC is #CCCCFF (or #CCF).

RGB color model

#D7DFEC color RGB value is (215,223,236).

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

RGB channels and saturation

R 215 of 255 = 84%
G 223 of 255 = 87%
B 236 of 255 = 93%

215
223
236

R + G + B ~ 88%. #D7DFEC is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 223 + 236 = 674 (100%)
R 215 of 674 ~ 31.9%
G 223 of 674 ~ 33.09%
B 236 of 674 ~ 35.01%

%31.9
%33.09
%35.01

CMYK color model

#D7DFEC color CMYK value is (9,6,0,7).

  • cyan value is 8.90%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,6,0,7)
C9M6Y0K7 
(9%,6%,0%,7%)
(0.09/0.06/0.00/0.07)	

CMYK percentages

%8.9
%5.51
%0
%7.45

Codes

Color #D7DFEC in popluar color models

D7DFEC
RGB215223236
HSL217°35.59%88.43%
HSB/HSV217°8.90%92.55%
CMYK8.90%5.51%0.00%
7.45%

Color #D7DFEC in popluar number systems.

HEXD7DFEC
Decimal215223236
Binary110101111101111111101100
Octal327337354

Shades and tints

Shades of #D7DFEC

#D7DFEC
(215,223,236)
#C4CBD7
(196,203,215)
#B1B7C2
(177,183,194)
#9EA3AD
(158,163,173)
#8B8F98
(139,143,152)
#787B83
(120,123,131)
#65676E
(101,103,110)
#525359
(82,83,89)
#3F3F44
(63,63,68)
#2C2B2F
(44,43,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #D7DFEC

#D7DFEC
(215,223,236)
#DAE1ED
(218,225,237)
#DDE3EE
(221,227,238)
#E0E5EF
(224,229,239)
#E3E7F0
(227,231,240)
#E6E9F1
(230,233,241)
#E9EBF2
(233,235,242)
#ECEDF3
(236,237,243)
#EFEFF4
(239,239,244)
#F2F1F5
(242,241,245)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DFEC; }

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

This text font color is #D7DFEC.


Background Color

.myBgColor { background-color: #D7DFEC; }

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

This div background color is #D7DFEC.


Border color

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

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

This div border color is #D7DFEC.


Opacity

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

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

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

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

This text has shadow with #D7DFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DFEC on black background.


Color preview on white background

This text has color #D7DFEC on white background.



Black color preview on #D7DFEC background

This text has black color on #D7DFEC background.


White color preview on #D7DFEC background

This text has white color on #D7DFEC background.