COLOR #D8F1ED

HEX: #D8F1ED RGB: (216,241,237)

Color info

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

RGB color model

#D8F1ED color RGB value is (216,241,237).

RGB: (216,241,237) (85%, 95%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 241 of 255 = 95%
B 237 of 255 = 93%

216
241
237

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

Portions of RGB colors in percentages

R + G + B = 216 + 241 + 237 = 694 (100%)
R 216 of 694 ~ 31.12%
G 241 of 694 ~ 34.73%
B 237 of 694 ~ 34.15'%

%31.12
%34.73
%34.15

CMYK color model

#D8F1ED color CMYK value is (10,0,2,5).

  • cyan value is 10.37%
  • magenta value is 0.00%
  • yellow value is 1.66%
  • key color value is 5.49%
CMYK: (10,0,2,5) C10M0Y2K5 (10%,0%,2%,5%) (0.10/0.00/0.02/0.05) 

CMYK percentages

%10.37
%0
%1.66
%5.49

Codes

Color #D8F1ED in popluar color models

D8 F1 ED
RGB 216 241 237
HSL 170° 47.17% 89.61%
HSB/HSV 170° 10.37% 94.51%
CMYK 10.37% 0.00% 1.66%
5.49%

Color #D8F1ED in popluar number systems.

HEX D8 F1 ED
Decimal 216 241 237
Binary 11011000 11110001 11101101
Octal 330 361 355

Shades and tints

Shades of #D8F1ED

#D8F1ED
(216,241,237)
#C5DCD8
(197,220,216)
#B2C7C3
(178,199,195)
#9FB2AE
(159,178,174)
#8C9D99
(140,157,153)
#798884
(121,136,132)
#66736F
(102,115,111)
#535E5A
(83,94,90)
#404945
(64,73,69)
#2D3430
(45,52,48)
#1A1F1B
(26,31,27)
#000000
(0,0,0)

Tints of #D8F1ED

#D8F1ED
(216,241,237)
#DBF2EE
(219,242,238)
#DEF3EF
(222,243,239)
#E1F4F0
(225,244,240)
#E4F5F1
(228,245,241)
#E7F6F2
(231,246,242)
#EAF7F3
(234,247,243)
#EDF8F4
(237,248,244)
#F0F9F5
(240,249,245)
#F3FAF6
(243,250,246)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F1ED; }

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

This text font color is #D8F1ED.

Background Color

.myBgColor { background-color: #D8F1ED; }

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

This div background color is #D8F1ED.

Border color

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

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

This div border color is #D8F1ED.

Opacity

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

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

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

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

This text has shadow with #D8F1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F1ED.

Preview

Color preview on black background

This text has color #D8F1ED on black background.


Color preview on white background

This text has color #D8F1ED on white background.


Black color preview on #D8F1ED background

This text has black color on #D8F1ED background.


White color preview on #D8F1ED background

This text has white color on #D8F1ED background.


Related colors

Complementary color

Complementary color for #hex is #270E12.


I love getcolorcode.com

Triadic colors

1 #EDD8F1 and #F1EDD8 with #D8F1ED are triadic colors.

2 #EDF1D8 and #F1D8ED with #D8F1ED are triadic colors.