COLOR #E6E2A9

HEX: #E6E2A9
RGB: (230,226,169)

Color info

#E6E2A9 contains mainly red and green colors. Web safe color of #E6E2A9 is #CCCC99 (or #CC9).

RGB color model

#E6E2A9 color RGB value is (230,226,169).

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

RGB channels and saturation

R 230 of 255 = 90%
G 226 of 255 = 89%
B 169 of 255 = 66%

230
226
169

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

Portions of RGB colors in percentages

R + G + B =
230 + 226 + 169 = 625 (100%)
R 230 of 625 ~ 36.8%
G 226 of 625 ~ 36.16%
B 169 of 625 ~ 27.04%

%36.8
%36.16
%27.04

CMYK color model

#E6E2A9 color CMYK value is (0,2,27,10).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 26.52%
  • key color value is 9.80%
CMYK:
(0,2,27,10)
C0M2Y27K10 
(0%,2%,27%,10%)
(0.00/0.02/0.27/0.10)	

CMYK percentages

%0
%1.74
%26.52
%9.8

Codes

Color #E6E2A9 in popluar color models

E6E2A9
RGB230226169
HSL56°54.95%78.24%
HSB/HSV56°26.52%90.20%
CMYK0.00%1.74%26.52%
9.80%

Color #E6E2A9 in popluar number systems.

HEXE6E2A9
Decimal230226169
Binary111001101110001010101001
Octal346342251

Shades and tints

Shades of #E6E2A9

#E6E2A9
(230,226,169)
#D2CE9A
(210,206,154)
#BEBA8B
(190,186,139)
#AAA67C
(170,166,124)
#96926D
(150,146,109)
#827E5E
(130,126,94)
#6E6A4F
(110,106,79)
#5A5640
(90,86,64)
#464231
(70,66,49)
#322E22
(50,46,34)
#1E1A13
(30,26,19)
#000000
(0,0,0)

Tints of #E6E2A9

#E6E2A9
(230,226,169)
#E8E4B0
(232,228,176)
#EAE6B7
(234,230,183)
#ECE8BE
(236,232,190)
#EEEAC5
(238,234,197)
#F0ECCC
(240,236,204)
#F2EED3
(242,238,211)
#F4F0DA
(244,240,218)
#F6F2E1
(246,242,225)
#F8F4E8
(248,244,232)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E2A9; }

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

This text font color is #E6E2A9.


Background Color

.myBgColor { background-color: #E6E2A9; }

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

This div background color is #E6E2A9.


Border color

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

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

This div border color is #E6E2A9.


Opacity

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

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

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

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

This text has shadow with #E6E2A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E2A9 on black background.


Color preview on white background

This text has color #E6E2A9 on white background.



Black color preview on #E6E2A9 background

This text has black color on #E6E2A9 background.


White color preview on #E6E2A9 background

This text has white color on #E6E2A9 background.