COLOR #E3B1AC

HEX: #E3B1AC
RGB: (227,177,172)

Color info

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

RGB color model

#E3B1AC color RGB value is (227,177,172).

  • red value is 227;
  • green value is 177;
  • blue value is 172.
RGB:
(227,177,172)
(89%,69%,67%)

RGB channels and saturation

R 227 of 255 = 89%
G 177 of 255 = 69%
B 172 of 255 = 67%

227
177
172

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

Portions of RGB colors in percentages

R + G + B =
227 + 177 + 172 = 576 (100%)
R 227 of 576 ~ 39.41%
G 177 of 576 ~ 30.73%
B 172 of 576 ~ 29.86%

%39.41
%30.73
%29.86

CMYK color model

#E3B1AC color CMYK value is (0,22,24,11).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 24.23%
  • key color value is 10.98%
CMYK:
(0,22,24,11)
C0M22Y24K11 
(0%,22%,24%,11%)
(0.00/0.22/0.24/0.11)	

CMYK percentages

%0
%22.03
%24.23
%10.98

Codes

Color #E3B1AC in popluar color models

E3B1AC
RGB227177172
HSL49.55%78.24%
HSB/HSV24.23%89.02%
CMYK0.00%22.03%24.23%
10.98%

Color #E3B1AC in popluar number systems.

HEXE3B1AC
Decimal227177172
Binary111000111011000110101100
Octal343261254

Shades and tints

Shades of #E3B1AC

#E3B1AC
(227,177,172)
#CFA19D
(207,161,157)
#BB918E
(187,145,142)
#A7817F
(167,129,127)
#937170
(147,113,112)
#7F6161
(127,97,97)
#6B5152
(107,81,82)
#574143
(87,65,67)
#433134
(67,49,52)
#2F2125
(47,33,37)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #E3B1AC

#E3B1AC
(227,177,172)
#E5B8B3
(229,184,179)
#E7BFBA
(231,191,186)
#E9C6C1
(233,198,193)
#EBCDC8
(235,205,200)
#EDD4CF
(237,212,207)
#EFDBD6
(239,219,214)
#F1E2DD
(241,226,221)
#F3E9E4
(243,233,228)
#F5F0EB
(245,240,235)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B1AC color. Also use rgb(227,177,172) instead hex code.

Text Font Color

.myTextColor { color: #E3B1AC; }

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

This text font color is #E3B1AC.


Background Color

.myBgColor { background-color: #E3B1AC; }

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

This div background color is #E3B1AC.


Border color

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

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

This div border color is #E3B1AC.


Opacity

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

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

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

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

This text has shadow with #E3B1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B1AC on black background.


Color preview on white background

This text has color #E3B1AC on white background.



Black color preview on #E3B1AC background

This text has black color on #E3B1AC background.


White color preview on #E3B1AC background

This text has white color on #E3B1AC background.