COLOR #D6EDAF

HEX: #D6EDAF
RGB: (214,237,175)

Color info

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

RGB color model

#D6EDAF color RGB value is (214,237,175).

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

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 175 of 255 = 69%

214
237
175

R + G + B ~ 82%. #D6EDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 237 + 175 = 626 (100%)
R 214 of 626 ~ 34.19%
G 237 of 626 ~ 37.86%
B 175 of 626 ~ 27.96%

%34.19
%37.86
%27.96

CMYK color model

#D6EDAF color CMYK value is (10,0,26,7).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 26.16%
  • key color value is 7.06%
CMYK:
(10,0,26,7)
C10M0Y26K7 
(10%,0%,26%,7%)
(0.10/0.00/0.26/0.07)	

CMYK percentages

%9.7
%0
%26.16
%7.06

Codes

Color #D6EDAF in popluar color models

D6EDAF
RGB214237175
HSL82°63.27%80.78%
HSB/HSV82°26.16%92.94%
CMYK9.70%0.00%26.16%
7.06%

Color #D6EDAF in popluar number systems.

HEXD6EDAF
Decimal214237175
Binary110101101110110110101111
Octal326355257

Shades and tints

Shades of #D6EDAF

#D6EDAF
(214,237,175)
#C3D8A0
(195,216,160)
#B0C391
(176,195,145)
#9DAE82
(157,174,130)
#8A9973
(138,153,115)
#778464
(119,132,100)
#646F55
(100,111,85)
#515A46
(81,90,70)
#3E4537
(62,69,55)
#2B3028
(43,48,40)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #D6EDAF

#D6EDAF
(214,237,175)
#D9EEB6
(217,238,182)
#DCEFBD
(220,239,189)
#DFF0C4
(223,240,196)
#E2F1CB
(226,241,203)
#E5F2D2
(229,242,210)
#E8F3D9
(232,243,217)
#EBF4E0
(235,244,224)
#EEF5E7
(238,245,231)
#F1F6EE
(241,246,238)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EDAF; }

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

This text font color is #D6EDAF.


Background Color

.myBgColor { background-color: #D6EDAF; }

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

This div background color is #D6EDAF.


Border color

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

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

This div border color is #D6EDAF.


Opacity

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

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

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

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

This text has shadow with #D6EDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDAF on black background.


Color preview on white background

This text has color #D6EDAF on white background.



Black color preview on #D6EDAF background

This text has black color on #D6EDAF background.


White color preview on #D6EDAF background

This text has white color on #D6EDAF background.