COLOR #E6AE91

HEX: #E6AE91
RGB: (230,174,145)

Color info

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

RGB color model

#E6AE91 color RGB value is (230,174,145).

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

RGB channels and saturation

R 230 of 255 = 90%
G 174 of 255 = 68%
B 145 of 255 = 57%

230
174
145

R + G + B ~ 72%. #E6AE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 174 + 145 = 549 (100%)
R 230 of 549 ~ 41.89%
G 174 of 549 ~ 31.69%
B 145 of 549 ~ 26.41%

%41.89
%31.69
%26.41

CMYK color model

#E6AE91 color CMYK value is (0,24,37,10).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 36.96%
  • key color value is 9.80%
CMYK:
(0,24,37,10)
C0M24Y37K10 
(0%,24%,37%,10%)
(0.00/0.24/0.37/0.10)	

CMYK percentages

%0
%24.35
%36.96
%9.8

Codes

Color #E6AE91 in popluar color models

E6AE91
RGB230174145
HSL20°62.96%73.53%
HSB/HSV20°36.96%90.20%
CMYK0.00%24.35%36.96%
9.80%

Color #E6AE91 in popluar number systems.

HEXE6AE91
Decimal230174145
Binary111001101010111010010001
Octal346256221

Shades and tints

Shades of #E6AE91

#E6AE91
(230,174,145)
#D29F84
(210,159,132)
#BE9077
(190,144,119)
#AA816A
(170,129,106)
#96725D
(150,114,93)
#826350
(130,99,80)
#6E5443
(110,84,67)
#5A4536
(90,69,54)
#463629
(70,54,41)
#32271C
(50,39,28)
#1E180F
(30,24,15)
#000000
(0,0,0)

Tints of #E6AE91

#E6AE91
(230,174,145)
#E8B59B
(232,181,155)
#EABCA5
(234,188,165)
#ECC3AF
(236,195,175)
#EECAB9
(238,202,185)
#F0D1C3
(240,209,195)
#F2D8CD
(242,216,205)
#F4DFD7
(244,223,215)
#F6E6E1
(246,230,225)
#F8EDEB
(248,237,235)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AE91; }

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

This text font color is #E6AE91.


Background Color

.myBgColor { background-color: #E6AE91; }

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

This div background color is #E6AE91.


Border color

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

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

This div border color is #E6AE91.


Opacity

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

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

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

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

This text has shadow with #E6AE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AE91 on black background.


Color preview on white background

This text has color #E6AE91 on white background.



Black color preview on #E6AE91 background

This text has black color on #E6AE91 background.


White color preview on #E6AE91 background

This text has white color on #E6AE91 background.