COLOR #D7ECE7

HEX: #D7ECE7 RGB: (215,236,231)

Color info

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

RGB color model

#D7ECE7 color RGB value is (215,236,231).

RGB: (215,236,231) (84%, 93%, 91%)

RGB channels and saturation

R 215 of 255 = 84%
G 236 of 255 = 93%
B 231 of 255 = 91%

215
236
231

R + G + B ~ 89%. #D7ECE7 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 236 + 231 = 682 (100%)
R 215 of 682 ~ 31.52%
G 236 of 682 ~ 34.6%
B 231 of 682 ~ 33.87'%

%31.52
%34.6
%33.87

CMYK color model

#D7ECE7 color CMYK value is (9,0,2,7).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 2.12%
  • key color value is 7.45%

CMYK: (9,0,2,7)
C9M0Y2K7 (9%, 0%, 2%, 7%)
(0.09 / 0.00 / 0.02 / 0.07)

CMYK percentages

%8.9
%0
%2.12
%7.45

Codes

Color #D7ECE7 in popluar color models

D7 EC E7
RGB 215 236 231
HSL 166° 35.59% 88.43%
HSB/HSV 166° 8.90% 92.55%
CMYK 8.90% 0.00% 2.12%
7.45%

Color #D7ECE7 in popluar number systems.

HEX D7 EC E7
Decimal 215 236 231
Binary 11010111 11101100 11100111
Octal 327 354 347

Shades and tints

Shades of #D7ECE7

#D7ECE7
(215,236,231)
#C4D7D2
(196,215,210)
#B1C2BD
(177,194,189)
#9EADA8
(158,173,168)
#8B9893
(139,152,147)
#78837E
(120,131,126)
#656E69
(101,110,105)
#525954
(82,89,84)
#3F443F
(63,68,63)
#2C2F2A
(44,47,42)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #D7ECE7

#D7ECE7
(215,236,231)
#DAEDE9
(218,237,233)
#DDEEEB
(221,238,235)
#E0EFED
(224,239,237)
#E3F0EF
(227,240,239)
#E6F1F1
(230,241,241)
#E9F2F3
(233,242,243)
#ECF3F5
(236,243,245)
#EFF4F7
(239,244,247)
#F2F5F9
(242,245,249)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ECE7; }

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

This text font color is #D7ECE7.

Background Color

.myBgColor { background-color: #D7ECE7; }

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

This div background color is #D7ECE7.

Border color

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

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

This div border color is #D7ECE7.

Opacity

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

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

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

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

This text has shadow with #D7ECE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ECE7.

Preview

Color preview on black background

This text has color #D7ECE7 on black background.


Color preview on white background

This text has color #D7ECE7 on white background.


Black color preview on #D7ECE7 background

This text has black color on #D7ECE7 background.


White color preview on #D7ECE7 background

This text has white color on #D7ECE7 background.


Related colors

Complementary color

Complementary color for #hex is #281318.


I love getcolorcode.com

Triadic colors

1 #E7D7EC and #ECE7D7 with #D7ECE7 are triadic colors.

2 #E7ECD7 and #ECD7E7 with #D7ECE7 are triadic colors.