COLOR #E8B097

HEX: #E8B097 RGB: (232,176,151)

Color info

#E8B097 contains mainly red and green colors. Web safe color of #E8B097 is #FF9999 (or #F99).

RGB color model

#E8B097 color RGB value is (232,176,151).

RGB: (232,176,151) (91%, 69%, 59%)

RGB channels and saturation

R 232 of 255 = 91%
G 176 of 255 = 69%
B 151 of 255 = 59%

232
176
151

R + G + B ~ 73%. #E8B097 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 176 + 151 = 559 (100%)
R 232 of 559 ~ 41.5%
G 176 of 559 ~ 31.48%
B 151 of 559 ~ 27.01'%

%41.5
%31.48
%27.01

CMYK color model

#E8B097 color CMYK value is (0,24,35,9).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 34.91%
  • key color value is 9.02%

CMYK: (0,24,35,9)
C0M24Y35K9 (0%, 24%, 35%, 9%)
(0.00 / 0.24 / 0.35 / 0.09)

CMYK percentages

%0
%24.14
%34.91
%9.02

Codes

Color #E8B097 in popluar color models

E8 B0 97
RGB 232 176 151
HSL 19° 63.78% 75.10%
HSB/HSV 19° 34.91% 90.98%
CMYK 0.00% 24.14% 34.91%
9.02%

Color #E8B097 in popluar number systems.

HEX E8 B0 97
Decimal 232 176 151
Binary 11101000 10110000 10010111
Octal 350 260 227

Shades and tints

Shades of #E8B097

#E8B097
(232,176,151)
#D3A08A
(211,160,138)
#BE907D
(190,144,125)
#A98070
(169,128,112)
#947063
(148,112,99)
#7F6056
(127,96,86)
#6A5049
(106,80,73)
#55403C
(85,64,60)
#40302F
(64,48,47)
#2B2022
(43,32,34)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #E8B097

#E8B097
(232,176,151)
#EAB7A0
(234,183,160)
#ECBEA9
(236,190,169)
#EEC5B2
(238,197,178)
#F0CCBB
(240,204,187)
#F2D3C4
(242,211,196)
#F4DACD
(244,218,205)
#F6E1D6
(246,225,214)
#F8E8DF
(248,232,223)
#FAEFE8
(250,239,232)
#FCF6F1
(252,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B097 color. Also use rgb(232,176,151) instead hex code.

Text Font Color

.myTextColor { color: #E8B097; }

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

This text font color is #E8B097.

Background Color

.myBgColor { background-color: #E8B097; }

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

This div background color is #E8B097.

Border color

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

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

This div border color is #E8B097.

Opacity

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

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

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

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

This text has shadow with #E8B097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B097.

Preview

Color preview on black background

This text has color #E8B097 on black background.


Color preview on white background

This text has color #E8B097 on white background.


Black color preview on #E8B097 background

This text has black color on #E8B097 background.


White color preview on #E8B097 background

This text has white color on #E8B097 background.


Related colors

Complementary color

Complementary color for #hex is #174F68.


I love getcolorcode.com

Triadic colors

1 #97E8B0 and #B097E8 with #E8B097 are triadic colors.

2 #97B0E8 and #B0E897 with #E8B097 are triadic colors.