COLOR #D6FAE1

HEX: #D6FAE1
RGB: (214,250,225)

Color info

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

RGB color model

#D6FAE1 color RGB value is (214,250,225).

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

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 225 of 255 = 88%

214
250
225

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

Portions of RGB colors in percentages

R + G + B =
214 + 250 + 225 = 689 (100%)
R 214 of 689 ~ 31.06%
G 250 of 689 ~ 36.28%
B 225 of 689 ~ 32.66%

%31.06
%36.28
%32.66

CMYK color model

#D6FAE1 color CMYK value is (14,0,10,2).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 1.96%
CMYK:
(14,0,10,2)
C14M0Y10K2 
(14%,0%,10%,2%)
(0.14/0.00/0.10/0.02)	

CMYK percentages

%14.4
%0
%10
%1.96

Codes

Color #D6FAE1 in popluar color models

D6FAE1
RGB214250225
HSL138°78.26%90.98%
HSB/HSV138°14.40%98.04%
CMYK14.40%0.00%10.00%
1.96%

Color #D6FAE1 in popluar number systems.

HEXD6FAE1
Decimal214250225
Binary110101101111101011100001
Octal326372341

Shades and tints

Shades of #D6FAE1

#D6FAE1
(214,250,225)
#C3E4CD
(195,228,205)
#B0CEB9
(176,206,185)
#9DB8A5
(157,184,165)
#8AA291
(138,162,145)
#778C7D
(119,140,125)
#647669
(100,118,105)
#516055
(81,96,85)
#3E4A41
(62,74,65)
#2B342D
(43,52,45)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #D6FAE1

#D6FAE1
(214,250,225)
#D9FAE3
(217,250,227)
#DCFAE5
(220,250,229)
#DFFAE7
(223,250,231)
#E2FAE9
(226,250,233)
#E5FAEB
(229,250,235)
#E8FAED
(232,250,237)
#EBFAEF
(235,250,239)
#EEFAF1
(238,250,241)
#F1FAF3
(241,250,243)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FAE1; }

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

This text font color is #D6FAE1.


Background Color

.myBgColor { background-color: #D6FAE1; }

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

This div background color is #D6FAE1.


Border color

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

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

This div border color is #D6FAE1.


Opacity

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

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

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

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

This text has shadow with #D6FAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FAE1 on black background.


Color preview on white background

This text has color #D6FAE1 on white background.



Black color preview on #D6FAE1 background

This text has black color on #D6FAE1 background.


White color preview on #D6FAE1 background

This text has white color on #D6FAE1 background.