COLOR #D6F8AE

HEX: #D6F8AE RGB: (214,248,174)

Color info

#D6F8AE contains mainly red and green colors. Web safe color of #D6F8AE is #CCFF99 (or #CF9).

RGB color model

#D6F8AE color RGB value is (214,248,174).

RGB: (214,248,174) (84%, 97%, 68%)

RGB channels and saturation

R 214 of 255 = 84%
G 248 of 255 = 97%
B 174 of 255 = 68%

214
248
174

R + G + B ~ 83%. #D6F8AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 248 + 174 = 636 (100%)
R 214 of 636 ~ 33.65%
G 248 of 636 ~ 38.99%
B 174 of 636 ~ 27.36'%

%33.65
%38.99
%27.36

CMYK color model

#D6F8AE color CMYK value is (14,0,30,3).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 29.84%
  • key color value is 2.75%

CMYK: (14,0,30,3)
C14M0Y30K3 (14%, 0%, 30%, 3%)
(0.14 / 0.00 / 0.30 / 0.03)

CMYK percentages

%13.71
%0
%29.84
%2.75

Codes

Color #D6F8AE in popluar color models

D6 F8 AE
RGB 214 248 174
HSL 88° 84.09% 82.75%
HSB/HSV 88° 29.84% 97.25%
CMYK 13.71% 0.00% 29.84%
2.75%

Color #D6F8AE in popluar number systems.

HEX D6 F8 AE
Decimal 214 248 174
Binary 11010110 11111000 10101110
Octal 326 370 256

Shades and tints

Shades of #D6F8AE

#D6F8AE
(214,248,174)
#C3E29F
(195,226,159)
#B0CC90
(176,204,144)
#9DB681
(157,182,129)
#8AA072
(138,160,114)
#778A63
(119,138,99)
#647454
(100,116,84)
#515E45
(81,94,69)
#3E4836
(62,72,54)
#2B3227
(43,50,39)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #D6F8AE

#D6F8AE
(214,248,174)
#D9F8B5
(217,248,181)
#DCF8BC
(220,248,188)
#DFF8C3
(223,248,195)
#E2F8CA
(226,248,202)
#E5F8D1
(229,248,209)
#E8F8D8
(232,248,216)
#EBF8DF
(235,248,223)
#EEF8E6
(238,248,230)
#F1F8ED
(241,248,237)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F8AE color. Also use rgb(214,248,174) instead hex code.

Text Font Color

.myTextColor { color: #D6F8AE; }

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

This text font color is #D6F8AE.

Background Color

.myBgColor { background-color: #D6F8AE; }

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

This div background color is #D6F8AE.

Border color

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

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

This div border color is #D6F8AE.

Opacity

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

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

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

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

This text has shadow with #D6F8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F8AE.

Preview

Color preview on black background

This text has color #D6F8AE on black background.


Color preview on white background

This text has color #D6F8AE on white background.


Black color preview on #D6F8AE background

This text has black color on #D6F8AE background.


White color preview on #D6F8AE background

This text has white color on #D6F8AE background.


Related colors

Complementary color

Complementary color for #hex is #290751.


I love getcolorcode.com

Triadic colors

1 #AED6F8 and #F8AED6 with #D6F8AE are triadic colors.

2 #AEF8D6 and #F8D6AE with #D6F8AE are triadic colors.