COLOR #D6FAD8

HEX: #D6FAD8 RGB: (214,250,216)

Color info

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

RGB color model

#D6FAD8 color RGB value is (214,250,216).

RGB: (214,250,216) (84%, 98%, 85%)

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 216 of 255 = 85%

214
250
216

R + G + B ~ 89%. #D6FAD8 is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 250 + 216 = 680 (100%)
R 214 of 680 ~ 31.47%
G 250 of 680 ~ 36.76%
B 216 of 680 ~ 31.76'%

%31.47
%36.76
%31.76

CMYK color model

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

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

CMYK: (14,0,14,2)
C14M0Y14K2 (14%, 0%, 14%, 2%)
(0.14 / 0.00 / 0.14 / 0.02)

CMYK percentages

%14.4
%0
%13.6
%1.96

Codes

Color #D6FAD8 in popluar color models

D6 FA D8
RGB 214 250 216
HSL 123° 78.26% 90.98%
HSB/HSV 123° 14.40% 98.04%
CMYK 14.40% 0.00% 13.60%
1.96%

Color #D6FAD8 in popluar number systems.

HEX D6 FA D8
Decimal 214 250 216
Binary 11010110 11111010 11011000
Octal 326 372 330

Shades and tints

Shades of #D6FAD8

#D6FAD8
(214,250,216)
#C3E4C5
(195,228,197)
#B0CEB2
(176,206,178)
#9DB89F
(157,184,159)
#8AA28C
(138,162,140)
#778C79
(119,140,121)
#647666
(100,118,102)
#516053
(81,96,83)
#3E4A40
(62,74,64)
#2B342D
(43,52,45)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #D6FAD8

#D6FAD8
(214,250,216)
#D9FADB
(217,250,219)
#DCFADE
(220,250,222)
#DFFAE1
(223,250,225)
#E2FAE4
(226,250,228)
#E5FAE7
(229,250,231)
#E8FAEA
(232,250,234)
#EBFAED
(235,250,237)
#EEFAF0
(238,250,240)
#F1FAF3
(241,250,243)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FAD8; }

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

This text font color is #D6FAD8.

Background Color

.myBgColor { background-color: #D6FAD8; }

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

This div background color is #D6FAD8.

Border color

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

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

This div border color is #D6FAD8.

Opacity

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

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

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

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

This text has shadow with #D6FAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FAD8.

Preview

Color preview on black background

This text has color #D6FAD8 on black background.


Color preview on white background

This text has color #D6FAD8 on white background.


Black color preview on #D6FAD8 background

This text has black color on #D6FAD8 background.


White color preview on #D6FAD8 background

This text has white color on #D6FAD8 background.


Related colors

Complementary color

Complementary color for #hex is #290527.


I love getcolorcode.com

Triadic colors

1 #D8D6FA and #FAD8D6 with #D6FAD8 are triadic colors.

2 #D8FAD6 and #FAD6D8 with #D6FAD8 are triadic colors.