COLOR #E3B6AC

HEX: #E3B6AC
RGB: (227,182,172)

Color info

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

RGB color model

#E3B6AC color RGB value is (227,182,172).

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

RGB channels and saturation

R 227 of 255 = 89%
G 182 of 255 = 71%
B 172 of 255 = 67%

227
182
172

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

Portions of RGB colors in percentages

R + G + B =
227 + 182 + 172 = 581 (100%)
R 227 of 581 ~ 39.07%
G 182 of 581 ~ 31.33%
B 172 of 581 ~ 29.6%

%39.07
%31.33
%29.6

CMYK color model

#E3B6AC color CMYK value is (0,20,24,11).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 24.23%
  • key color value is 10.98%
CMYK:
(0,20,24,11)
C0M20Y24K11 
(0%,20%,24%,11%)
(0.00/0.20/0.24/0.11)	

CMYK percentages

%0
%19.82
%24.23
%10.98

Codes

Color #E3B6AC in popluar color models

E3B6AC
RGB227182172
HSL11°49.55%78.24%
HSB/HSV11°24.23%89.02%
CMYK0.00%19.82%24.23%
10.98%

Color #E3B6AC in popluar number systems.

HEXE3B6AC
Decimal227182172
Binary111000111011011010101100
Octal343266254

Shades and tints

Shades of #E3B6AC

#E3B6AC
(227,182,172)
#CFA69D
(207,166,157)
#BB968E
(187,150,142)
#A7867F
(167,134,127)
#937670
(147,118,112)
#7F6661
(127,102,97)
#6B5652
(107,86,82)
#574643
(87,70,67)
#433634
(67,54,52)
#2F2625
(47,38,37)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #E3B6AC

#E3B6AC
(227,182,172)
#E5BCB3
(229,188,179)
#E7C2BA
(231,194,186)
#E9C8C1
(233,200,193)
#EBCEC8
(235,206,200)
#EDD4CF
(237,212,207)
#EFDAD6
(239,218,214)
#F1E0DD
(241,224,221)
#F3E6E4
(243,230,228)
#F5ECEB
(245,236,235)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B6AC; }

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

This text font color is #E3B6AC.


Background Color

.myBgColor { background-color: #E3B6AC; }

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

This div background color is #E3B6AC.


Border color

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

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

This div border color is #E3B6AC.


Opacity

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

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

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

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

This text has shadow with #E3B6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B6AC on black background.


Color preview on white background

This text has color #E3B6AC on white background.



Black color preview on #E3B6AC background

This text has black color on #E3B6AC background.


White color preview on #E3B6AC background

This text has white color on #E3B6AC background.