COLOR #D6E1A9

HEX: #D6E1A9
RGB: (214,225,169)

Color info

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

RGB color model

#D6E1A9 color RGB value is (214,225,169).

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

RGB channels and saturation

R 214 of 255 = 84%
G 225 of 255 = 88%
B 169 of 255 = 66%

214
225
169

R + G + B ~ 79%. #D6E1A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 225 + 169 = 608 (100%)
R 214 of 608 ~ 35.2%
G 225 of 608 ~ 37.01%
B 169 of 608 ~ 27.8%

%35.2
%37.01
%27.8

CMYK color model

#D6E1A9 color CMYK value is (5,0,25,12).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 11.76%
CMYK:
(5,0,25,12)
C5M0Y25K12 
(5%,0%,25%,12%)
(0.05/0.00/0.25/0.12)	

CMYK percentages

%4.89
%0
%24.89
%11.76

Codes

Color #D6E1A9 in popluar color models

D6E1A9
RGB214225169
HSL72°48.28%77.25%
HSB/HSV72°24.89%88.24%
CMYK4.89%0.00%24.89%
11.76%

Color #D6E1A9 in popluar number systems.

HEXD6E1A9
Decimal214225169
Binary110101101110000110101001
Octal326341251

Shades and tints

Shades of #D6E1A9

#D6E1A9
(214,225,169)
#C3CD9A
(195,205,154)
#B0B98B
(176,185,139)
#9DA57C
(157,165,124)
#8A916D
(138,145,109)
#777D5E
(119,125,94)
#64694F
(100,105,79)
#515540
(81,85,64)
#3E4131
(62,65,49)
#2B2D22
(43,45,34)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #D6E1A9

#D6E1A9
(214,225,169)
#D9E3B0
(217,227,176)
#DCE5B7
(220,229,183)
#DFE7BE
(223,231,190)
#E2E9C5
(226,233,197)
#E5EBCC
(229,235,204)
#E8EDD3
(232,237,211)
#EBEFDA
(235,239,218)
#EEF1E1
(238,241,225)
#F1F3E8
(241,243,232)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E1A9; }

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

This text font color is #D6E1A9.


Background Color

.myBgColor { background-color: #D6E1A9; }

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

This div background color is #D6E1A9.


Border color

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

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

This div border color is #D6E1A9.


Opacity

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

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

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

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

This text has shadow with #D6E1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E1A9 on black background.


Color preview on white background

This text has color #D6E1A9 on white background.



Black color preview on #D6E1A9 background

This text has black color on #D6E1A9 background.


White color preview on #D6E1A9 background

This text has white color on #D6E1A9 background.