COLOR #D8EAE8

HEX: #D8EAE8
RGB: (216,234,232)

Color info

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

RGB color model

#D8EAE8 color RGB value is (216,234,232).

  • red value is 216;
  • green value is 234;
  • blue value is 232.
RGB: (216,234,232) (85%,92%,91%)

RGB channels and saturation

R 216 of 255 = 85%
G 234 of 255 = 92%
B 232 of 255 = 91%

216
234
232

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

Portions of RGB colors in percentages

R + G + B =
216 + 234 + 232 = 682 (100%)
R 216 of 682 ~ 31.67%
G 234 of 682 ~ 34.31%
B 232 of 682 ~ 34.02%

%31.67
%34.31
%34.02

CMYK color model

#D8EAE8 color CMYK value is (8,0,1,8).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 8.24%
CMYK: (8,0,1,8) C8M0Y1K8 (8%,0%,1%,8%) (0.08/0.00/0.01/0.08)

CMYK percentages

%7.69
%0
%0.85
%8.24

Codes

Color #D8EAE8 in popluar color models

D8EAE8
RGB216234232
HSL173°30.00%88.24%
HSB/HSV173°7.69%91.76%
CMYK7.69%0.00%0.85%
8.24%

Color #D8EAE8 in popluar number systems.

HEXD8EAE8
Decimal216234232
Binary110110001110101011101000
Octal330352350

Shades and tints

Shades of #D8EAE8

#D8EAE8
(216,234,232)
#C5D5D3
(197,213,211)
#B2C0BE
(178,192,190)
#9FABA9
(159,171,169)
#8C9694
(140,150,148)
#79817F
(121,129,127)
#666C6A
(102,108,106)
#535755
(83,87,85)
#404240
(64,66,64)
#2D2D2B
(45,45,43)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #D8EAE8

#D8EAE8
(216,234,232)
#DBEBEA
(219,235,234)
#DEECEC
(222,236,236)
#E1EDEE
(225,237,238)
#E4EEF0
(228,238,240)
#E7EFF2
(231,239,242)
#EAF0F4
(234,240,244)
#EDF1F6
(237,241,246)
#F0F2F8
(240,242,248)
#F3F3FA
(243,243,250)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EAE8 color. Also use rgb(216,234,232) instead hex code.

Text Font Color

.myTextColor { color: #D8EAE8; }

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

This text font color is #D8EAE8.


Background Color

.myBgColor { background-color: #D8EAE8; }

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

This div background color is #D8EAE8.


Border color

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

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

This div border color is #D8EAE8.


Opacity

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

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

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

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

This text has shadow with #D8EAE8 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #D8EAE8; -webkit-box-shadow:	1px 1px 3px 2px #D8EAE8; box-shadow:	1px 1px 3px 2px #D8EAE8; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D8EAE8; -webkit-box-shadow: 1px 1px 3px 2px #D8EAE8; box-shadow:1px 1px 3px 2px #D8EAE8;">
Div content here</div>
This div box has shadow with color #D8EAE8.

Preview

Color preview on black background

This text has color #D8EAE8 on black background.


Color preview on white background

This text has color #D8EAE8 on white background.



Black color preview on #D8EAE8 background

This text has black color on #D8EAE8 background.


White color preview on #D8EAE8 background

This text has white color on #D8EAE8 background.