COLOR #E6E8A9

HEX: #E6E8A9
RGB: (230,232,169)

Color info

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

RGB color model

#E6E8A9 color RGB value is (230,232,169).

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

RGB channels and saturation

R 230 of 255 = 90%
G 232 of 255 = 91%
B 169 of 255 = 66%

230
232
169

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

Portions of RGB colors in percentages

R + G + B =
230 + 232 + 169 = 631 (100%)
R 230 of 631 ~ 36.45%
G 232 of 631 ~ 36.77%
B 169 of 631 ~ 26.78%

%36.45
%36.77
%26.78

CMYK color model

#E6E8A9 color CMYK value is (1,0,27,9).

  • cyan value is 0.86%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(1,0,27,9)
C1M0Y27K9 
(1%,0%,27%,9%)
(0.01/0.00/0.27/0.09)	

CMYK percentages

%0.86
%0
%27.16
%9.02

Codes

Color #E6E8A9 in popluar color models

E6E8A9
RGB230232169
HSL62°57.80%78.63%
HSB/HSV62°27.16%90.98%
CMYK0.86%0.00%27.16%
9.02%

Color #E6E8A9 in popluar number systems.

HEXE6E8A9
Decimal230232169
Binary111001101110100010101001
Octal346350251

Shades and tints

Shades of #E6E8A9

#E6E8A9
(230,232,169)
#D2D39A
(210,211,154)
#BEBE8B
(190,190,139)
#AAA97C
(170,169,124)
#96946D
(150,148,109)
#827F5E
(130,127,94)
#6E6A4F
(110,106,79)
#5A5540
(90,85,64)
#464031
(70,64,49)
#322B22
(50,43,34)
#1E1613
(30,22,19)
#000000
(0,0,0)

Tints of #E6E8A9

#E6E8A9
(230,232,169)
#E8EAB0
(232,234,176)
#EAECB7
(234,236,183)
#ECEEBE
(236,238,190)
#EEF0C5
(238,240,197)
#F0F2CC
(240,242,204)
#F2F4D3
(242,244,211)
#F4F6DA
(244,246,218)
#F6F8E1
(246,248,225)
#F8FAE8
(248,250,232)
#FAFCEF
(250,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E8A9; }

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

This text font color is #E6E8A9.


Background Color

.myBgColor { background-color: #E6E8A9; }

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

This div background color is #E6E8A9.


Border color

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

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

This div border color is #E6E8A9.


Opacity

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

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

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

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

This text has shadow with #E6E8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E8A9 on black background.


Color preview on white background

This text has color #E6E8A9 on white background.



Black color preview on #E6E8A9 background

This text has black color on #E6E8A9 background.


White color preview on #E6E8A9 background

This text has white color on #E6E8A9 background.