COLOR #D6E8A9

HEX: #D6E8A9
RGB: (214,232,169)

Color info

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

RGB color model

#D6E8A9 color RGB value is (214,232,169).

  • red value is 214;
  • green value is 232;
  • blue value is 169.
RGB:
(214,232,169)
(84%,91%,66%)

RGB channels and saturation

R 214 of 255 = 84%
G 232 of 255 = 91%
B 169 of 255 = 66%

214
232
169

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

Portions of RGB colors in percentages

R + G + B =
214 + 232 + 169 = 615 (100%)
R 214 of 615 ~ 34.8%
G 232 of 615 ~ 37.72%
B 169 of 615 ~ 27.48%

%34.8
%37.72
%27.48

CMYK color model

#D6E8A9 color CMYK value is (8,0,27,9).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(8,0,27,9)
C8M0Y27K9 
(8%,0%,27%,9%)
(0.08/0.00/0.27/0.09)	

CMYK percentages

%7.76
%0
%27.16
%9.02

Codes

Color #D6E8A9 in popluar color models

D6E8A9
RGB214232169
HSL77°57.80%78.63%
HSB/HSV77°27.16%90.98%
CMYK7.76%0.00%27.16%
9.02%

Color #D6E8A9 in popluar number systems.

HEXD6E8A9
Decimal214232169
Binary110101101110100010101001
Octal326350251

Shades and tints

Shades of #D6E8A9

#D6E8A9
(214,232,169)
#C3D39A
(195,211,154)
#B0BE8B
(176,190,139)
#9DA97C
(157,169,124)
#8A946D
(138,148,109)
#777F5E
(119,127,94)
#646A4F
(100,106,79)
#515540
(81,85,64)
#3E4031
(62,64,49)
#2B2B22
(43,43,34)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #D6E8A9

#D6E8A9
(214,232,169)
#D9EAB0
(217,234,176)
#DCECB7
(220,236,183)
#DFEEBE
(223,238,190)
#E2F0C5
(226,240,197)
#E5F2CC
(229,242,204)
#E8F4D3
(232,244,211)
#EBF6DA
(235,246,218)
#EEF8E1
(238,248,225)
#F1FAE8
(241,250,232)
#F4FCEF
(244,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E8A9 color. Also use rgb(214,232,169) instead hex code.

Text Font Color

.myTextColor { color: #D6E8A9; }

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

This text font color is #D6E8A9.


Background Color

.myBgColor { background-color: #D6E8A9; }

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

This div background color is #D6E8A9.


Border color

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

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

This div border color is #D6E8A9.


Opacity

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

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

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

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

This text has shadow with #D6E8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E8A9 on black background.


Color preview on white background

This text has color #D6E8A9 on white background.



Black color preview on #D6E8A9 background

This text has black color on #D6E8A9 background.


White color preview on #D6E8A9 background

This text has white color on #D6E8A9 background.