COLOR #D6FAE7

HEX: #D6FAE7 RGB: (214,250,231)

Color info

#D6FAE7 contains red, green and blue colors in about the same proportion. Web safe color of #D6FAE7 is #CCFFFF (or #CFF).

RGB color model

#D6FAE7 color RGB value is (214,250,231).

RGB: (214,250,231) (84%, 98%, 91%)

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 231 of 255 = 91%

214
250
231

R + G + B ~ 91%. #D6FAE7 is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 250 + 231 = 695 (100%)
R 214 of 695 ~ 30.79%
G 250 of 695 ~ 35.97%
B 231 of 695 ~ 33.24'%

%30.79
%35.97
%33.24

CMYK color model

#D6FAE7 color CMYK value is (14,0,8,2).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 1.96%

CMYK: (14,0,8,2)
C14M0Y8K2 (14%, 0%, 8%, 2%)
(0.14 / 0.00 / 0.08 / 0.02)

CMYK percentages

%14.4
%0
%7.6
%1.96

Codes

Color #D6FAE7 in popluar color models

D6 FA E7
RGB 214 250 231
HSL 148° 78.26% 90.98%
HSB/HSV 148° 14.40% 98.04%
CMYK 14.40% 0.00% 7.60%
1.96%

Color #D6FAE7 in popluar number systems.

HEX D6 FA E7
Decimal 214 250 231
Binary 11010110 11111010 11100111
Octal 326 372 347

Shades and tints

Shades of #D6FAE7

#D6FAE7
(214,250,231)
#C3E4D2
(195,228,210)
#B0CEBD
(176,206,189)
#9DB8A8
(157,184,168)
#8AA293
(138,162,147)
#778C7E
(119,140,126)
#647669
(100,118,105)
#516054
(81,96,84)
#3E4A3F
(62,74,63)
#2B342A
(43,52,42)
#181E15
(24,30,21)
#000000
(0,0,0)

Tints of #D6FAE7

#D6FAE7
(214,250,231)
#D9FAE9
(217,250,233)
#DCFAEB
(220,250,235)
#DFFAED
(223,250,237)
#E2FAEF
(226,250,239)
#E5FAF1
(229,250,241)
#E8FAF3
(232,250,243)
#EBFAF5
(235,250,245)
#EEFAF7
(238,250,247)
#F1FAF9
(241,250,249)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FAE7; }

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

This text font color is #D6FAE7.

Background Color

.myBgColor { background-color: #D6FAE7; }

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

This div background color is #D6FAE7.

Border color

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

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

This div border color is #D6FAE7.

Opacity

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

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

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

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

This text has shadow with #D6FAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FAE7.

Preview

Color preview on black background

This text has color #D6FAE7 on black background.


Color preview on white background

This text has color #D6FAE7 on white background.


Black color preview on #D6FAE7 background

This text has black color on #D6FAE7 background.


White color preview on #D6FAE7 background

This text has white color on #D6FAE7 background.


Related colors

Complementary color

Complementary color for #hex is #290518.


I love getcolorcode.com

Triadic colors

1 #E7D6FA and #FAE7D6 with #D6FAE7 are triadic colors.

2 #E7FAD6 and #FAD6E7 with #D6FAE7 are triadic colors.