COLOR #E0B4AA

HEX: #E0B4AA
RGB: (224,180,170)

Color info

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

RGB color model

#E0B4AA color RGB value is (224,180,170).

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

RGB channels and saturation

R 224 of 255 = 88%
G 180 of 255 = 71%
B 170 of 255 = 67%

224
180
170

R + G + B ~ 75%. #E0B4AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 180 + 170 = 574 (100%)
R 224 of 574 ~ 39.02%
G 180 of 574 ~ 31.36%
B 170 of 574 ~ 29.62%

%39.02
%31.36
%29.62

CMYK color model

#E0B4AA color CMYK value is (0,20,24,12).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(0,20,24,12)
C0M20Y24K12 
(0%,20%,24%,12%)
(0.00/0.20/0.24/0.12)	

CMYK percentages

%0
%19.64
%24.11
%12.16

Codes

Color #E0B4AA in popluar color models

E0B4AA
RGB224180170
HSL11°46.55%77.25%
HSB/HSV11°24.11%87.84%
CMYK0.00%19.64%24.11%
12.16%

Color #E0B4AA in popluar number systems.

HEXE0B4AA
Decimal224180170
Binary111000001011010010101010
Octal340264252

Shades and tints

Shades of #E0B4AA

#E0B4AA
(224,180,170)
#CCA49B
(204,164,155)
#B8948C
(184,148,140)
#A4847D
(164,132,125)
#90746E
(144,116,110)
#7C645F
(124,100,95)
#685450
(104,84,80)
#544441
(84,68,65)
#403432
(64,52,50)
#2C2423
(44,36,35)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #E0B4AA

#E0B4AA
(224,180,170)
#E2BAB1
(226,186,177)
#E4C0B8
(228,192,184)
#E6C6BF
(230,198,191)
#E8CCC6
(232,204,198)
#EAD2CD
(234,210,205)
#ECD8D4
(236,216,212)
#EEDEDB
(238,222,219)
#F0E4E2
(240,228,226)
#F2EAE9
(242,234,233)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B4AA; }

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

This text font color is #E0B4AA.


Background Color

.myBgColor { background-color: #E0B4AA; }

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

This div background color is #E0B4AA.


Border color

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

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

This div border color is #E0B4AA.


Opacity

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

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

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

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

This text has shadow with #E0B4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B4AA on black background.


Color preview on white background

This text has color #E0B4AA on white background.



Black color preview on #E0B4AA background

This text has black color on #E0B4AA background.


White color preview on #E0B4AA background

This text has white color on #E0B4AA background.