COLOR #D8F6EF

HEX: #D8F6EF RGB: (216,246,239)

Color info

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

RGB color model

#D8F6EF color RGB value is (216,246,239).

RGB: (216,246,239) (85%, 96%, 94%)

RGB channels and saturation

R 216 of 255 = 85%
G 246 of 255 = 96%
B 239 of 255 = 94%

216
246
239

R + G + B ~ 92%. #D8F6EF is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 246 + 239 = 701 (100%)
R 216 of 701 ~ 30.81%
G 246 of 701 ~ 35.09%
B 239 of 701 ~ 34.09'%

%30.81
%35.09
%34.09

CMYK color model

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

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

CMYK: (12,0,3,4)
C12M0Y3K4 (12%, 0%, 3%, 4%)
(0.12 / 0.00 / 0.03 / 0.04)

CMYK percentages

%12.2
%0
%2.85
%3.53

Codes

Color #D8F6EF in popluar color models

D8 F6 EF
RGB 216 246 239
HSL 166° 62.50% 90.59%
HSB/HSV 166° 12.20% 96.47%
CMYK 12.20% 0.00% 2.85%
3.53%

Color #D8F6EF in popluar number systems.

HEX D8 F6 EF
Decimal 216 246 239
Binary 11011000 11110110 11101111
Octal 330 366 357

Shades and tints

Shades of #D8F6EF

#D8F6EF
(216,246,239)
#C5E0DA
(197,224,218)
#B2CAC5
(178,202,197)
#9FB4B0
(159,180,176)
#8C9E9B
(140,158,155)
#798886
(121,136,134)
#667271
(102,114,113)
#535C5C
(83,92,92)
#404647
(64,70,71)
#2D3032
(45,48,50)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #D8F6EF

#D8F6EF
(216,246,239)
#DBF6F0
(219,246,240)
#DEF6F1
(222,246,241)
#E1F6F2
(225,246,242)
#E4F6F3
(228,246,243)
#E7F6F4
(231,246,244)
#EAF6F5
(234,246,245)
#EDF6F6
(237,246,246)
#F0F6F7
(240,246,247)
#F3F6F8
(243,246,248)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F6EF; }

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

This text font color is #D8F6EF.

Background Color

.myBgColor { background-color: #D8F6EF; }

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

This div background color is #D8F6EF.

Border color

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

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

This div border color is #D8F6EF.

Opacity

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

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

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

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

This text has shadow with #D8F6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F6EF.

Preview

Color preview on black background

This text has color #D8F6EF on black background.


Color preview on white background

This text has color #D8F6EF on white background.


Black color preview on #D8F6EF background

This text has black color on #D8F6EF background.


White color preview on #D8F6EF background

This text has white color on #D8F6EF background.


Related colors

Complementary color

Complementary color for #hex is #270910.


I love getcolorcode.com

Triadic colors

1 #EFD8F6 and #F6EFD8 with #D8F6EF are triadic colors.

2 #EFF6D8 and #F6D8EF with #D8F6EF are triadic colors.