COLOR #E6E8A1

HEX: #E6E8A1
RGB: (230,232,161)

Color info

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

RGB color model

#E6E8A1 color RGB value is (230,232,161).

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

RGB channels and saturation

R 230 of 255 = 90%
G 232 of 255 = 91%
B 161 of 255 = 63%

230
232
161

R + G + B ~ 81%. #E6E8A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 232 + 161 = 623 (100%)
R 230 of 623 ~ 36.92%
G 232 of 623 ~ 37.24%
B 161 of 623 ~ 25.84%

%36.92
%37.24
%25.84

CMYK color model

#E6E8A1 color CMYK value is (1,0,31,9).

  • cyan value is 0.86%
  • magenta value is 0.00%
  • yellow value is 30.60%
  • key color value is 9.02%
CMYK:
(1,0,31,9)
C1M0Y31K9 
(1%,0%,31%,9%)
(0.01/0.00/0.31/0.09)	

CMYK percentages

%0.86
%0
%30.6
%9.02

Codes

Color #E6E8A1 in popluar color models

E6E8A1
RGB230232161
HSL62°60.68%77.06%
HSB/HSV62°30.60%90.98%
CMYK0.86%0.00%30.60%
9.02%

Color #E6E8A1 in popluar number systems.

HEXE6E8A1
Decimal230232161
Binary111001101110100010100001
Octal346350241

Shades and tints

Shades of #E6E8A1

#E6E8A1
(230,232,161)
#D2D393
(210,211,147)
#BEBE85
(190,190,133)
#AAA977
(170,169,119)
#969469
(150,148,105)
#827F5B
(130,127,91)
#6E6A4D
(110,106,77)
#5A553F
(90,85,63)
#464031
(70,64,49)
#322B23
(50,43,35)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6E8A1

#E6E8A1
(230,232,161)
#E8EAA9
(232,234,169)
#EAECB1
(234,236,177)
#ECEEB9
(236,238,185)
#EEF0C1
(238,240,193)
#F0F2C9
(240,242,201)
#F2F4D1
(242,244,209)
#F4F6D9
(244,246,217)
#F6F8E1
(246,248,225)
#F8FAE9
(248,250,233)
#FAFCF1
(250,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E8A1; }

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

This text font color is #E6E8A1.


Background Color

.myBgColor { background-color: #E6E8A1; }

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

This div background color is #E6E8A1.


Border color

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

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

This div border color is #E6E8A1.


Opacity

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

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

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

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

This text has shadow with #E6E8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E8A1 on black background.


Color preview on white background

This text has color #E6E8A1 on white background.



Black color preview on #E6E8A1 background

This text has black color on #E6E8A1 background.


White color preview on #E6E8A1 background

This text has white color on #E6E8A1 background.