COLOR #E1B0AC

HEX: #E1B0AC
RGB: (225,176,172)

Color info

#E1B0AC contains red, green and blue colors in about the same proportion. Web safe color of #E1B0AC is #CC9999 (or #C99).

RGB color model

#E1B0AC color RGB value is (225,176,172).

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

RGB channels and saturation

R 225 of 255 = 88%
G 176 of 255 = 69%
B 172 of 255 = 67%

225
176
172

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

Portions of RGB colors in percentages

R + G + B =
225 + 176 + 172 = 573 (100%)
R 225 of 573 ~ 39.27%
G 176 of 573 ~ 30.72%
B 172 of 573 ~ 30.02%

%39.27
%30.72
%30.02

CMYK color model

#E1B0AC color CMYK value is (0,22,24,12).

  • cyan value is 0.00%
  • magenta value is 21.78%
  • yellow value is 23.56%
  • key color value is 11.76%
CMYK:
(0,22,24,12)
C0M22Y24K12 
(0%,22%,24%,12%)
(0.00/0.22/0.24/0.12)	

CMYK percentages

%0
%21.78
%23.56
%11.76

Codes

Color #E1B0AC in popluar color models

E1B0AC
RGB225176172
HSL46.90%77.84%
HSB/HSV23.56%88.24%
CMYK0.00%21.78%23.56%
11.76%

Color #E1B0AC in popluar number systems.

HEXE1B0AC
Decimal225176172
Binary111000011011000010101100
Octal341260254

Shades and tints

Shades of #E1B0AC

#E1B0AC
(225,176,172)
#CDA09D
(205,160,157)
#B9908E
(185,144,142)
#A5807F
(165,128,127)
#917070
(145,112,112)
#7D6061
(125,96,97)
#695052
(105,80,82)
#554043
(85,64,67)
#413034
(65,48,52)
#2D2025
(45,32,37)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #E1B0AC

#E1B0AC
(225,176,172)
#E3B7B3
(227,183,179)
#E5BEBA
(229,190,186)
#E7C5C1
(231,197,193)
#E9CCC8
(233,204,200)
#EBD3CF
(235,211,207)
#EDDAD6
(237,218,214)
#EFE1DD
(239,225,221)
#F1E8E4
(241,232,228)
#F3EFEB
(243,239,235)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B0AC; }

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

This text font color is #E1B0AC.


Background Color

.myBgColor { background-color: #E1B0AC; }

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

This div background color is #E1B0AC.


Border color

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

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

This div border color is #E1B0AC.


Opacity

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

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

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

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

This text has shadow with #E1B0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B0AC on black background.


Color preview on white background

This text has color #E1B0AC on white background.



Black color preview on #E1B0AC background

This text has black color on #E1B0AC background.


White color preview on #E1B0AC background

This text has white color on #E1B0AC background.