COLOR #D6E3AD

HEX: #D6E3AD
RGB: (214,227,173)

Color info

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

RGB color model

#D6E3AD color RGB value is (214,227,173).

  • red value is 214;
  • green value is 227;
  • blue value is 173.
RGB:
(214,227,173)
(84%,89%,68%)

RGB channels and saturation

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

214
227
173

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

Portions of RGB colors in percentages

R + G + B =
214 + 227 + 173 = 614 (100%)
R 214 of 614 ~ 34.85%
G 227 of 614 ~ 36.97%
B 173 of 614 ~ 28.18%

%34.85
%36.97
%28.18

CMYK color model

#D6E3AD color CMYK value is (6,0,24,11).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(6,0,24,11)
C6M0Y24K11 
(6%,0%,24%,11%)
(0.06/0.00/0.24/0.11)	

CMYK percentages

%5.73
%0
%23.79
%10.98

Codes

Color #D6E3AD in popluar color models

D6E3AD
RGB214227173
HSL74°49.09%78.43%
HSB/HSV74°23.79%89.02%
CMYK5.73%0.00%23.79%
10.98%

Color #D6E3AD in popluar number systems.

HEXD6E3AD
Decimal214227173
Binary110101101110001110101101
Octal326343255

Shades and tints

Shades of #D6E3AD

#D6E3AD
(214,227,173)
#C3CF9E
(195,207,158)
#B0BB8F
(176,187,143)
#9DA780
(157,167,128)
#8A9371
(138,147,113)
#777F62
(119,127,98)
#646B53
(100,107,83)
#515744
(81,87,68)
#3E4335
(62,67,53)
#2B2F26
(43,47,38)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #D6E3AD

#D6E3AD
(214,227,173)
#D9E5B4
(217,229,180)
#DCE7BB
(220,231,187)
#DFE9C2
(223,233,194)
#E2EBC9
(226,235,201)
#E5EDD0
(229,237,208)
#E8EFD7
(232,239,215)
#EBF1DE
(235,241,222)
#EEF3E5
(238,243,229)
#F1F5EC
(241,245,236)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E3AD; }

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

This text font color is #D6E3AD.


Background Color

.myBgColor { background-color: #D6E3AD; }

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

This div background color is #D6E3AD.


Border color

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

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

This div border color is #D6E3AD.


Opacity

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

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

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

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

This text has shadow with #D6E3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E3AD on black background.


Color preview on white background

This text has color #D6E3AD on white background.



Black color preview on #D6E3AD background

This text has black color on #D6E3AD background.


White color preview on #D6E3AD background

This text has white color on #D6E3AD background.