COLOR #D7EFFE

HEX: #D7EFFE RGB: (215,239,254)

Color info

#D7EFFE contains red, green and blue colors in about the same proportion. Web safe color of #D7EFFE is #CCFFFF (or #CFF).

RGB color model

#D7EFFE color RGB value is (215,239,254).

RGB: (215,239,254) (84%, 94%, 100%)

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 254 of 255 = 100%

215
239
254

R + G + B ~ 93%. #D7EFFE is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 239 + 254 = 708 (100%)
R 215 of 708 ~ 30.37%
G 239 of 708 ~ 33.76%
B 254 of 708 ~ 35.88'%

%30.37
%33.76
%35.88

CMYK color model

#D7EFFE color CMYK value is (15,6,0,0).

  • cyan value is 15.35%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (15,6,0,0)
C15M6Y0K0 (15%, 6%, 0%, 0%)
(0.15 / 0.06 / 0.00 / 0.00)

CMYK percentages

%15.35
%5.91
%0
%0.39

Codes

Color #D7EFFE in popluar color models

D7 EF FE
RGB 215 239 254
HSL 203° 95.12% 91.96%
HSB/HSV 203° 15.35% 99.61%
CMYK 15.35% 5.91% 0.00%
0.39%

Color #D7EFFE in popluar number systems.

HEX D7 EF FE
Decimal 215 239 254
Binary 11010111 11101111 11111110
Octal 327 357 376

Shades and tints

Shades of #D7EFFE

#D7EFFE
(215,239,254)
#C4DAE7
(196,218,231)
#B1C5D0
(177,197,208)
#9EB0B9
(158,176,185)
#8B9BA2
(139,155,162)
#78868B
(120,134,139)
#657174
(101,113,116)
#525C5D
(82,92,93)
#3F4746
(63,71,70)
#2C322F
(44,50,47)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #D7EFFE

#D7EFFE
(215,239,254)
#DAF0FE
(218,240,254)
#DDF1FE
(221,241,254)
#E0F2FE
(224,242,254)
#E3F3FE
(227,243,254)
#E6F4FE
(230,244,254)
#E9F5FE
(233,245,254)
#ECF6FE
(236,246,254)
#EFF7FE
(239,247,254)
#F2F8FE
(242,248,254)
#F5F9FE
(245,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EFFE color. Also use rgb(215,239,254) instead hex code.

Text Font Color

.myTextColor { color: #D7EFFE; }

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

This text font color is #D7EFFE.

Background Color

.myBgColor { background-color: #D7EFFE; }

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

This div background color is #D7EFFE.

Border color

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

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

This div border color is #D7EFFE.

Opacity

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

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

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

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

This text has shadow with #D7EFFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EFFE.

Preview

Color preview on black background

This text has color #D7EFFE on black background.


Color preview on white background

This text has color #D7EFFE on white background.


Black color preview on #D7EFFE background

This text has black color on #D7EFFE background.


White color preview on #D7EFFE background

This text has white color on #D7EFFE background.


Related colors

Complementary color

Complementary color for #hex is #281001.


I love getcolorcode.com

Triadic colors

1 #FED7EF and #EFFED7 with #D7EFFE are triadic colors.

2 #FEEFD7 and #EFD7FE with #D7EFFE are triadic colors.