COLOR #D8FCA2

HEX: #D8FCA2
RGB: (216,252,162)

Color info

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

RGB color model

#D8FCA2 color RGB value is (216,252,162).

  • red value is 216;
  • green value is 252;
  • blue value is 162.
RGB:
(216,252,162)
(85%,99%,64%)

RGB channels and saturation

R 216 of 255 = 85%
G 252 of 255 = 99%
B 162 of 255 = 64%

216
252
162

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

Portions of RGB colors in percentages

R + G + B =
216 + 252 + 162 = 630 (100%)
R 216 of 630 ~ 34.29%
G 252 of 630 ~ 40%
B 162 of 630 ~ 25.71%

%34.29
%40
%25.71

CMYK color model

#D8FCA2 color CMYK value is (14,0,36,1).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 1.18%
CMYK:
(14,0,36,1)
C14M0Y36K1 
(14%,0%,36%,1%)
(0.14/0.00/0.36/0.01)	

CMYK percentages

%14.29
%0
%35.71
%1.18

Codes

Color #D8FCA2 in popluar color models

D8FCA2
RGB216252162
HSL84°93.75%81.18%
HSB/HSV84°35.71%98.82%
CMYK14.29%0.00%35.71%
1.18%

Color #D8FCA2 in popluar number systems.

HEXD8FCA2
Decimal216252162
Binary110110001111110010100010
Octal330374242

Shades and tints

Shades of #D8FCA2

#D8FCA2
(216,252,162)
#C5E694
(197,230,148)
#B2D086
(178,208,134)
#9FBA78
(159,186,120)
#8CA46A
(140,164,106)
#798E5C
(121,142,92)
#66784E
(102,120,78)
#536240
(83,98,64)
#404C32
(64,76,50)
#2D3624
(45,54,36)
#1A2016
(26,32,22)
#000000
(0,0,0)

Tints of #D8FCA2

#D8FCA2
(216,252,162)
#DBFCAA
(219,252,170)
#DEFCB2
(222,252,178)
#E1FCBA
(225,252,186)
#E4FCC2
(228,252,194)
#E7FCCA
(231,252,202)
#EAFCD2
(234,252,210)
#EDFCDA
(237,252,218)
#F0FCE2
(240,252,226)
#F3FCEA
(243,252,234)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FCA2 color. Also use rgb(216,252,162) instead hex code.

Text Font Color

.myTextColor { color: #D8FCA2; }

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

This text font color is #D8FCA2.


Background Color

.myBgColor { background-color: #D8FCA2; }

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

This div background color is #D8FCA2.


Border color

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

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

This div border color is #D8FCA2.


Opacity

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

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

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

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

This text has shadow with #D8FCA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FCA2 on black background.


Color preview on white background

This text has color #D8FCA2 on white background.



Black color preview on #D8FCA2 background

This text has black color on #D8FCA2 background.


White color preview on #D8FCA2 background

This text has white color on #D8FCA2 background.