COLOR #D6E5AF

HEX: #D6E5AF
RGB: (214,229,175)

Color info

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

RGB color model

#D6E5AF color RGB value is (214,229,175).

  • red value is 214;
  • green value is 229;
  • blue value is 175.
RGB:
(214,229,175)
(84%,90%,69%)

RGB channels and saturation

R 214 of 255 = 84%
G 229 of 255 = 90%
B 175 of 255 = 69%

214
229
175

R + G + B ~ 81%. #D6E5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 229 + 175 = 618 (100%)
R 214 of 618 ~ 34.63%
G 229 of 618 ~ 37.06%
B 175 of 618 ~ 28.32%

%34.63
%37.06
%28.32

CMYK color model

#D6E5AF color CMYK value is (7,0,24,10).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 10.20%
CMYK:
(7,0,24,10)
C7M0Y24K10 
(7%,0%,24%,10%)
(0.07/0.00/0.24/0.10)	

CMYK percentages

%6.55
%0
%23.58
%10.2

Codes

Color #D6E5AF in popluar color models

D6E5AF
RGB214229175
HSL77°50.94%79.22%
HSB/HSV77°23.58%89.80%
CMYK6.55%0.00%23.58%
10.20%

Color #D6E5AF in popluar number systems.

HEXD6E5AF
Decimal214229175
Binary110101101110010110101111
Octal326345257

Shades and tints

Shades of #D6E5AF

#D6E5AF
(214,229,175)
#C3D1A0
(195,209,160)
#B0BD91
(176,189,145)
#9DA982
(157,169,130)
#8A9573
(138,149,115)
#778164
(119,129,100)
#646D55
(100,109,85)
#515946
(81,89,70)
#3E4537
(62,69,55)
#2B3128
(43,49,40)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #D6E5AF

#D6E5AF
(214,229,175)
#D9E7B6
(217,231,182)
#DCE9BD
(220,233,189)
#DFEBC4
(223,235,196)
#E2EDCB
(226,237,203)
#E5EFD2
(229,239,210)
#E8F1D9
(232,241,217)
#EBF3E0
(235,243,224)
#EEF5E7
(238,245,231)
#F1F7EE
(241,247,238)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E5AF color. Also use rgb(214,229,175) instead hex code.

Text Font Color

.myTextColor { color: #D6E5AF; }

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

This text font color is #D6E5AF.


Background Color

.myBgColor { background-color: #D6E5AF; }

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

This div background color is #D6E5AF.


Border color

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

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

This div border color is #D6E5AF.


Opacity

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

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

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

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

This text has shadow with #D6E5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E5AF on black background.


Color preview on white background

This text has color #D6E5AF on white background.



Black color preview on #D6E5AF background

This text has black color on #D6E5AF background.


White color preview on #D6E5AF background

This text has white color on #D6E5AF background.