COLOR #D6FAE4

HEX: #D6FAE4
RGB: (214,250,228)

Color info

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

RGB color model

#D6FAE4 color RGB value is (214,250,228).

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

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 228 of 255 = 89%

214
250
228

R + G + B ~ 90%. #D6FAE4 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 250 + 228 = 692 (100%)
R 214 of 692 ~ 30.92%
G 250 of 692 ~ 36.13%
B 228 of 692 ~ 32.95%

%30.92
%36.13
%32.95

CMYK color model

#D6FAE4 color CMYK value is (14,0,9,2).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(14,0,9,2)
C14M0Y9K2 
(14%,0%,9%,2%)
(0.14/0.00/0.09/0.02)	

CMYK percentages

%14.4
%0
%8.8
%1.96

Codes

Color #D6FAE4 in popluar color models

D6FAE4
RGB214250228
HSL143°78.26%90.98%
HSB/HSV143°14.40%98.04%
CMYK14.40%0.00%8.80%
1.96%

Color #D6FAE4 in popluar number systems.

HEXD6FAE4
Decimal214250228
Binary110101101111101011100100
Octal326372344

Shades and tints

Shades of #D6FAE4

#D6FAE4
(214,250,228)
#C3E4D0
(195,228,208)
#B0CEBC
(176,206,188)
#9DB8A8
(157,184,168)
#8AA294
(138,162,148)
#778C80
(119,140,128)
#64766C
(100,118,108)
#516058
(81,96,88)
#3E4A44
(62,74,68)
#2B3430
(43,52,48)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #D6FAE4

#D6FAE4
(214,250,228)
#D9FAE6
(217,250,230)
#DCFAE8
(220,250,232)
#DFFAEA
(223,250,234)
#E2FAEC
(226,250,236)
#E5FAEE
(229,250,238)
#E8FAF0
(232,250,240)
#EBFAF2
(235,250,242)
#EEFAF4
(238,250,244)
#F1FAF6
(241,250,246)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FAE4; }

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

This text font color is #D6FAE4.


Background Color

.myBgColor { background-color: #D6FAE4; }

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

This div background color is #D6FAE4.


Border color

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

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

This div border color is #D6FAE4.


Opacity

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

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

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

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

This text has shadow with #D6FAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FAE4 on black background.


Color preview on white background

This text has color #D6FAE4 on white background.



Black color preview on #D6FAE4 background

This text has black color on #D6FAE4 background.


White color preview on #D6FAE4 background

This text has white color on #D6FAE4 background.