COLOR #D6FADE

HEX: #D6FADE RGB: (214,250,222)

Color info

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

RGB color model

#D6FADE color RGB value is (214,250,222).

RGB: (214,250,222) (84%, 98%, 87%)

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 222 of 255 = 87%

214
250
222

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

Portions of RGB colors in percentages

R + G + B = 214 + 250 + 222 = 686 (100%)
R 214 of 686 ~ 31.2%
G 250 of 686 ~ 36.44%
B 222 of 686 ~ 32.36'%

%31.2
%36.44
%32.36

CMYK color model

#D6FADE color CMYK value is (14,0,11,2).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 1.96%
CMYK: (14,0,11,2) C14M0Y11K2 (14%,0%,11%,2%) (0.14/0.00/0.11/0.02) 

CMYK percentages

%14.4
%0
%11.2
%1.96

Codes

Color #D6FADE in popluar color models

D6 FA DE
RGB 214 250 222
HSL 133° 78.26% 90.98%
HSB/HSV 133° 14.40% 98.04%
CMYK 14.40% 0.00% 11.20%
1.96%

Color #D6FADE in popluar number systems.

HEX D6 FA DE
Decimal 214 250 222
Binary 11010110 11111010 11011110
Octal 326 372 336

Shades and tints

Shades of #D6FADE

#D6FADE
(214,250,222)
#C3E4CA
(195,228,202)
#B0CEB6
(176,206,182)
#9DB8A2
(157,184,162)
#8AA28E
(138,162,142)
#778C7A
(119,140,122)
#647666
(100,118,102)
#516052
(81,96,82)
#3E4A3E
(62,74,62)
#2B342A
(43,52,42)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #D6FADE

#D6FADE
(214,250,222)
#D9FAE1
(217,250,225)
#DCFAE4
(220,250,228)
#DFFAE7
(223,250,231)
#E2FAEA
(226,250,234)
#E5FAED
(229,250,237)
#E8FAF0
(232,250,240)
#EBFAF3
(235,250,243)
#EEFAF6
(238,250,246)
#F1FAF9
(241,250,249)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FADE; }

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

This text font color is #D6FADE.

Background Color

.myBgColor { background-color: #D6FADE; }

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

This div background color is #D6FADE.

Border color

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

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

This div border color is #D6FADE.

Opacity

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

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

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

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

This text has shadow with #D6FADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FADE.

Preview

Color preview on black background

This text has color #D6FADE on black background.


Color preview on white background

This text has color #D6FADE on white background.


Black color preview on #D6FADE background

This text has black color on #D6FADE background.


White color preview on #D6FADE background

This text has white color on #D6FADE background.


Related colors

Complementary color

Complementary color for #hex is #290521.


I love getcolorcode.com

Triadic colors

1 #DED6FA and #FADED6 with #D6FADE are triadic colors.

2 #DEFAD6 and #FAD6DE with #D6FADE are triadic colors.