COLOR #D8FAA8

HEX: #D8FAA8
RGB: (216,250,168)

Color info

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

RGB color model

#D8FAA8 color RGB value is (216,250,168).

  • red value is 216;
  • green value is 250;
  • blue value is 168.
RGB:
(216,250,168)
(85%,98%,66%)

RGB channels and saturation

R 216 of 255 = 85%
G 250 of 255 = 98%
B 168 of 255 = 66%

216
250
168

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

Portions of RGB colors in percentages

R + G + B =
216 + 250 + 168 = 634 (100%)
R 216 of 634 ~ 34.07%
G 250 of 634 ~ 39.43%
B 168 of 634 ~ 26.5%

%34.07
%39.43
%26.5

CMYK color model

#D8FAA8 color CMYK value is (14,0,33,2).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 1.96%
CMYK:
(14,0,33,2)
C14M0Y33K2 
(14%,0%,33%,2%)
(0.14/0.00/0.33/0.02)	

CMYK percentages

%13.6
%0
%32.8
%1.96

Codes

Color #D8FAA8 in popluar color models

D8FAA8
RGB216250168
HSL85°89.13%81.96%
HSB/HSV85°32.80%98.04%
CMYK13.60%0.00%32.80%
1.96%

Color #D8FAA8 in popluar number systems.

HEXD8FAA8
Decimal216250168
Binary110110001111101010101000
Octal330372250

Shades and tints

Shades of #D8FAA8

#D8FAA8
(216,250,168)
#C5E499
(197,228,153)
#B2CE8A
(178,206,138)
#9FB87B
(159,184,123)
#8CA26C
(140,162,108)
#798C5D
(121,140,93)
#66764E
(102,118,78)
#53603F
(83,96,63)
#404A30
(64,74,48)
#2D3421
(45,52,33)
#1A1E12
(26,30,18)
#000000
(0,0,0)

Tints of #D8FAA8

#D8FAA8
(216,250,168)
#DBFAAF
(219,250,175)
#DEFAB6
(222,250,182)
#E1FABD
(225,250,189)
#E4FAC4
(228,250,196)
#E7FACB
(231,250,203)
#EAFAD2
(234,250,210)
#EDFAD9
(237,250,217)
#F0FAE0
(240,250,224)
#F3FAE7
(243,250,231)
#F6FAEE
(246,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FAA8 color. Also use rgb(216,250,168) instead hex code.

Text Font Color

.myTextColor { color: #D8FAA8; }

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

This text font color is #D8FAA8.


Background Color

.myBgColor { background-color: #D8FAA8; }

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

This div background color is #D8FAA8.


Border color

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

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

This div border color is #D8FAA8.


Opacity

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

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

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

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

This text has shadow with #D8FAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FAA8 on black background.


Color preview on white background

This text has color #D8FAA8 on white background.



Black color preview on #D8FAA8 background

This text has black color on #D8FAA8 background.


White color preview on #D8FAA8 background

This text has white color on #D8FAA8 background.