COLOR #E4AEA6

HEX: #E4AEA6
RGB: (228,174,166)

Color info

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

RGB color model

#E4AEA6 color RGB value is (228,174,166).

  • red value is 228;
  • green value is 174;
  • blue value is 166.
RGB: (228,174,166) (89%,68%,65%)

RGB channels and saturation

R 228 of 255 = 89%
G 174 of 255 = 68%
B 166 of 255 = 65%

228
174
166

R + G + B ~ 74%. #E4AEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 174 + 166 = 568 (100%)
R 228 of 568 ~ 40.14%
G 174 of 568 ~ 30.63%
B 166 of 568 ~ 29.23%

%40.14
%30.63
%29.23

CMYK color model

#E4AEA6 color CMYK value is (0,24,27,11).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 27.19%
  • key color value is 10.59%
CMYK: (0,24,27,11) C0M24Y27K11 (0%,24%,27%,11%) (0.00/0.24/0.27/0.11)

CMYK percentages

%0
%23.68
%27.19
%10.59

Codes

Color #E4AEA6 in popluar color models

E4AEA6
RGB228174166
HSL53.45%77.25%
HSB/HSV27.19%89.41%
CMYK0.00%23.68%27.19%
10.59%

Color #E4AEA6 in popluar number systems.

HEXE4AEA6
Decimal228174166
Binary111001001010111010100110
Octal344256246

Shades and tints

Shades of #E4AEA6

#E4AEA6
(228,174,166)
#D09F97
(208,159,151)
#BC9088
(188,144,136)
#A88179
(168,129,121)
#94726A
(148,114,106)
#80635B
(128,99,91)
#6C544C
(108,84,76)
#58453D
(88,69,61)
#44362E
(68,54,46)
#30271F
(48,39,31)
#1C1810
(28,24,16)
#000000
(0,0,0)

Tints of #E4AEA6

#E4AEA6
(228,174,166)
#E6B5AE
(230,181,174)
#E8BCB6
(232,188,182)
#EAC3BE
(234,195,190)
#ECCAC6
(236,202,198)
#EED1CE
(238,209,206)
#F0D8D6
(240,216,214)
#F2DFDE
(242,223,222)
#F4E6E6
(244,230,230)
#F6EDEE
(246,237,238)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AEA6 color. Also use rgb(228,174,166) instead hex code.

Text Font Color

.myTextColor { color: #E4AEA6; }

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

This text font color is #E4AEA6.


Background Color

.myBgColor { background-color: #E4AEA6; }

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

This div background color is #E4AEA6.


Border color

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

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

This div border color is #E4AEA6.


Opacity

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

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

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

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

This text has shadow with #E4AEA6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E4AEA6 on black background.


Color preview on white background

This text has color #E4AEA6 on white background.



Black color preview on #E4AEA6 background

This text has black color on #E4AEA6 background.


White color preview on #E4AEA6 background

This text has white color on #E4AEA6 background.