COLOR #D8F5AC

HEX: #D8F5AC RGB: (216,245,172)

Color info

#D8F5AC contains mainly red and green colors. Web safe color of #D8F5AC is #CCFF99 (or #CF9).

RGB color model

#D8F5AC color RGB value is (216,245,172).

RGB: (216,245,172) (85%, 96%, 67%)

RGB channels and saturation

R 216 of 255 = 85%
G 245 of 255 = 96%
B 172 of 255 = 67%

216
245
172

R + G + B ~ 83%. #D8F5AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 245 + 172 = 633 (100%)
R 216 of 633 ~ 34.12%
G 245 of 633 ~ 38.7%
B 172 of 633 ~ 27.17'%

%34.12
%38.7
%27.17

CMYK color model

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

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 3.92%

CMYK: (12,0,30,4)
C12M0Y30K4 (12%, 0%, 30%, 4%)
(0.12 / 0.00 / 0.30 / 0.04)

CMYK percentages

%11.84
%0
%29.8
%3.92

Codes

Color #D8F5AC in popluar color models

D8 F5 AC
RGB 216 245 172
HSL 84° 78.49% 81.76%
HSB/HSV 84° 29.80% 96.08%
CMYK 11.84% 0.00% 29.80%
3.92%

Color #D8F5AC in popluar number systems.

HEX D8 F5 AC
Decimal 216 245 172
Binary 11011000 11110101 10101100
Octal 330 365 254

Shades and tints

Shades of #D8F5AC

#D8F5AC
(216,245,172)
#C5DF9D
(197,223,157)
#B2C98E
(178,201,142)
#9FB37F
(159,179,127)
#8C9D70
(140,157,112)
#798761
(121,135,97)
#667152
(102,113,82)
#535B43
(83,91,67)
#404534
(64,69,52)
#2D2F25
(45,47,37)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #D8F5AC

#D8F5AC
(216,245,172)
#DBF5B3
(219,245,179)
#DEF5BA
(222,245,186)
#E1F5C1
(225,245,193)
#E4F5C8
(228,245,200)
#E7F5CF
(231,245,207)
#EAF5D6
(234,245,214)
#EDF5DD
(237,245,221)
#F0F5E4
(240,245,228)
#F3F5EB
(243,245,235)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F5AC color. Also use rgb(216,245,172) instead hex code.

Text Font Color

.myTextColor { color: #D8F5AC; }

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

This text font color is #D8F5AC.

Background Color

.myBgColor { background-color: #D8F5AC; }

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

This div background color is #D8F5AC.

Border color

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

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

This div border color is #D8F5AC.

Opacity

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

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

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

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

This text has shadow with #D8F5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F5AC.

Preview

Color preview on black background

This text has color #D8F5AC on black background.


Color preview on white background

This text has color #D8F5AC on white background.


Black color preview on #D8F5AC background

This text has black color on #D8F5AC background.


White color preview on #D8F5AC background

This text has white color on #D8F5AC background.


Related colors

Complementary color

Complementary color for #hex is #270A53.


I love getcolorcode.com

Triadic colors

1 #ACD8F5 and #F5ACD8 with #D8F5AC are triadic colors.

2 #ACF5D8 and #F5D8AC with #D8F5AC are triadic colors.