COLOR #E6AE9A

HEX: #E6AE9A
RGB: (230,174,154)

Color info

#E6AE9A contains mainly red and green colors. Web safe color of #E6AE9A is #CC9999 (or #C99).

RGB color model

#E6AE9A color RGB value is (230,174,154).

  • red value is 230;
  • green value is 174;
  • blue value is 154.
RGB:
(230,174,154)
(90%,68%,60%)

RGB channels and saturation

R 230 of 255 = 90%
G 174 of 255 = 68%
B 154 of 255 = 60%

230
174
154

R + G + B ~ 73%. #E6AE9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 174 + 154 = 558 (100%)
R 230 of 558 ~ 41.22%
G 174 of 558 ~ 31.18%
B 154 of 558 ~ 27.6%

%41.22
%31.18
%27.6

CMYK color model

#E6AE9A color CMYK value is (0,24,33,10).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 33.04%
  • key color value is 9.80%
CMYK:
(0,24,33,10)
C0M24Y33K10 
(0%,24%,33%,10%)
(0.00/0.24/0.33/0.10)	

CMYK percentages

%0
%24.35
%33.04
%9.8

Codes

Color #E6AE9A in popluar color models

E6AE9A
RGB230174154
HSL16°60.32%75.29%
HSB/HSV16°33.04%90.20%
CMYK0.00%24.35%33.04%
9.80%

Color #E6AE9A in popluar number systems.

HEXE6AE9A
Decimal230174154
Binary111001101010111010011010
Octal346256232

Shades and tints

Shades of #E6AE9A

#E6AE9A
(230,174,154)
#D29F8C
(210,159,140)
#BE907E
(190,144,126)
#AA8170
(170,129,112)
#967262
(150,114,98)
#826354
(130,99,84)
#6E5446
(110,84,70)
#5A4538
(90,69,56)
#46362A
(70,54,42)
#32271C
(50,39,28)
#1E180E
(30,24,14)
#000000
(0,0,0)

Tints of #E6AE9A

#E6AE9A
(230,174,154)
#E8B5A3
(232,181,163)
#EABCAC
(234,188,172)
#ECC3B5
(236,195,181)
#EECABE
(238,202,190)
#F0D1C7
(240,209,199)
#F2D8D0
(242,216,208)
#F4DFD9
(244,223,217)
#F6E6E2
(246,230,226)
#F8EDEB
(248,237,235)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AE9A color. Also use rgb(230,174,154) instead hex code.

Text Font Color

.myTextColor { color: #E6AE9A; }

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

This text font color is #E6AE9A.


Background Color

.myBgColor { background-color: #E6AE9A; }

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

This div background color is #E6AE9A.


Border color

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

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

This div border color is #E6AE9A.


Opacity

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

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

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

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

This text has shadow with #E6AE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AE9A on black background.


Color preview on white background

This text has color #E6AE9A on white background.



Black color preview on #E6AE9A background

This text has black color on #E6AE9A background.


White color preview on #E6AE9A background

This text has white color on #E6AE9A background.