COLOR #D8F6ED

HEX: #D8F6ED RGB: (216,246,237)

Color info

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

RGB color model

#D8F6ED color RGB value is (216,246,237).

RGB: (216,246,237) (85%, 96%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 246 of 255 = 96%
B 237 of 255 = 93%

216
246
237

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

Portions of RGB colors in percentages

R + G + B = 216 + 246 + 237 = 699 (100%)
R 216 of 699 ~ 30.9%
G 246 of 699 ~ 35.19%
B 237 of 699 ~ 33.91'%

%30.9
%35.19
%33.91

CMYK color model

#D8F6ED color CMYK value is (12,0,4,4).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 3.53%

CMYK: (12,0,4,4)
C12M0Y4K4 (12%, 0%, 4%, 4%)
(0.12 / 0.00 / 0.04 / 0.04)

CMYK percentages

%12.2
%0
%3.66
%3.53

Codes

Color #D8F6ED in popluar color models

D8 F6 ED
RGB 216 246 237
HSL 162° 62.50% 90.59%
HSB/HSV 162° 12.20% 96.47%
CMYK 12.20% 0.00% 3.66%
3.53%

Color #D8F6ED in popluar number systems.

HEX D8 F6 ED
Decimal 216 246 237
Binary 11011000 11110110 11101101
Octal 330 366 355

Shades and tints

Shades of #D8F6ED

#D8F6ED
(216,246,237)
#C5E0D8
(197,224,216)
#B2CAC3
(178,202,195)
#9FB4AE
(159,180,174)
#8C9E99
(140,158,153)
#798884
(121,136,132)
#66726F
(102,114,111)
#535C5A
(83,92,90)
#404645
(64,70,69)
#2D3030
(45,48,48)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #D8F6ED

#D8F6ED
(216,246,237)
#DBF6EE
(219,246,238)
#DEF6EF
(222,246,239)
#E1F6F0
(225,246,240)
#E4F6F1
(228,246,241)
#E7F6F2
(231,246,242)
#EAF6F3
(234,246,243)
#EDF6F4
(237,246,244)
#F0F6F5
(240,246,245)
#F3F6F6
(243,246,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F6ED color. Also use rgb(216,246,237) instead hex code.

Text Font Color

.myTextColor { color: #D8F6ED; }

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

This text font color is #D8F6ED.

Background Color

.myBgColor { background-color: #D8F6ED; }

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

This div background color is #D8F6ED.

Border color

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

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

This div border color is #D8F6ED.

Opacity

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

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

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

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

This text has shadow with #D8F6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F6ED.

Preview

Color preview on black background

This text has color #D8F6ED on black background.


Color preview on white background

This text has color #D8F6ED on white background.


Black color preview on #D8F6ED background

This text has black color on #D8F6ED background.


White color preview on #D8F6ED background

This text has white color on #D8F6ED background.


Related colors

Complementary color

Complementary color for #hex is #270912.


I love getcolorcode.com

Triadic colors

1 #EDD8F6 and #F6EDD8 with #D8F6ED are triadic colors.

2 #EDF6D8 and #F6D8ED with #D8F6ED are triadic colors.