COLOR #E6E5A6

HEX: #E6E5A6
RGB: (230,229,166)

Color info

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

RGB color model

#E6E5A6 color RGB value is (230,229,166).

  • red value is 230;
  • green value is 229;
  • blue value is 166.
RGB:
(230,229,166)
(90%,90%,65%)

RGB channels and saturation

R 230 of 255 = 90%
G 229 of 255 = 90%
B 166 of 255 = 65%

230
229
166

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

Portions of RGB colors in percentages

R + G + B =
230 + 229 + 166 = 625 (100%)
R 230 of 625 ~ 36.8%
G 229 of 625 ~ 36.64%
B 166 of 625 ~ 26.56%

%36.8
%36.64
%26.56

CMYK color model

#E6E5A6 color CMYK value is (0,0,28,10).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 27.83%
  • key color value is 9.80%
CMYK:
(0,0,28,10)
C0M0Y28K10 
(0%,0%,28%,10%)
(0.00/0.00/0.28/0.10)	

CMYK percentages

%0
%0.43
%27.83
%9.8

Codes

Color #E6E5A6 in popluar color models

E6E5A6
RGB230229166
HSL59°56.14%77.65%
HSB/HSV59°27.83%90.20%
CMYK0.00%0.43%27.83%
9.80%

Color #E6E5A6 in popluar number systems.

HEXE6E5A6
Decimal230229166
Binary111001101110010110100110
Octal346345246

Shades and tints

Shades of #E6E5A6

#E6E5A6
(230,229,166)
#D2D197
(210,209,151)
#BEBD88
(190,189,136)
#AAA979
(170,169,121)
#96956A
(150,149,106)
#82815B
(130,129,91)
#6E6D4C
(110,109,76)
#5A593D
(90,89,61)
#46452E
(70,69,46)
#32311F
(50,49,31)
#1E1D10
(30,29,16)
#000000
(0,0,0)

Tints of #E6E5A6

#E6E5A6
(230,229,166)
#E8E7AE
(232,231,174)
#EAE9B6
(234,233,182)
#ECEBBE
(236,235,190)
#EEEDC6
(238,237,198)
#F0EFCE
(240,239,206)
#F2F1D6
(242,241,214)
#F4F3DE
(244,243,222)
#F6F5E6
(246,245,230)
#F8F7EE
(248,247,238)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E5A6 color. Also use rgb(230,229,166) instead hex code.

Text Font Color

.myTextColor { color: #E6E5A6; }

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

This text font color is #E6E5A6.


Background Color

.myBgColor { background-color: #E6E5A6; }

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

This div background color is #E6E5A6.


Border color

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

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

This div border color is #E6E5A6.


Opacity

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

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

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

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

This text has shadow with #E6E5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E5A6 on black background.


Color preview on white background

This text has color #E6E5A6 on white background.



Black color preview on #E6E5A6 background

This text has black color on #E6E5A6 background.


White color preview on #E6E5A6 background

This text has white color on #E6E5A6 background.