COLOR #E8B4AE

HEX: #E8B4AE RGB: (232,180,174)

Color info

#E8B4AE contains red, green and blue colors in about the same proportion. Web safe color of #E8B4AE is #FFCC99 (or #FC9).

RGB color model

#E8B4AE color RGB value is (232,180,174).

RGB: (232,180,174) (91%, 71%, 68%)

RGB channels and saturation

R 232 of 255 = 91%
G 180 of 255 = 71%
B 174 of 255 = 68%

232
180
174

R + G + B ~ 77%. #E8B4AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 180 + 174 = 586 (100%)
R 232 of 586 ~ 39.59%
G 180 of 586 ~ 30.72%
B 174 of 586 ~ 29.69'%

%39.59
%30.72
%29.69

CMYK color model

#E8B4AE color CMYK value is (0,22,25,9).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 25.00%
  • key color value is 9.02%

CMYK: (0,22,25,9)
C0M22Y25K9 (0%, 22%, 25%, 9%)
(0.00 / 0.22 / 0.25 / 0.09)

CMYK percentages

%0
%22.41
%25
%9.02

Codes

Color #E8B4AE in popluar color models

E8 B4 AE
RGB 232 180 174
HSL 55.77% 79.61%
HSB/HSV 25.00% 90.98%
CMYK 0.00% 22.41% 25.00%
9.02%

Color #E8B4AE in popluar number systems.

HEX E8 B4 AE
Decimal 232 180 174
Binary 11101000 10110100 10101110
Octal 350 264 256

Shades and tints

Shades of #E8B4AE

#E8B4AE
(232,180,174)
#D3A49F
(211,164,159)
#BE9490
(190,148,144)
#A98481
(169,132,129)
#947472
(148,116,114)
#7F6463
(127,100,99)
#6A5454
(106,84,84)
#554445
(85,68,69)
#403436
(64,52,54)
#2B2427
(43,36,39)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #E8B4AE

#E8B4AE
(232,180,174)
#EABAB5
(234,186,181)
#ECC0BC
(236,192,188)
#EEC6C3
(238,198,195)
#F0CCCA
(240,204,202)
#F2D2D1
(242,210,209)
#F4D8D8
(244,216,216)
#F6DEDF
(246,222,223)
#F8E4E6
(248,228,230)
#FAEAED
(250,234,237)
#FCF0F4
(252,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B4AE color. Also use rgb(232,180,174) instead hex code.

Text Font Color

.myTextColor { color: #E8B4AE; }

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

This text font color is #E8B4AE.

Background Color

.myBgColor { background-color: #E8B4AE; }

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

This div background color is #E8B4AE.

Border color

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

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

This div border color is #E8B4AE.

Opacity

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

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

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

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

This text has shadow with #E8B4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B4AE.

Preview

Color preview on black background

This text has color #E8B4AE on black background.


Color preview on white background

This text has color #E8B4AE on white background.


Black color preview on #E8B4AE background

This text has black color on #E8B4AE background.


White color preview on #E8B4AE background

This text has white color on #E8B4AE background.


Related colors

Complementary color

Complementary color for #hex is #174B51.


I love getcolorcode.com

Triadic colors

1 #AEE8B4 and #B4AEE8 with #E8B4AE are triadic colors.

2 #AEB4E8 and #B4E8AE with #E8B4AE are triadic colors.