COLOR #E4AEA4

HEX: #E4AEA4 RGB: (228,174,164)

Color info

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

RGB color model

#E4AEA4 color RGB value is (228,174,164).

RGB: (228,174,164) (89%, 68%, 64%)

RGB channels and saturation

R 228 of 255 = 89%
G 174 of 255 = 68%
B 164 of 255 = 64%

228
174
164

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

Portions of RGB colors in percentages

R + G + B = 228 + 174 + 164 = 566 (100%)
R 228 of 566 ~ 40.28%
G 174 of 566 ~ 30.74%
B 164 of 566 ~ 28.98'%

%40.28
%30.74
%28.98

CMYK color model

#E4AEA4 color CMYK value is (0,24,28,11).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 28.07%
  • key color value is 10.59%

CMYK: (0,24,28,11)
C0M24Y28K11 (0%, 24%, 28%, 11%)
(0.00 / 0.24 / 0.28 / 0.11)

CMYK percentages

%0
%23.68
%28.07
%10.59

Codes

Color #E4AEA4 in popluar color models

E4 AE A4
RGB 228 174 164
HSL 54.24% 76.86%
HSB/HSV 28.07% 89.41%
CMYK 0.00% 23.68% 28.07%
10.59%

Color #E4AEA4 in popluar number systems.

HEX E4 AE A4
Decimal 228 174 164
Binary 11100100 10101110 10100100
Octal 344 256 244

Shades and tints

Shades of #E4AEA4

#E4AEA4
(228,174,164)
#D09F96
(208,159,150)
#BC9088
(188,144,136)
#A8817A
(168,129,122)
#94726C
(148,114,108)
#80635E
(128,99,94)
#6C5450
(108,84,80)
#584542
(88,69,66)
#443634
(68,54,52)
#302726
(48,39,38)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #E4AEA4

#E4AEA4
(228,174,164)
#E6B5AC
(230,181,172)
#E8BCB4
(232,188,180)
#EAC3BC
(234,195,188)
#ECCAC4
(236,202,196)
#EED1CC
(238,209,204)
#F0D8D4
(240,216,212)
#F2DFDC
(242,223,220)
#F4E6E4
(244,230,228)
#F6EDEC
(246,237,236)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4AEA4; }

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

This text font color is #E4AEA4.

Background Color

.myBgColor { background-color: #E4AEA4; }

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

This div background color is #E4AEA4.

Border color

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

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

This div border color is #E4AEA4.

Opacity

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

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

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

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

This text has shadow with #E4AEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AEA4.

Preview

Color preview on black background

This text has color #E4AEA4 on black background.


Color preview on white background

This text has color #E4AEA4 on white background.


Black color preview on #E4AEA4 background

This text has black color on #E4AEA4 background.


White color preview on #E4AEA4 background

This text has white color on #E4AEA4 background.


Related colors

Complementary color

Complementary color for #hex is #1B515B.


I love getcolorcode.com

Triadic colors

1 #A4E4AE and #AEA4E4 with #E4AEA4 are triadic colors.

2 #A4AEE4 and #AEE4A4 with #E4AEA4 are triadic colors.