COLOR #E5B4AB

HEX: #E5B4AB
RGB: (229,180,171)

Color info

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

RGB color model

#E5B4AB color RGB value is (229,180,171).

  • red value is 229;
  • green value is 180;
  • blue value is 171.
RGB:
(229,180,171)
(90%,71%,67%)

RGB channels and saturation

R 229 of 255 = 90%
G 180 of 255 = 71%
B 171 of 255 = 67%

229
180
171

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

Portions of RGB colors in percentages

R + G + B =
229 + 180 + 171 = 580 (100%)
R 229 of 580 ~ 39.48%
G 180 of 580 ~ 31.03%
B 171 of 580 ~ 29.48%

%39.48
%31.03
%29.48

CMYK color model

#E5B4AB color CMYK value is (0,21,25,10).

  • cyan value is 0.00%
  • magenta value is 21.40%
  • yellow value is 25.33%
  • key color value is 10.20%
CMYK:
(0,21,25,10)
C0M21Y25K10 
(0%,21%,25%,10%)
(0.00/0.21/0.25/0.10)	

CMYK percentages

%0
%21.4
%25.33
%10.2

Codes

Color #E5B4AB in popluar color models

E5B4AB
RGB229180171
HSL52.73%78.43%
HSB/HSV25.33%89.80%
CMYK0.00%21.40%25.33%
10.20%

Color #E5B4AB in popluar number systems.

HEXE5B4AB
Decimal229180171
Binary111001011011010010101011
Octal345264253

Shades and tints

Shades of #E5B4AB

#E5B4AB
(229,180,171)
#D1A49C
(209,164,156)
#BD948D
(189,148,141)
#A9847E
(169,132,126)
#95746F
(149,116,111)
#816460
(129,100,96)
#6D5451
(109,84,81)
#594442
(89,68,66)
#453433
(69,52,51)
#312424
(49,36,36)
#1D1415
(29,20,21)
#000000
(0,0,0)

Tints of #E5B4AB

#E5B4AB
(229,180,171)
#E7BAB2
(231,186,178)
#E9C0B9
(233,192,185)
#EBC6C0
(235,198,192)
#EDCCC7
(237,204,199)
#EFD2CE
(239,210,206)
#F1D8D5
(241,216,213)
#F3DEDC
(243,222,220)
#F5E4E3
(245,228,227)
#F7EAEA
(247,234,234)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B4AB color. Also use rgb(229,180,171) instead hex code.

Text Font Color

.myTextColor { color: #E5B4AB; }

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

This text font color is #E5B4AB.


Background Color

.myBgColor { background-color: #E5B4AB; }

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

This div background color is #E5B4AB.


Border color

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

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

This div border color is #E5B4AB.


Opacity

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

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

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

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

This text has shadow with #E5B4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B4AB on black background.


Color preview on white background

This text has color #E5B4AB on white background.



Black color preview on #E5B4AB background

This text has black color on #E5B4AB background.


White color preview on #E5B4AB background

This text has white color on #E5B4AB background.