COLOR #E1B5AC

HEX: #E1B5AC
RGB: (225,181,172)

Color info

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

RGB color model

#E1B5AC color RGB value is (225,181,172).

  • red value is 225;
  • green value is 181;
  • blue value is 172.
RGB:
(225,181,172)
(88%,71%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 181 of 255 = 71%
B 172 of 255 = 67%

225
181
172

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

Portions of RGB colors in percentages

R + G + B =
225 + 181 + 172 = 578 (100%)
R 225 of 578 ~ 38.93%
G 181 of 578 ~ 31.31%
B 172 of 578 ~ 29.76%

%38.93
%31.31
%29.76

CMYK color model

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

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

CMYK percentages

%0
%19.56
%23.56
%11.76

Codes

Color #E1B5AC in popluar color models

E1B5AC
RGB225181172
HSL10°46.90%77.84%
HSB/HSV10°23.56%88.24%
CMYK0.00%19.56%23.56%
11.76%

Color #E1B5AC in popluar number systems.

HEXE1B5AC
Decimal225181172
Binary111000011011010110101100
Octal341265254

Shades and tints

Shades of #E1B5AC

#E1B5AC
(225,181,172)
#CDA59D
(205,165,157)
#B9958E
(185,149,142)
#A5857F
(165,133,127)
#917570
(145,117,112)
#7D6561
(125,101,97)
#695552
(105,85,82)
#554543
(85,69,67)
#413534
(65,53,52)
#2D2525
(45,37,37)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #E1B5AC

#E1B5AC
(225,181,172)
#E3BBB3
(227,187,179)
#E5C1BA
(229,193,186)
#E7C7C1
(231,199,193)
#E9CDC8
(233,205,200)
#EBD3CF
(235,211,207)
#EDD9D6
(237,217,214)
#EFDFDD
(239,223,221)
#F1E5E4
(241,229,228)
#F3EBEB
(243,235,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B5AC color. Also use rgb(225,181,172) instead hex code.

Text Font Color

.myTextColor { color: #E1B5AC; }

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

This text font color is #E1B5AC.


Background Color

.myBgColor { background-color: #E1B5AC; }

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

This div background color is #E1B5AC.


Border color

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

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

This div border color is #E1B5AC.


Opacity

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

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

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

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

This text has shadow with #E1B5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B5AC on black background.


Color preview on white background

This text has color #E1B5AC on white background.



Black color preview on #E1B5AC background

This text has black color on #E1B5AC background.


White color preview on #E1B5AC background

This text has white color on #E1B5AC background.