COLOR #E6E2A3

HEX: #E6E2A3 RGB: (230,226,163)

Color info

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

RGB color model

#E6E2A3 color RGB value is (230,226,163).

RGB: (230,226,163) (90%, 89%, 64%)

RGB channels and saturation

R 230 of 255 = 90%
G 226 of 255 = 89%
B 163 of 255 = 64%

230
226
163

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

Portions of RGB colors in percentages

R + G + B = 230 + 226 + 163 = 619 (100%)
R 230 of 619 ~ 37.16%
G 226 of 619 ~ 36.51%
B 163 of 619 ~ 26.33'%

%37.16
%36.51
%26.33

CMYK color model

#E6E2A3 color CMYK value is (0,2,29,10).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 29.13%
  • key color value is 9.80%

CMYK: (0,2,29,10)
C0M2Y29K10 (0%, 2%, 29%, 10%)
(0.00 / 0.02 / 0.29 / 0.10)

CMYK percentages

%0
%1.74
%29.13
%9.8

Codes

Color #E6E2A3 in popluar color models

E6 E2 A3
RGB 230 226 163
HSL 56° 57.26% 77.06%
HSB/HSV 56° 29.13% 90.20%
CMYK 0.00% 1.74% 29.13%
9.80%

Color #E6E2A3 in popluar number systems.

HEX E6 E2 A3
Decimal 230 226 163
Binary 11100110 11100010 10100011
Octal 346 342 243

Shades and tints

Shades of #E6E2A3

#E6E2A3
(230,226,163)
#D2CE95
(210,206,149)
#BEBA87
(190,186,135)
#AAA679
(170,166,121)
#96926B
(150,146,107)
#827E5D
(130,126,93)
#6E6A4F
(110,106,79)
#5A5641
(90,86,65)
#464233
(70,66,51)
#322E25
(50,46,37)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6E2A3

#E6E2A3
(230,226,163)
#E8E4AB
(232,228,171)
#EAE6B3
(234,230,179)
#ECE8BB
(236,232,187)
#EEEAC3
(238,234,195)
#F0ECCB
(240,236,203)
#F2EED3
(242,238,211)
#F4F0DB
(244,240,219)
#F6F2E3
(246,242,227)
#F8F4EB
(248,244,235)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E2A3; }

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

This text font color is #E6E2A3.

Background Color

.myBgColor { background-color: #E6E2A3; }

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

This div background color is #E6E2A3.

Border color

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

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

This div border color is #E6E2A3.

Opacity

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

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

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

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

This text has shadow with #E6E2A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E2A3.

Preview

Color preview on black background

This text has color #E6E2A3 on black background.


Color preview on white background

This text has color #E6E2A3 on white background.


Black color preview on #E6E2A3 background

This text has black color on #E6E2A3 background.


White color preview on #E6E2A3 background

This text has white color on #E6E2A3 background.


Related colors

Complementary color

Complementary color for #hex is #191D5C.


I love getcolorcode.com

Triadic colors

1 #A3E6E2 and #E2A3E6 with #E6E2A3 are triadic colors.

2 #A3E2E6 and #E2E6A3 with #E6E2A3 are triadic colors.