COLOR #E0B8AA

HEX: #E0B8AA
RGB: (224,184,170)

Color info

#E0B8AA contains red, green and blue colors in about the same proportion. Web safe color of #E0B8AA is #CCCC99 (or #CC9).

RGB color model

#E0B8AA color RGB value is (224,184,170).

  • red value is 224;
  • green value is 184;
  • blue value is 170.
RGB:
(224,184,170)
(88%,72%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 184 of 255 = 72%
B 170 of 255 = 67%

224
184
170

R + G + B ~ 76%. #E0B8AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 184 + 170 = 578 (100%)
R 224 of 578 ~ 38.75%
G 184 of 578 ~ 31.83%
B 170 of 578 ~ 29.41%

%38.75
%31.83
%29.41

CMYK color model

#E0B8AA color CMYK value is (0,18,24,12).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(0,18,24,12)
C0M18Y24K12 
(0%,18%,24%,12%)
(0.00/0.18/0.24/0.12)	

CMYK percentages

%0
%17.86
%24.11
%12.16

Codes

Color #E0B8AA in popluar color models

E0B8AA
RGB224184170
HSL16°46.55%77.25%
HSB/HSV16°24.11%87.84%
CMYK0.00%17.86%24.11%
12.16%

Color #E0B8AA in popluar number systems.

HEXE0B8AA
Decimal224184170
Binary111000001011100010101010
Octal340270252

Shades and tints

Shades of #E0B8AA

#E0B8AA
(224,184,170)
#CCA89B
(204,168,155)
#B8988C
(184,152,140)
#A4887D
(164,136,125)
#90786E
(144,120,110)
#7C685F
(124,104,95)
#685850
(104,88,80)
#544841
(84,72,65)
#403832
(64,56,50)
#2C2823
(44,40,35)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #E0B8AA

#E0B8AA
(224,184,170)
#E2BEB1
(226,190,177)
#E4C4B8
(228,196,184)
#E6CABF
(230,202,191)
#E8D0C6
(232,208,198)
#EAD6CD
(234,214,205)
#ECDCD4
(236,220,212)
#EEE2DB
(238,226,219)
#F0E8E2
(240,232,226)
#F2EEE9
(242,238,233)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B8AA color. Also use rgb(224,184,170) instead hex code.

Text Font Color

.myTextColor { color: #E0B8AA; }

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

This text font color is #E0B8AA.


Background Color

.myBgColor { background-color: #E0B8AA; }

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

This div background color is #E0B8AA.


Border color

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

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

This div border color is #E0B8AA.


Opacity

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

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

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

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

This text has shadow with #E0B8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B8AA on black background.


Color preview on white background

This text has color #E0B8AA on white background.



Black color preview on #E0B8AA background

This text has black color on #E0B8AA background.


White color preview on #E0B8AA background

This text has white color on #E0B8AA background.