COLOR #D8F4EC

HEX: #D8F4EC RGB: (216,244,236)

Color info

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

RGB color model

#D8F4EC color RGB value is (216,244,236).

RGB: (216,244,236) (85%, 96%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 244 of 255 = 96%
B 236 of 255 = 93%

216
244
236

R + G + B ~ 91%. #D8F4EC is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 244 + 236 = 696 (100%)
R 216 of 696 ~ 31.03%
G 244 of 696 ~ 35.06%
B 236 of 696 ~ 33.91'%

%31.03
%35.06
%33.91

CMYK color model

#D8F4EC color CMYK value is (11,0,3,4).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 3.28%
  • key color value is 4.31%

CMYK: (11,0,3,4)
C11M0Y3K4 (11%, 0%, 3%, 4%)
(0.11 / 0.00 / 0.03 / 0.04)

CMYK percentages

%11.48
%0
%3.28
%4.31

Codes

Color #D8F4EC in popluar color models

D8 F4 EC
RGB 216 244 236
HSL 163° 56.00% 90.20%
HSB/HSV 163° 11.48% 95.69%
CMYK 11.48% 0.00% 3.28%
4.31%

Color #D8F4EC in popluar number systems.

HEX D8 F4 EC
Decimal 216 244 236
Binary 11011000 11110100 11101100
Octal 330 364 354

Shades and tints

Shades of #D8F4EC

#D8F4EC
(216,244,236)
#C5DED7
(197,222,215)
#B2C8C2
(178,200,194)
#9FB2AD
(159,178,173)
#8C9C98
(140,156,152)
#798683
(121,134,131)
#66706E
(102,112,110)
#535A59
(83,90,89)
#404444
(64,68,68)
#2D2E2F
(45,46,47)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #D8F4EC

#D8F4EC
(216,244,236)
#DBF5ED
(219,245,237)
#DEF6EE
(222,246,238)
#E1F7EF
(225,247,239)
#E4F8F0
(228,248,240)
#E7F9F1
(231,249,241)
#EAFAF2
(234,250,242)
#EDFBF3
(237,251,243)
#F0FCF4
(240,252,244)
#F3FDF5
(243,253,245)
#F6FEF6
(246,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F4EC; }

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

This text font color is #D8F4EC.

Background Color

.myBgColor { background-color: #D8F4EC; }

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

This div background color is #D8F4EC.

Border color

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

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

This div border color is #D8F4EC.

Opacity

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

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

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

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

This text has shadow with #D8F4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F4EC.

Preview

Color preview on black background

This text has color #D8F4EC on black background.


Color preview on white background

This text has color #D8F4EC on white background.


Black color preview on #D8F4EC background

This text has black color on #D8F4EC background.


White color preview on #D8F4EC background

This text has white color on #D8F4EC background.


Related colors

Complementary color

Complementary color for #hex is #270B13.


I love getcolorcode.com

Triadic colors

1 #ECD8F4 and #F4ECD8 with #D8F4EC are triadic colors.

2 #ECF4D8 and #F4D8EC with #D8F4EC are triadic colors.