COLOR #D8FACE

HEX: #D8FACE
RGB: (216,250,206)

Color info

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

RGB color model

#D8FACE color RGB value is (216,250,206).

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

RGB channels and saturation

R 216 of 255 = 85%
G 250 of 255 = 98%
B 206 of 255 = 81%

216
250
206

R + G + B ~ 88%. #D8FACE is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 250 + 206 = 672 (100%)
R 216 of 672 ~ 32.14%
G 250 of 672 ~ 37.2%
B 206 of 672 ~ 30.65%

%32.14
%37.2
%30.65

CMYK color model

#D8FACE color CMYK value is (14,0,18,2).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 17.60%
  • key color value is 1.96%
CMYK:
(14,0,18,2)
C14M0Y18K2 
(14%,0%,18%,2%)
(0.14/0.00/0.18/0.02)	

CMYK percentages

%13.6
%0
%17.6
%1.96

Codes

Color #D8FACE in popluar color models

D8FACE
RGB216250206
HSL106°81.48%89.41%
HSB/HSV106°17.60%98.04%
CMYK13.60%0.00%17.60%
1.96%

Color #D8FACE in popluar number systems.

HEXD8FACE
Decimal216250206
Binary110110001111101011001110
Octal330372316

Shades and tints

Shades of #D8FACE

#D8FACE
(216,250,206)
#C5E4BC
(197,228,188)
#B2CEAA
(178,206,170)
#9FB898
(159,184,152)
#8CA286
(140,162,134)
#798C74
(121,140,116)
#667662
(102,118,98)
#536050
(83,96,80)
#404A3E
(64,74,62)
#2D342C
(45,52,44)
#1A1E1A
(26,30,26)
#000000
(0,0,0)

Tints of #D8FACE

#D8FACE
(216,250,206)
#DBFAD2
(219,250,210)
#DEFAD6
(222,250,214)
#E1FADA
(225,250,218)
#E4FADE
(228,250,222)
#E7FAE2
(231,250,226)
#EAFAE6
(234,250,230)
#EDFAEA
(237,250,234)
#F0FAEE
(240,250,238)
#F3FAF2
(243,250,242)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8FACE; }

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

This text font color is #D8FACE.


Background Color

.myBgColor { background-color: #D8FACE; }

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

This div background color is #D8FACE.


Border color

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

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

This div border color is #D8FACE.


Opacity

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

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

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

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

This text has shadow with #D8FACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FACE on black background.


Color preview on white background

This text has color #D8FACE on white background.



Black color preview on #D8FACE background

This text has black color on #D8FACE background.


White color preview on #D8FACE background

This text has white color on #D8FACE background.