COLOR #D7DFED

HEX: #D7DFED RGB: (215,223,237)

Color info

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

RGB color model

#D7DFED color RGB value is (215,223,237).

RGB: (215,223,237) (84%, 87%, 93%)

RGB channels and saturation

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

215
223
237

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

Portions of RGB colors in percentages

R + G + B = 215 + 223 + 237 = 675 (100%)
R 215 of 675 ~ 31.85%
G 223 of 675 ~ 33.04%
B 237 of 675 ~ 35.11'%

%31.85
%33.04
%35.11

CMYK color model

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

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

CMYK percentages

%9.28
%5.91
%0
%7.06

Codes

Color #D7DFED in popluar color models

D7 DF ED
RGB 215 223 237
HSL 218° 37.93% 88.63%
HSB/HSV 218° 9.28% 92.94%
CMYK 9.28% 5.91% 0.00%
7.06%

Color #D7DFED in popluar number systems.

HEX D7 DF ED
Decimal 215 223 237
Binary 11010111 11011111 11101101
Octal 327 337 355

Shades and tints

Shades of #D7DFED

#D7DFED
(215,223,237)
#C4CBD8
(196,203,216)
#B1B7C3
(177,183,195)
#9EA3AE
(158,163,174)
#8B8F99
(139,143,153)
#787B84
(120,123,132)
#65676F
(101,103,111)
#52535A
(82,83,90)
#3F3F45
(63,63,69)
#2C2B30
(44,43,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #D7DFED

#D7DFED
(215,223,237)
#DAE1EE
(218,225,238)
#DDE3EF
(221,227,239)
#E0E5F0
(224,229,240)
#E3E7F1
(227,231,241)
#E6E9F2
(230,233,242)
#E9EBF3
(233,235,243)
#ECEDF4
(236,237,244)
#EFEFF5
(239,239,245)
#F2F1F6
(242,241,246)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DFED; }

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

This text font color is #D7DFED.

Background Color

.myBgColor { background-color: #D7DFED; }

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

This div background color is #D7DFED.

Border color

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

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

This div border color is #D7DFED.

Opacity

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

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

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

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

This text has shadow with #D7DFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DFED.

Preview

Color preview on black background

This text has color #D7DFED on black background.


Color preview on white background

This text has color #D7DFED on white background.


Black color preview on #D7DFED background

This text has black color on #D7DFED background.


White color preview on #D7DFED background

This text has white color on #D7DFED background.


Related colors

Complementary color

Complementary color for #hex is #282012.


I love getcolorcode.com

Triadic colors

1 #EDD7DF and #DFEDD7 with #D7DFED are triadic colors.

2 #EDDFD7 and #DFD7ED with #D7DFED are triadic colors.