COLOR #E0B9AD

HEX: #E0B9AD
RGB: (224,185,173)

Color info

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

RGB color model

#E0B9AD color RGB value is (224,185,173).

  • red value is 224;
  • green value is 185;
  • blue value is 173.
RGB:
(224,185,173)
(88%,73%,68%)

RGB channels and saturation

R 224 of 255 = 88%
G 185 of 255 = 73%
B 173 of 255 = 68%

224
185
173

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

Portions of RGB colors in percentages

R + G + B =
224 + 185 + 173 = 582 (100%)
R 224 of 582 ~ 38.49%
G 185 of 582 ~ 31.79%
B 173 of 582 ~ 29.73%

%38.49
%31.79
%29.73

CMYK color model

#E0B9AD color CMYK value is (0,17,23,12).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 22.77%
  • key color value is 12.16%
CMYK:
(0,17,23,12)
C0M17Y23K12 
(0%,17%,23%,12%)
(0.00/0.17/0.23/0.12)	

CMYK percentages

%0
%17.41
%22.77
%12.16

Codes

Color #E0B9AD in popluar color models

E0B9AD
RGB224185173
HSL14°45.13%77.84%
HSB/HSV14°22.77%87.84%
CMYK0.00%17.41%22.77%
12.16%

Color #E0B9AD in popluar number systems.

HEXE0B9AD
Decimal224185173
Binary111000001011100110101101
Octal340271255

Shades and tints

Shades of #E0B9AD

#E0B9AD
(224,185,173)
#CCA99E
(204,169,158)
#B8998F
(184,153,143)
#A48980
(164,137,128)
#907971
(144,121,113)
#7C6962
(124,105,98)
#685953
(104,89,83)
#544944
(84,73,68)
#403935
(64,57,53)
#2C2926
(44,41,38)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #E0B9AD

#E0B9AD
(224,185,173)
#E2BFB4
(226,191,180)
#E4C5BB
(228,197,187)
#E6CBC2
(230,203,194)
#E8D1C9
(232,209,201)
#EAD7D0
(234,215,208)
#ECDDD7
(236,221,215)
#EEE3DE
(238,227,222)
#F0E9E5
(240,233,229)
#F2EFEC
(242,239,236)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B9AD color. Also use rgb(224,185,173) instead hex code.

Text Font Color

.myTextColor { color: #E0B9AD; }

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

This text font color is #E0B9AD.


Background Color

.myBgColor { background-color: #E0B9AD; }

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

This div background color is #E0B9AD.


Border color

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

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

This div border color is #E0B9AD.


Opacity

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

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

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

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

This text has shadow with #E0B9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B9AD on black background.


Color preview on white background

This text has color #E0B9AD on white background.



Black color preview on #E0B9AD background

This text has black color on #E0B9AD background.


White color preview on #E0B9AD background

This text has white color on #E0B9AD background.