COLOR #D8F3E5

HEX: #D8F3E5
RGB: (216,243,229)

Color info

#D8F3E5 contains red, green and blue colors in about the same proportion. Web safe color of #D8F3E5 is #CCFFCC (or #CFC).

RGB color model

#D8F3E5 color RGB value is (216,243,229).

  • red value is 216;
  • green value is 243;
  • blue value is 229.
RGB:
(216,243,229)
(85%,95%,90%)

RGB channels and saturation

R 216 of 255 = 85%
G 243 of 255 = 95%
B 229 of 255 = 90%

216
243
229

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

Portions of RGB colors in percentages

R + G + B =
216 + 243 + 229 = 688 (100%)
R 216 of 688 ~ 31.4%
G 243 of 688 ~ 35.32%
B 229 of 688 ~ 33.28%

%31.4
%35.32
%33.28

CMYK color model

#D8F3E5 color CMYK value is (11,0,6,5).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK:
(11,0,6,5)
C11M0Y6K5 
(11%,0%,6%,5%)
(0.11/0.00/0.06/0.05)	

CMYK percentages

%11.11
%0
%5.76
%4.71

Codes

Color #D8F3E5 in popluar color models

D8F3E5
RGB216243229
HSL149°52.94%90.00%
HSB/HSV149°11.11%95.29%
CMYK11.11%0.00%5.76%
4.71%

Color #D8F3E5 in popluar number systems.

HEXD8F3E5
Decimal216243229
Binary110110001111001111100101
Octal330363345

Shades and tints

Shades of #D8F3E5

#D8F3E5
(216,243,229)
#C5DDD1
(197,221,209)
#B2C7BD
(178,199,189)
#9FB1A9
(159,177,169)
#8C9B95
(140,155,149)
#798581
(121,133,129)
#666F6D
(102,111,109)
#535959
(83,89,89)
#404345
(64,67,69)
#2D2D31
(45,45,49)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #D8F3E5

#D8F3E5
(216,243,229)
#DBF4E7
(219,244,231)
#DEF5E9
(222,245,233)
#E1F6EB
(225,246,235)
#E4F7ED
(228,247,237)
#E7F8EF
(231,248,239)
#EAF9F1
(234,249,241)
#EDFAF3
(237,250,243)
#F0FBF5
(240,251,245)
#F3FCF7
(243,252,247)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F3E5 color. Also use rgb(216,243,229) instead hex code.

Text Font Color

.myTextColor { color: #D8F3E5; }

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

This text font color is #D8F3E5.


Background Color

.myBgColor { background-color: #D8F3E5; }

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

This div background color is #D8F3E5.


Border color

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

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

This div border color is #D8F3E5.


Opacity

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

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

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

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

This text has shadow with #D8F3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F3E5 on black background.


Color preview on white background

This text has color #D8F3E5 on white background.



Black color preview on #D8F3E5 background

This text has black color on #D8F3E5 background.


White color preview on #D8F3E5 background

This text has white color on #D8F3E5 background.