COLOR #E8AC95

HEX: #E8AC95 RGB: (232,172,149)

Color info

#E8AC95 contains mainly red color. Web safe color of #E8AC95 is #FF9999 (or #F99).

RGB color model

#E8AC95 color RGB value is (232,172,149).

RGB: (232,172,149) (91%, 67%, 58%)

RGB channels and saturation

R 232 of 255 = 91%
G 172 of 255 = 67%
B 149 of 255 = 58%

232
172
149

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

Portions of RGB colors in percentages

R + G + B = 232 + 172 + 149 = 553 (100%)
R 232 of 553 ~ 41.95%
G 172 of 553 ~ 31.1%
B 149 of 553 ~ 26.94'%

%41.95
%31.1
%26.94

CMYK color model

#E8AC95 color CMYK value is (0,26,36,9).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 35.78%
  • key color value is 9.02%

CMYK: (0,26,36,9)
C0M26Y36K9 (0%, 26%, 36%, 9%)
(0.00 / 0.26 / 0.36 / 0.09)

CMYK percentages

%0
%25.86
%35.78
%9.02

Codes

Color #E8AC95 in popluar color models

E8 AC 95
RGB 232 172 149
HSL 17° 64.34% 74.71%
HSB/HSV 17° 35.78% 90.98%
CMYK 0.00% 25.86% 35.78%
9.02%

Color #E8AC95 in popluar number systems.

HEX E8 AC 95
Decimal 232 172 149
Binary 11101000 10101100 10010101
Octal 350 254 225

Shades and tints

Shades of #E8AC95

#E8AC95
(232,172,149)
#D39D88
(211,157,136)
#BE8E7B
(190,142,123)
#A97F6E
(169,127,110)
#947061
(148,112,97)
#7F6154
(127,97,84)
#6A5247
(106,82,71)
#55433A
(85,67,58)
#40342D
(64,52,45)
#2B2520
(43,37,32)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #E8AC95

#E8AC95
(232,172,149)
#EAB39E
(234,179,158)
#ECBAA7
(236,186,167)
#EEC1B0
(238,193,176)
#F0C8B9
(240,200,185)
#F2CFC2
(242,207,194)
#F4D6CB
(244,214,203)
#F6DDD4
(246,221,212)
#F8E4DD
(248,228,221)
#FAEBE6
(250,235,230)
#FCF2EF
(252,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AC95 color. Also use rgb(232,172,149) instead hex code.

Text Font Color

.myTextColor { color: #E8AC95; }

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

This text font color is #E8AC95.

Background Color

.myBgColor { background-color: #E8AC95; }

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

This div background color is #E8AC95.

Border color

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

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

This div border color is #E8AC95.

Opacity

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

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

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

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

This text has shadow with #E8AC95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8AC95.

Preview

Color preview on black background

This text has color #E8AC95 on black background.


Color preview on white background

This text has color #E8AC95 on white background.


Black color preview on #E8AC95 background

This text has black color on #E8AC95 background.


White color preview on #E8AC95 background

This text has white color on #E8AC95 background.


Related colors

Complementary color

Complementary color for #hex is #17536A.


I love getcolorcode.com

Triadic colors

1 #95E8AC and #AC95E8 with #E8AC95 are triadic colors.

2 #95ACE8 and #ACE895 with #E8AC95 are triadic colors.