COLOR #E3BBA6

HEX: #E3BBA6
RGB: (227,187,166)

Color info

#E3BBA6 contains mainly red and green colors. Web safe color of #E3BBA6 is #CCCC99 (or #CC9).

RGB color model

#E3BBA6 color RGB value is (227,187,166).

  • red value is 227;
  • green value is 187;
  • blue value is 166.
RGB:
(227,187,166)
(89%,73%,65%)

RGB channels and saturation

R 227 of 255 = 89%
G 187 of 255 = 73%
B 166 of 255 = 65%

227
187
166

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

Portions of RGB colors in percentages

R + G + B =
227 + 187 + 166 = 580 (100%)
R 227 of 580 ~ 39.14%
G 187 of 580 ~ 32.24%
B 166 of 580 ~ 28.62%

%39.14
%32.24
%28.62

CMYK color model

#E3BBA6 color CMYK value is (0,18,27,11).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 26.87%
  • key color value is 10.98%
CMYK:
(0,18,27,11)
C0M18Y27K11 
(0%,18%,27%,11%)
(0.00/0.18/0.27/0.11)	

CMYK percentages

%0
%17.62
%26.87
%10.98

Codes

Color #E3BBA6 in popluar color models

E3BBA6
RGB227187166
HSL21°52.14%77.06%
HSB/HSV21°26.87%89.02%
CMYK0.00%17.62%26.87%
10.98%

Color #E3BBA6 in popluar number systems.

HEXE3BBA6
Decimal227187166
Binary111000111011101110100110
Octal343273246

Shades and tints

Shades of #E3BBA6

#E3BBA6
(227,187,166)
#CFAA97
(207,170,151)
#BB9988
(187,153,136)
#A78879
(167,136,121)
#93776A
(147,119,106)
#7F665B
(127,102,91)
#6B554C
(107,85,76)
#57443D
(87,68,61)
#43332E
(67,51,46)
#2F221F
(47,34,31)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #E3BBA6

#E3BBA6
(227,187,166)
#E5C1AE
(229,193,174)
#E7C7B6
(231,199,182)
#E9CDBE
(233,205,190)
#EBD3C6
(235,211,198)
#EDD9CE
(237,217,206)
#EFDFD6
(239,223,214)
#F1E5DE
(241,229,222)
#F3EBE6
(243,235,230)
#F5F1EE
(245,241,238)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BBA6 color. Also use rgb(227,187,166) instead hex code.

Text Font Color

.myTextColor { color: #E3BBA6; }

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

This text font color is #E3BBA6.


Background Color

.myBgColor { background-color: #E3BBA6; }

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

This div background color is #E3BBA6.


Border color

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

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

This div border color is #E3BBA6.


Opacity

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

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

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

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

This text has shadow with #E3BBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BBA6 on black background.


Color preview on white background

This text has color #E3BBA6 on white background.



Black color preview on #E3BBA6 background

This text has black color on #E3BBA6 background.


White color preview on #E3BBA6 background

This text has white color on #E3BBA6 background.