COLOR #E3B0AC

HEX: #E3B0AC
RGB: (227,176,172)

Color info

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

RGB color model

#E3B0AC color RGB value is (227,176,172).

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

RGB channels and saturation

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

227
176
172

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

Portions of RGB colors in percentages

R + G + B =
227 + 176 + 172 = 575 (100%)
R 227 of 575 ~ 39.48%
G 176 of 575 ~ 30.61%
B 172 of 575 ~ 29.91%

%39.48
%30.61
%29.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.47%
  • 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.47
%24.23
%10.98

Codes

Color #E3B0AC in popluar color models

E3B0AC
RGB227176172
HSL49.55%78.24%
HSB/HSV24.23%89.02%
CMYK0.00%22.47%24.23%
10.98%

Color #E3B0AC in popluar number systems.

HEXE3B0AC
Decimal227176172
Binary111000111011000010101100
Octal343260254

Shades and tints

Shades of #E3B0AC

#E3B0AC
(227,176,172)
#CFA09D
(207,160,157)
#BB908E
(187,144,142)
#A7807F
(167,128,127)
#937070
(147,112,112)
#7F6061
(127,96,97)
#6B5052
(107,80,82)
#574043
(87,64,67)
#433034
(67,48,52)
#2F2025
(47,32,37)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #E3B0AC

#E3B0AC
(227,176,172)
#E5B7B3
(229,183,179)
#E7BEBA
(231,190,186)
#E9C5C1
(233,197,193)
#EBCCC8
(235,204,200)
#EDD3CF
(237,211,207)
#EFDAD6
(239,218,214)
#F1E1DD
(241,225,221)
#F3E8E4
(243,232,228)
#F5EFEB
(245,239,235)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B0AC; }

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

This text font color is #E3B0AC.


Background Color

.myBgColor { background-color: #E3B0AC; }

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

This div background color is #E3B0AC.


Border color

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

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

This div border color is #E3B0AC.


Opacity

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

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

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

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

This text has shadow with #E3B0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B0AC on black background.


Color preview on white background

This text has color #E3B0AC on white background.



Black color preview on #E3B0AC background

This text has black color on #E3B0AC background.


White color preview on #E3B0AC background

This text has white color on #E3B0AC background.