COLOR #D6FACE

HEX: #D6FACE
RGB: (214,250,206)

Color info

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

RGB color model

#D6FACE color RGB value is (214,250,206).

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

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 206 of 255 = 81%

214
250
206

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

Portions of RGB colors in percentages

R + G + B =
214 + 250 + 206 = 670 (100%)
R 214 of 670 ~ 31.94%
G 250 of 670 ~ 37.31%
B 206 of 670 ~ 30.75%

%31.94
%37.31
%30.75

CMYK color model

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

  • cyan value is 14.40%
  • 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

%14.4
%0
%17.6
%1.96

Codes

Color #D6FACE in popluar color models

D6FACE
RGB214250206
HSL109°81.48%89.41%
HSB/HSV109°17.60%98.04%
CMYK14.40%0.00%17.60%
1.96%

Color #D6FACE in popluar number systems.

HEXD6FACE
Decimal214250206
Binary110101101111101011001110
Octal326372316

Shades and tints

Shades of #D6FACE

#D6FACE
(214,250,206)
#C3E4BC
(195,228,188)
#B0CEAA
(176,206,170)
#9DB898
(157,184,152)
#8AA286
(138,162,134)
#778C74
(119,140,116)
#647662
(100,118,98)
#516050
(81,96,80)
#3E4A3E
(62,74,62)
#2B342C
(43,52,44)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #D6FACE

#D6FACE
(214,250,206)
#D9FAD2
(217,250,210)
#DCFAD6
(220,250,214)
#DFFADA
(223,250,218)
#E2FADE
(226,250,222)
#E5FAE2
(229,250,226)
#E8FAE6
(232,250,230)
#EBFAEA
(235,250,234)
#EEFAEE
(238,250,238)
#F1FAF2
(241,250,242)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FACE; }

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

This text font color is #D6FACE.


Background Color

.myBgColor { background-color: #D6FACE; }

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

This div background color is #D6FACE.


Border color

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

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

This div border color is #D6FACE.


Opacity

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

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

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

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

This text has shadow with #D6FACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FACE on black background.


Color preview on white background

This text has color #D6FACE on white background.



Black color preview on #D6FACE background

This text has black color on #D6FACE background.


White color preview on #D6FACE background

This text has white color on #D6FACE background.