COLOR #D6E2AD

HEX: #D6E2AD RGB: (214,226,173)

Color info

#D6E2AD contains red, green and blue colors in about the same proportion. Web safe color of #D6E2AD is #CCCC99 (or #CC9).

RGB color model

#D6E2AD color RGB value is (214,226,173).

RGB: (214,226,173) (84%, 89%, 68%)

RGB channels and saturation

R 214 of 255 = 84%
G 226 of 255 = 89%
B 173 of 255 = 68%

214
226
173

R + G + B ~ 80%. #D6E2AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 226 + 173 = 613 (100%)
R 214 of 613 ~ 34.91%
G 226 of 613 ~ 36.87%
B 173 of 613 ~ 28.22'%

%34.91
%36.87
%28.22

CMYK color model

#D6E2AD color CMYK value is (5,0,23,11).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 23.45%
  • key color value is 11.37%
CMYK: (5,0,23,11) C5M0Y23K11 (5%,0%,23%,11%) (0.05/0.00/0.23/0.11) 

CMYK percentages

%5.31
%0
%23.45
%11.37

Codes

Color #D6E2AD in popluar color models

D6 E2 AD
RGB 214 226 173
HSL 74° 47.75% 78.24%
HSB/HSV 74° 23.45% 88.63%
CMYK 5.31% 0.00% 23.45%
11.37%

Color #D6E2AD in popluar number systems.

HEX D6 E2 AD
Decimal 214 226 173
Binary 11010110 11100010 10101101
Octal 326 342 255

Shades and tints

Shades of #D6E2AD

#D6E2AD
(214,226,173)
#C3CE9E
(195,206,158)
#B0BA8F
(176,186,143)
#9DA680
(157,166,128)
#8A9271
(138,146,113)
#777E62
(119,126,98)
#646A53
(100,106,83)
#515644
(81,86,68)
#3E4235
(62,66,53)
#2B2E26
(43,46,38)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #D6E2AD

#D6E2AD
(214,226,173)
#D9E4B4
(217,228,180)
#DCE6BB
(220,230,187)
#DFE8C2
(223,232,194)
#E2EAC9
(226,234,201)
#E5ECD0
(229,236,208)
#E8EED7
(232,238,215)
#EBF0DE
(235,240,222)
#EEF2E5
(238,242,229)
#F1F4EC
(241,244,236)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E2AD color. Also use rgb(214,226,173) instead hex code.

Text Font Color

.myTextColor { color: #D6E2AD; }

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

This text font color is #D6E2AD.

Background Color

.myBgColor { background-color: #D6E2AD; }

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

This div background color is #D6E2AD.

Border color

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

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

This div border color is #D6E2AD.

Opacity

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

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

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

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

This text has shadow with #D6E2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E2AD.

Preview

Color preview on black background

This text has color #D6E2AD on black background.


Color preview on white background

This text has color #D6E2AD on white background.


Black color preview on #D6E2AD background

This text has black color on #D6E2AD background.


White color preview on #D6E2AD background

This text has white color on #D6E2AD background.


Related colors

Complementary color

Complementary color for #hex is #291D52.


I love getcolorcode.com

Triadic colors

1 #ADD6E2 and #E2ADD6 with #D6E2AD are triadic colors.

2 #ADE2D6 and #E2D6AD with #D6E2AD are triadic colors.