COLOR #E0B8AB

HEX: #E0B8AB
RGB: (224,184,171)

Color info

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

RGB color model

#E0B8AB color RGB value is (224,184,171).

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

RGB channels and saturation

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

224
184
171

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

Portions of RGB colors in percentages

R + G + B =
224 + 184 + 171 = 579 (100%)
R 224 of 579 ~ 38.69%
G 184 of 579 ~ 31.78%
B 171 of 579 ~ 29.53%

%38.69
%31.78
%29.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 23.66%
  • 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
%23.66
%12.16

Codes

Color #E0B8AB in popluar color models

E0B8AB
RGB224184171
HSL15°46.09%77.45%
HSB/HSV15°23.66%87.84%
CMYK0.00%17.86%23.66%
12.16%

Color #E0B8AB in popluar number systems.

HEXE0B8AB
Decimal224184171
Binary111000001011100010101011
Octal340270253

Shades and tints

Shades of #E0B8AB

#E0B8AB
(224,184,171)
#CCA89C
(204,168,156)
#B8988D
(184,152,141)
#A4887E
(164,136,126)
#90786F
(144,120,111)
#7C6860
(124,104,96)
#685851
(104,88,81)
#544842
(84,72,66)
#403833
(64,56,51)
#2C2824
(44,40,36)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #E0B8AB

#E0B8AB
(224,184,171)
#E2BEB2
(226,190,178)
#E4C4B9
(228,196,185)
#E6CAC0
(230,202,192)
#E8D0C7
(232,208,199)
#EAD6CE
(234,214,206)
#ECDCD5
(236,220,213)
#EEE2DC
(238,226,220)
#F0E8E3
(240,232,227)
#F2EEEA
(242,238,234)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B8AB; }

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

This text font color is #E0B8AB.


Background Color

.myBgColor { background-color: #E0B8AB; }

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

This div background color is #E0B8AB.


Border color

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

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

This div border color is #E0B8AB.


Opacity

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

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

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

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

This text has shadow with #E0B8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B8AB on black background.


Color preview on white background

This text has color #E0B8AB on white background.



Black color preview on #E0B8AB background

This text has black color on #E0B8AB background.


White color preview on #E0B8AB background

This text has white color on #E0B8AB background.