COLOR #E8B17D

HEX: #E8B17D
RGB: (232,177,125)

Color info

#E8B17D contains mainly red and green colors. Web safe color of #E8B17D is #FF9966 (or #F96).

RGB color model

#E8B17D color RGB value is (232,177,125).

  • red value is 232;
  • green value is 177;
  • blue value is 125.
RGB:
(232,177,125)
(91%,69%,49%)

RGB channels and saturation

R 232 of 255 = 91%
G 177 of 255 = 69%
B 125 of 255 = 49%

232
177
125

R + G + B ~ 70%. #E8B17D is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 177 + 125 = 534 (100%)
R 232 of 534 ~ 43.45%
G 177 of 534 ~ 33.15%
B 125 of 534 ~ 23.41%

%43.45
%33.15
%23.41

CMYK color model

#E8B17D color CMYK value is (0,24,46,9).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 46.12%
  • key color value is 9.02%
CMYK:
(0,24,46,9)
C0M24Y46K9 
(0%,24%,46%,9%)
(0.00/0.24/0.46/0.09)	

CMYK percentages

%0
%23.71
%46.12
%9.02

Codes

Color #E8B17D in popluar color models

E8B17D
RGB232177125
HSL29°69.93%70.00%
HSB/HSV29°46.12%90.98%
CMYK0.00%23.71%46.12%
9.02%

Color #E8B17D in popluar number systems.

HEXE8B17D
Decimal232177125
Binary11101000101100011111101
Octal350261175

Shades and tints

Shades of #E8B17D

#E8B17D
(232,177,125)
#D3A172
(211,161,114)
#BE9167
(190,145,103)
#A9815C
(169,129,92)
#947151
(148,113,81)
#7F6146
(127,97,70)
#6A513B
(106,81,59)
#554130
(85,65,48)
#403125
(64,49,37)
#2B211A
(43,33,26)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #E8B17D

#E8B17D
(232,177,125)
#EAB888
(234,184,136)
#ECBF93
(236,191,147)
#EEC69E
(238,198,158)
#F0CDA9
(240,205,169)
#F2D4B4
(242,212,180)
#F4DBBF
(244,219,191)
#F6E2CA
(246,226,202)
#F8E9D5
(248,233,213)
#FAF0E0
(250,240,224)
#FCF7EB
(252,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B17D color. Also use rgb(232,177,125) instead hex code.

Text Font Color

.myTextColor { color: #E8B17D; }

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

This text font color is #E8B17D.


Background Color

.myBgColor { background-color: #E8B17D; }

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

This div background color is #E8B17D.


Border color

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

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

This div border color is #E8B17D.


Opacity

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

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

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

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

This text has shadow with #E8B17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B17D on black background.


Color preview on white background

This text has color #E8B17D on white background.



Black color preview on #E8B17D background

This text has black color on #E8B17D background.


White color preview on #E8B17D background

This text has white color on #E8B17D background.