COLOR #E8AD99

HEX: #E8AD99
RGB: (232,173,153)

Color info

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

RGB color model

#E8AD99 color RGB value is (232,173,153).

  • red value is 232;
  • green value is 173;
  • blue value is 153.
RGB:
(232,173,153)
(91%,68%,60%)

RGB channels and saturation

R 232 of 255 = 91%
G 173 of 255 = 68%
B 153 of 255 = 60%

232
173
153

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

Portions of RGB colors in percentages

R + G + B =
232 + 173 + 153 = 558 (100%)
R 232 of 558 ~ 41.58%
G 173 of 558 ~ 31%
B 153 of 558 ~ 27.42%

%41.58
%31
%27.42

CMYK color model

#E8AD99 color CMYK value is (0,25,34,9).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 34.05%
  • key color value is 9.02%
CMYK:
(0,25,34,9)
C0M25Y34K9 
(0%,25%,34%,9%)
(0.00/0.25/0.34/0.09)	

CMYK percentages

%0
%25.43
%34.05
%9.02

Codes

Color #E8AD99 in popluar color models

E8AD99
RGB232173153
HSL15°63.20%75.49%
HSB/HSV15°34.05%90.98%
CMYK0.00%25.43%34.05%
9.02%

Color #E8AD99 in popluar number systems.

HEXE8AD99
Decimal232173153
Binary111010001010110110011001
Octal350255231

Shades and tints

Shades of #E8AD99

#E8AD99
(232,173,153)
#D39E8C
(211,158,140)
#BE8F7F
(190,143,127)
#A98072
(169,128,114)
#947165
(148,113,101)
#7F6258
(127,98,88)
#6A534B
(106,83,75)
#55443E
(85,68,62)
#403531
(64,53,49)
#2B2624
(43,38,36)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #E8AD99

#E8AD99
(232,173,153)
#EAB4A2
(234,180,162)
#ECBBAB
(236,187,171)
#EEC2B4
(238,194,180)
#F0C9BD
(240,201,189)
#F2D0C6
(242,208,198)
#F4D7CF
(244,215,207)
#F6DED8
(246,222,216)
#F8E5E1
(248,229,225)
#FAECEA
(250,236,234)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AD99 color. Also use rgb(232,173,153) instead hex code.

Text Font Color

.myTextColor { color: #E8AD99; }

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

This text font color is #E8AD99.


Background Color

.myBgColor { background-color: #E8AD99; }

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

This div background color is #E8AD99.


Border color

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

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

This div border color is #E8AD99.


Opacity

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

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

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

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

This text has shadow with #E8AD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AD99 on black background.


Color preview on white background

This text has color #E8AD99 on white background.



Black color preview on #E8AD99 background

This text has black color on #E8AD99 background.


White color preview on #E8AD99 background

This text has white color on #E8AD99 background.