COLOR #D8EBE7

HEX: #D8EBE7 RGB: (216,235,231)

Color info

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

RGB color model

#D8EBE7 color RGB value is (216,235,231).

RGB: (216,235,231) (85%, 92%, 91%)

RGB channels and saturation

R 216 of 255 = 85%
G 235 of 255 = 92%
B 231 of 255 = 91%

216
235
231

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

Portions of RGB colors in percentages

R + G + B = 216 + 235 + 231 = 682 (100%)
R 216 of 682 ~ 31.67%
G 235 of 682 ~ 34.46%
B 231 of 682 ~ 33.87'%

%31.67
%34.46
%33.87

CMYK color model

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

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK: (8,0,2,8) C8M0Y2K8 (8%,0%,2%,8%) (0.08/0.00/0.02/0.08) 

CMYK percentages

%8.09
%0
%1.7
%7.84

Codes

Color #D8EBE7 in popluar color models

D8 EB E7
RGB 216 235 231
HSL 167° 32.20% 88.43%
HSB/HSV 167° 8.09% 92.16%
CMYK 8.09% 0.00% 1.70%
7.84%

Color #D8EBE7 in popluar number systems.

HEX D8 EB E7
Decimal 216 235 231
Binary 11011000 11101011 11100111
Octal 330 353 347

Shades and tints

Shades of #D8EBE7

#D8EBE7
(216,235,231)
#C5D6D2
(197,214,210)
#B2C1BD
(178,193,189)
#9FACA8
(159,172,168)
#8C9793
(140,151,147)
#79827E
(121,130,126)
#666D69
(102,109,105)
#535854
(83,88,84)
#40433F
(64,67,63)
#2D2E2A
(45,46,42)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #D8EBE7

#D8EBE7
(216,235,231)
#DBECE9
(219,236,233)
#DEEDEB
(222,237,235)
#E1EEED
(225,238,237)
#E4EFEF
(228,239,239)
#E7F0F1
(231,240,241)
#EAF1F3
(234,241,243)
#EDF2F5
(237,242,245)
#F0F3F7
(240,243,247)
#F3F4F9
(243,244,249)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EBE7; }

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

This text font color is #D8EBE7.

Background Color

.myBgColor { background-color: #D8EBE7; }

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

This div background color is #D8EBE7.

Border color

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

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

This div border color is #D8EBE7.

Opacity

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

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

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

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

This text has shadow with #D8EBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EBE7.

Preview

Color preview on black background

This text has color #D8EBE7 on black background.


Color preview on white background

This text has color #D8EBE7 on white background.


Black color preview on #D8EBE7 background

This text has black color on #D8EBE7 background.


White color preview on #D8EBE7 background

This text has white color on #D8EBE7 background.


Related colors

Complementary color

Complementary color for #hex is #271418.


I love getcolorcode.com

Triadic colors

1 #E7D8EB and #EBE7D8 with #D8EBE7 are triadic colors.

2 #E7EBD8 and #EBD8E7 with #D8EBE7 are triadic colors.