COLOR #D8F7DA

HEX: #D8F7DA RGB: (216,247,218)

Color info

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

RGB color model

#D8F7DA color RGB value is (216,247,218).

RGB: (216,247,218) (85%, 97%, 85%)

RGB channels and saturation

R 216 of 255 = 85%
G 247 of 255 = 97%
B 218 of 255 = 85%

216
247
218

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

Portions of RGB colors in percentages

R + G + B = 216 + 247 + 218 = 681 (100%)
R 216 of 681 ~ 31.72%
G 247 of 681 ~ 36.27%
B 218 of 681 ~ 32.01'%

%31.72
%36.27
%32.01

CMYK color model

#D8F7DA color CMYK value is (13,0,12,3).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK: (13,0,12,3) C13M0Y12K3 (13%,0%,12%,3%) (0.13/0.00/0.12/0.03) 

CMYK percentages

%12.55
%0
%11.74
%3.14

Codes

Color #D8F7DA in popluar color models

D8 F7 DA
RGB 216 247 218
HSL 124° 65.96% 90.78%
HSB/HSV 124° 12.55% 96.86%
CMYK 12.55% 0.00% 11.74%
3.14%

Color #D8F7DA in popluar number systems.

HEX D8 F7 DA
Decimal 216 247 218
Binary 11011000 11110111 11011010
Octal 330 367 332

Shades and tints

Shades of #D8F7DA

#D8F7DA
(216,247,218)
#C5E1C7
(197,225,199)
#B2CBB4
(178,203,180)
#9FB5A1
(159,181,161)
#8C9F8E
(140,159,142)
#79897B
(121,137,123)
#667368
(102,115,104)
#535D55
(83,93,85)
#404742
(64,71,66)
#2D312F
(45,49,47)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #D8F7DA

#D8F7DA
(216,247,218)
#DBF7DD
(219,247,221)
#DEF7E0
(222,247,224)
#E1F7E3
(225,247,227)
#E4F7E6
(228,247,230)
#E7F7E9
(231,247,233)
#EAF7EC
(234,247,236)
#EDF7EF
(237,247,239)
#F0F7F2
(240,247,242)
#F3F7F5
(243,247,245)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F7DA color. Also use rgb(216,247,218) instead hex code.

Text Font Color

.myTextColor { color: #D8F7DA; }

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

This text font color is #D8F7DA.

Background Color

.myBgColor { background-color: #D8F7DA; }

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

This div background color is #D8F7DA.

Border color

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

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

This div border color is #D8F7DA.

Opacity

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

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

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

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

This text has shadow with #D8F7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F7DA.

Preview

Color preview on black background

This text has color #D8F7DA on black background.


Color preview on white background

This text has color #D8F7DA on white background.


Black color preview on #D8F7DA background

This text has black color on #D8F7DA background.


White color preview on #D8F7DA background

This text has white color on #D8F7DA background.


Related colors

Complementary color

Complementary color for #hex is #270825.


I love getcolorcode.com

Triadic colors

1 #DAD8F7 and #F7DAD8 with #D8F7DA are triadic colors.

2 #DAF7D8 and #F7D8DA with #D8F7DA are triadic colors.