COLOR #D8F3E9

HEX: #D8F3E9 RGB: (216,243,233)

Color info

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

RGB color model

#D8F3E9 color RGB value is (216,243,233).

RGB: (216,243,233) (85%, 95%, 91%)

RGB channels and saturation

R 216 of 255 = 85%
G 243 of 255 = 95%
B 233 of 255 = 91%

216
243
233

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

Portions of RGB colors in percentages

R + G + B = 216 + 243 + 233 = 692 (100%)
R 216 of 692 ~ 31.21%
G 243 of 692 ~ 35.12%
B 233 of 692 ~ 33.67'%

%31.21
%35.12
%33.67

CMYK color model

#D8F3E9 color CMYK value is (11,0,4,5).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 4.71%
CMYK: (11,0,4,5) C11M0Y4K5 (11%,0%,4%,5%) (0.11/0.00/0.04/0.05) 

CMYK percentages

%11.11
%0
%4.12
%4.71

Codes

Color #D8F3E9 in popluar color models

D8 F3 E9
RGB 216 243 233
HSL 158° 52.94% 90.00%
HSB/HSV 158° 11.11% 95.29%
CMYK 11.11% 0.00% 4.12%
4.71%

Color #D8F3E9 in popluar number systems.

HEX D8 F3 E9
Decimal 216 243 233
Binary 11011000 11110011 11101001
Octal 330 363 351

Shades and tints

Shades of #D8F3E9

#D8F3E9
(216,243,233)
#C5DDD4
(197,221,212)
#B2C7BF
(178,199,191)
#9FB1AA
(159,177,170)
#8C9B95
(140,155,149)
#798580
(121,133,128)
#666F6B
(102,111,107)
#535956
(83,89,86)
#404341
(64,67,65)
#2D2D2C
(45,45,44)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #D8F3E9

#D8F3E9
(216,243,233)
#DBF4EB
(219,244,235)
#DEF5ED
(222,245,237)
#E1F6EF
(225,246,239)
#E4F7F1
(228,247,241)
#E7F8F3
(231,248,243)
#EAF9F5
(234,249,245)
#EDFAF7
(237,250,247)
#F0FBF9
(240,251,249)
#F3FCFB
(243,252,251)
#F6FDFD
(246,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F3E9; }

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

This text font color is #D8F3E9.

Background Color

.myBgColor { background-color: #D8F3E9; }

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

This div background color is #D8F3E9.

Border color

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

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

This div border color is #D8F3E9.

Opacity

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

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

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

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

This text has shadow with #D8F3E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F3E9.

Preview

Color preview on black background

This text has color #D8F3E9 on black background.


Color preview on white background

This text has color #D8F3E9 on white background.


Black color preview on #D8F3E9 background

This text has black color on #D8F3E9 background.


White color preview on #D8F3E9 background

This text has white color on #D8F3E9 background.


Related colors

Complementary color

Complementary color for #hex is #270C16.


I love getcolorcode.com

Triadic colors

1 #E9D8F3 and #F3E9D8 with #D8F3E9 are triadic colors.

2 #E9F3D8 and #F3D8E9 with #D8F3E9 are triadic colors.