COLOR #D7EEF7

HEX: #D7EEF7 RGB: (215,238,247)

Color info

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

RGB color model

#D7EEF7 color RGB value is (215,238,247).

RGB: (215,238,247) (84%, 93%, 97%)

RGB channels and saturation

R 215 of 255 = 84%
G 238 of 255 = 93%
B 247 of 255 = 97%

215
238
247

R + G + B ~ 91%. #D7EEF7 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 238 + 247 = 700 (100%)
R 215 of 700 ~ 30.71%
G 238 of 700 ~ 34%
B 247 of 700 ~ 35.29'%

%30.71
%34
%35.29

CMYK color model

#D7EEF7 color CMYK value is (13,4,0,3).

  • cyan value is 12.96%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (13,4,0,3)
C13M4Y0K3 (13%, 4%, 0%, 3%)
(0.13 / 0.04 / 0.00 / 0.03)

CMYK percentages

%12.96
%3.64
%0
%3.14

Codes

Color #D7EEF7 in popluar color models

D7 EE F7
RGB 215 238 247
HSL 197° 66.67% 90.59%
HSB/HSV 197° 12.96% 96.86%
CMYK 12.96% 3.64% 0.00%
3.14%

Color #D7EEF7 in popluar number systems.

HEX D7 EE F7
Decimal 215 238 247
Binary 11010111 11101110 11110111
Octal 327 356 367

Shades and tints

Shades of #D7EEF7

#D7EEF7
(215,238,247)
#C4D9E1
(196,217,225)
#B1C4CB
(177,196,203)
#9EAFB5
(158,175,181)
#8B9A9F
(139,154,159)
#788589
(120,133,137)
#657073
(101,112,115)
#525B5D
(82,91,93)
#3F4647
(63,70,71)
#2C3131
(44,49,49)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #D7EEF7

#D7EEF7
(215,238,247)
#DAEFF7
(218,239,247)
#DDF0F7
(221,240,247)
#E0F1F7
(224,241,247)
#E3F2F7
(227,242,247)
#E6F3F7
(230,243,247)
#E9F4F7
(233,244,247)
#ECF5F7
(236,245,247)
#EFF6F7
(239,246,247)
#F2F7F7
(242,247,247)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EEF7 color. Also use rgb(215,238,247) instead hex code.

Text Font Color

.myTextColor { color: #D7EEF7; }

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

This text font color is #D7EEF7.

Background Color

.myBgColor { background-color: #D7EEF7; }

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

This div background color is #D7EEF7.

Border color

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

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

This div border color is #D7EEF7.

Opacity

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

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

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

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

This text has shadow with #D7EEF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EEF7.

Preview

Color preview on black background

This text has color #D7EEF7 on black background.


Color preview on white background

This text has color #D7EEF7 on white background.


Black color preview on #D7EEF7 background

This text has black color on #D7EEF7 background.


White color preview on #D7EEF7 background

This text has white color on #D7EEF7 background.


Related colors

Complementary color

Complementary color for #hex is #281108.


I love getcolorcode.com

Triadic colors

1 #F7D7EE and #EEF7D7 with #D7EEF7 are triadic colors.

2 #F7EED7 and #EED7F7 with #D7EEF7 are triadic colors.