COLOR #D8ECE7

HEX: #D8ECE7 RGB: (216,236,231)

Color info

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

RGB color model

#D8ECE7 color RGB value is (216,236,231).

RGB: (216,236,231) (85%, 93%, 91%)

RGB channels and saturation

R 216 of 255 = 85%
G 236 of 255 = 93%
B 231 of 255 = 91%

216
236
231

R + G + B ~ 90%. #D8ECE7 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 236 + 231 = 683 (100%)
R 216 of 683 ~ 31.63%
G 236 of 683 ~ 34.55%
B 231 of 683 ~ 33.82'%

%31.63
%34.55
%33.82

CMYK color model

#D8ECE7 color CMYK value is (8,0,2,7).

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

CMYK: (8,0,2,7)
C8M0Y2K7 (8%, 0%, 2%, 7%)
(0.08 / 0.00 / 0.02 / 0.07)

CMYK percentages

%8.47
%0
%2.12
%7.45

Codes

Color #D8ECE7 in popluar color models

D8 EC E7
RGB 216 236 231
HSL 165° 34.48% 88.63%
HSB/HSV 165° 8.47% 92.55%
CMYK 8.47% 0.00% 2.12%
7.45%

Color #D8ECE7 in popluar number systems.

HEX D8 EC E7
Decimal 216 236 231
Binary 11011000 11101100 11100111
Octal 330 354 347

Shades and tints

Shades of #D8ECE7

#D8ECE7
(216,236,231)
#C5D7D2
(197,215,210)
#B2C2BD
(178,194,189)
#9FADA8
(159,173,168)
#8C9893
(140,152,147)
#79837E
(121,131,126)
#666E69
(102,110,105)
#535954
(83,89,84)
#40443F
(64,68,63)
#2D2F2A
(45,47,42)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #D8ECE7

#D8ECE7
(216,236,231)
#DBEDE9
(219,237,233)
#DEEEEB
(222,238,235)
#E1EFED
(225,239,237)
#E4F0EF
(228,240,239)
#E7F1F1
(231,241,241)
#EAF2F3
(234,242,243)
#EDF3F5
(237,243,245)
#F0F4F7
(240,244,247)
#F3F5F9
(243,245,249)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ECE7; }

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

This text font color is #D8ECE7.

Background Color

.myBgColor { background-color: #D8ECE7; }

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

This div background color is #D8ECE7.

Border color

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

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

This div border color is #D8ECE7.

Opacity

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

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

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

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

This text has shadow with #D8ECE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8ECE7.

Preview

Color preview on black background

This text has color #D8ECE7 on black background.


Color preview on white background

This text has color #D8ECE7 on white background.


Black color preview on #D8ECE7 background

This text has black color on #D8ECE7 background.


White color preview on #D8ECE7 background

This text has white color on #D8ECE7 background.


Related colors

Complementary color

Complementary color for #hex is #271318.


I love getcolorcode.com

Triadic colors

1 #E7D8EC and #ECE7D8 with #D8ECE7 are triadic colors.

2 #E7ECD8 and #ECD8E7 with #D8ECE7 are triadic colors.