COLOR #D8F6AC

HEX: #D8F6AC
RGB: (216,246,172)

Color info

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

RGB color model

#D8F6AC color RGB value is (216,246,172).

  • red value is 216;
  • green value is 246;
  • blue value is 172.
RGB:
(216,246,172)
(85%,96%,67%)

RGB channels and saturation

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

216
246
172

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

Portions of RGB colors in percentages

R + G + B =
216 + 246 + 172 = 634 (100%)
R 216 of 634 ~ 34.07%
G 246 of 634 ~ 38.8%
B 172 of 634 ~ 27.13%

%34.07
%38.8
%27.13

CMYK color model

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

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 3.53%
CMYK:
(12,0,30,4)
C12M0Y30K4 
(12%,0%,30%,4%)
(0.12/0.00/0.30/0.04)	

CMYK percentages

%12.2
%0
%30.08
%3.53

Codes

Color #D8F6AC in popluar color models

D8F6AC
RGB216246172
HSL84°80.43%81.96%
HSB/HSV84°30.08%96.47%
CMYK12.20%0.00%30.08%
3.53%

Color #D8F6AC in popluar number systems.

HEXD8F6AC
Decimal216246172
Binary110110001111011010101100
Octal330366254

Shades and tints

Shades of #D8F6AC

#D8F6AC
(216,246,172)
#C5E09D
(197,224,157)
#B2CA8E
(178,202,142)
#9FB47F
(159,180,127)
#8C9E70
(140,158,112)
#798861
(121,136,97)
#667252
(102,114,82)
#535C43
(83,92,67)
#404634
(64,70,52)
#2D3025
(45,48,37)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #D8F6AC

#D8F6AC
(216,246,172)
#DBF6B3
(219,246,179)
#DEF6BA
(222,246,186)
#E1F6C1
(225,246,193)
#E4F6C8
(228,246,200)
#E7F6CF
(231,246,207)
#EAF6D6
(234,246,214)
#EDF6DD
(237,246,221)
#F0F6E4
(240,246,228)
#F3F6EB
(243,246,235)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F6AC; }

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

This text font color is #D8F6AC.


Background Color

.myBgColor { background-color: #D8F6AC; }

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

This div background color is #D8F6AC.


Border color

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

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

This div border color is #D8F6AC.


Opacity

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

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

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

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

This text has shadow with #D8F6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F6AC on black background.


Color preview on white background

This text has color #D8F6AC on white background.



Black color preview on #D8F6AC background

This text has black color on #D8F6AC background.


White color preview on #D8F6AC background

This text has white color on #D8F6AC background.