COLOR #E3B4AE

HEX: #E3B4AE
RGB: (227,180,174)

Color info

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

RGB color model

#E3B4AE color RGB value is (227,180,174).

  • red value is 227;
  • green value is 180;
  • blue value is 174.
RGB:
(227,180,174)
(89%,71%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 180 of 255 = 71%
B 174 of 255 = 68%

227
180
174

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

Portions of RGB colors in percentages

R + G + B =
227 + 180 + 174 = 581 (100%)
R 227 of 581 ~ 39.07%
G 180 of 581 ~ 30.98%
B 174 of 581 ~ 29.95%

%39.07
%30.98
%29.95

CMYK color model

#E3B4AE color CMYK value is (0,21,23,11).

  • cyan value is 0.00%
  • magenta value is 20.70%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,21,23,11)
C0M21Y23K11 
(0%,21%,23%,11%)
(0.00/0.21/0.23/0.11)	

CMYK percentages

%0
%20.7
%23.35
%10.98

Codes

Color #E3B4AE in popluar color models

E3B4AE
RGB227180174
HSL48.62%78.63%
HSB/HSV23.35%89.02%
CMYK0.00%20.70%23.35%
10.98%

Color #E3B4AE in popluar number systems.

HEXE3B4AE
Decimal227180174
Binary111000111011010010101110
Octal343264256

Shades and tints

Shades of #E3B4AE

#E3B4AE
(227,180,174)
#CFA49F
(207,164,159)
#BB9490
(187,148,144)
#A78481
(167,132,129)
#937472
(147,116,114)
#7F6463
(127,100,99)
#6B5454
(107,84,84)
#574445
(87,68,69)
#433436
(67,52,54)
#2F2427
(47,36,39)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #E3B4AE

#E3B4AE
(227,180,174)
#E5BAB5
(229,186,181)
#E7C0BC
(231,192,188)
#E9C6C3
(233,198,195)
#EBCCCA
(235,204,202)
#EDD2D1
(237,210,209)
#EFD8D8
(239,216,216)
#F1DEDF
(241,222,223)
#F3E4E6
(243,228,230)
#F5EAED
(245,234,237)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B4AE color. Also use rgb(227,180,174) instead hex code.

Text Font Color

.myTextColor { color: #E3B4AE; }

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

This text font color is #E3B4AE.


Background Color

.myBgColor { background-color: #E3B4AE; }

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

This div background color is #E3B4AE.


Border color

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

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

This div border color is #E3B4AE.


Opacity

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

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

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

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

This text has shadow with #E3B4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B4AE on black background.


Color preview on white background

This text has color #E3B4AE on white background.



Black color preview on #E3B4AE background

This text has black color on #E3B4AE background.


White color preview on #E3B4AE background

This text has white color on #E3B4AE background.