COLOR #E3AE90

HEX: #E3AE90
RGB: (227,174,144)

Color info

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

RGB color model

#E3AE90 color RGB value is (227,174,144).

  • red value is 227;
  • green value is 174;
  • blue value is 144.
RGB:
(227,174,144)
(89%,68%,56%)

RGB channels and saturation

R 227 of 255 = 89%
G 174 of 255 = 68%
B 144 of 255 = 56%

227
174
144

R + G + B ~ 71%. #E3AE90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 174 + 144 = 545 (100%)
R 227 of 545 ~ 41.65%
G 174 of 545 ~ 31.93%
B 144 of 545 ~ 26.42%

%41.65
%31.93
%26.42

CMYK color model

#E3AE90 color CMYK value is (0,23,37,11).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 36.56%
  • key color value is 10.98%
CMYK:
(0,23,37,11)
C0M23Y37K11 
(0%,23%,37%,11%)
(0.00/0.23/0.37/0.11)	

CMYK percentages

%0
%23.35
%36.56
%10.98

Codes

Color #E3AE90 in popluar color models

E3AE90
RGB227174144
HSL22°59.71%72.75%
HSB/HSV22°36.56%89.02%
CMYK0.00%23.35%36.56%
10.98%

Color #E3AE90 in popluar number systems.

HEXE3AE90
Decimal227174144
Binary111000111010111010010000
Octal343256220

Shades and tints

Shades of #E3AE90

#E3AE90
(227,174,144)
#CF9F83
(207,159,131)
#BB9076
(187,144,118)
#A78169
(167,129,105)
#93725C
(147,114,92)
#7F634F
(127,99,79)
#6B5442
(107,84,66)
#574535
(87,69,53)
#433628
(67,54,40)
#2F271B
(47,39,27)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #E3AE90

#E3AE90
(227,174,144)
#E5B59A
(229,181,154)
#E7BCA4
(231,188,164)
#E9C3AE
(233,195,174)
#EBCAB8
(235,202,184)
#EDD1C2
(237,209,194)
#EFD8CC
(239,216,204)
#F1DFD6
(241,223,214)
#F3E6E0
(243,230,224)
#F5EDEA
(245,237,234)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AE90 color. Also use rgb(227,174,144) instead hex code.

Text Font Color

.myTextColor { color: #E3AE90; }

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

This text font color is #E3AE90.


Background Color

.myBgColor { background-color: #E3AE90; }

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

This div background color is #E3AE90.


Border color

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

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

This div border color is #E3AE90.


Opacity

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

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

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

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

This text has shadow with #E3AE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AE90 on black background.


Color preview on white background

This text has color #E3AE90 on white background.



Black color preview on #E3AE90 background

This text has black color on #E3AE90 background.


White color preview on #E3AE90 background

This text has white color on #E3AE90 background.