COLOR #E8A68D

HEX: #E8A68D
RGB: (232,166,141)

Color info

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

RGB color model

#E8A68D color RGB value is (232,166,141).

  • red value is 232;
  • green value is 166;
  • blue value is 141.
RGB:
(232,166,141)
(91%,65%,55%)

RGB channels and saturation

R 232 of 255 = 91%
G 166 of 255 = 65%
B 141 of 255 = 55%

232
166
141

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

Portions of RGB colors in percentages

R + G + B =
232 + 166 + 141 = 539 (100%)
R 232 of 539 ~ 43.04%
G 166 of 539 ~ 30.8%
B 141 of 539 ~ 26.16%

%43.04
%30.8
%26.16

CMYK color model

#E8A68D color CMYK value is (0,28,39,9).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 39.22%
  • key color value is 9.02%
CMYK:
(0,28,39,9)
C0M28Y39K9 
(0%,28%,39%,9%)
(0.00/0.28/0.39/0.09)	

CMYK percentages

%0
%28.45
%39.22
%9.02

Codes

Color #E8A68D in popluar color models

E8A68D
RGB232166141
HSL16°66.42%73.14%
HSB/HSV16°39.22%90.98%
CMYK0.00%28.45%39.22%
9.02%

Color #E8A68D in popluar number systems.

HEXE8A68D
Decimal232166141
Binary111010001010011010001101
Octal350246215

Shades and tints

Shades of #E8A68D

#E8A68D
(232,166,141)
#D39781
(211,151,129)
#BE8875
(190,136,117)
#A97969
(169,121,105)
#946A5D
(148,106,93)
#7F5B51
(127,91,81)
#6A4C45
(106,76,69)
#553D39
(85,61,57)
#402E2D
(64,46,45)
#2B1F21
(43,31,33)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #E8A68D

#E8A68D
(232,166,141)
#EAAE97
(234,174,151)
#ECB6A1
(236,182,161)
#EEBEAB
(238,190,171)
#F0C6B5
(240,198,181)
#F2CEBF
(242,206,191)
#F4D6C9
(244,214,201)
#F6DED3
(246,222,211)
#F8E6DD
(248,230,221)
#FAEEE7
(250,238,231)
#FCF6F1
(252,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A68D color. Also use rgb(232,166,141) instead hex code.

Text Font Color

.myTextColor { color: #E8A68D; }

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

This text font color is #E8A68D.


Background Color

.myBgColor { background-color: #E8A68D; }

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

This div background color is #E8A68D.


Border color

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

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

This div border color is #E8A68D.


Opacity

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

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

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

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

This text has shadow with #E8A68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A68D on black background.


Color preview on white background

This text has color #E8A68D on white background.



Black color preview on #E8A68D background

This text has black color on #E8A68D background.


White color preview on #E8A68D background

This text has white color on #E8A68D background.