COLOR #D8F4DF

HEX: #D8F4DF RGB: (216,244,223)

Color info

#D8F4DF contains red, green and blue colors in about the same proportion. Web safe color of #D8F4DF is #CCFFCC (or #CFC).

RGB color model

#D8F4DF color RGB value is (216,244,223).

RGB: (216,244,223) (85%, 96%, 87%)

RGB channels and saturation

R 216 of 255 = 85%
G 244 of 255 = 96%
B 223 of 255 = 87%

216
244
223

R + G + B ~ 89%. #D8F4DF is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 244 + 223 = 683 (100%)
R 216 of 683 ~ 31.63%
G 244 of 683 ~ 35.72%
B 223 of 683 ~ 32.65'%

%31.63
%35.72
%32.65

CMYK color model

#D8F4DF color CMYK value is (11,0,9,4).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 4.31%
CMYK: (11,0,9,4) C11M0Y9K4 (11%,0%,9%,4%) (0.11/0.00/0.09/0.04) 

CMYK percentages

%11.48
%0
%8.61
%4.31

Codes

Color #D8F4DF in popluar color models

D8 F4 DF
RGB 216 244 223
HSL 135° 56.00% 90.20%
HSB/HSV 135° 11.48% 95.69%
CMYK 11.48% 0.00% 8.61%
4.31%

Color #D8F4DF in popluar number systems.

HEX D8 F4 DF
Decimal 216 244 223
Binary 11011000 11110100 11011111
Octal 330 364 337

Shades and tints

Shades of #D8F4DF

#D8F4DF
(216,244,223)
#C5DECB
(197,222,203)
#B2C8B7
(178,200,183)
#9FB2A3
(159,178,163)
#8C9C8F
(140,156,143)
#79867B
(121,134,123)
#667067
(102,112,103)
#535A53
(83,90,83)
#40443F
(64,68,63)
#2D2E2B
(45,46,43)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8F4DF

#D8F4DF
(216,244,223)
#DBF5E1
(219,245,225)
#DEF6E3
(222,246,227)
#E1F7E5
(225,247,229)
#E4F8E7
(228,248,231)
#E7F9E9
(231,249,233)
#EAFAEB
(234,250,235)
#EDFBED
(237,251,237)
#F0FCEF
(240,252,239)
#F3FDF1
(243,253,241)
#F6FEF3
(246,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F4DF; }

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

This text font color is #D8F4DF.

Background Color

.myBgColor { background-color: #D8F4DF; }

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

This div background color is #D8F4DF.

Border color

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

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

This div border color is #D8F4DF.

Opacity

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

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

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

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

This text has shadow with #D8F4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F4DF.

Preview

Color preview on black background

This text has color #D8F4DF on black background.


Color preview on white background

This text has color #D8F4DF on white background.


Black color preview on #D8F4DF background

This text has black color on #D8F4DF background.


White color preview on #D8F4DF background

This text has white color on #D8F4DF background.


Related colors

Complementary color

Complementary color for #hex is #270B20.


I love getcolorcode.com

Triadic colors

1 #DFD8F4 and #F4DFD8 with #D8F4DF are triadic colors.

2 #DFF4D8 and #F4D8DF with #D8F4DF are triadic colors.