COLOR #E3B6AE

HEX: #E3B6AE
RGB: (227,182,174)

Color info

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

RGB color model

#E3B6AE color RGB value is (227,182,174).

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

RGB channels and saturation

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

227
182
174

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

Portions of RGB colors in percentages

R + G + B =
227 + 182 + 174 = 583 (100%)
R 227 of 583 ~ 38.94%
G 182 of 583 ~ 31.22%
B 174 of 583 ~ 29.85%

%38.94
%31.22
%29.85

CMYK color model

#E3B6AE color CMYK value is (0,20,23,11).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,20,23,11)
C0M20Y23K11 
(0%,20%,23%,11%)
(0.00/0.20/0.23/0.11)	

CMYK percentages

%0
%19.82
%23.35
%10.98

Codes

Color #E3B6AE in popluar color models

E3B6AE
RGB227182174
HSL48.62%78.63%
HSB/HSV23.35%89.02%
CMYK0.00%19.82%23.35%
10.98%

Color #E3B6AE in popluar number systems.

HEXE3B6AE
Decimal227182174
Binary111000111011011010101110
Octal343266256

Shades and tints

Shades of #E3B6AE

#E3B6AE
(227,182,174)
#CFA69F
(207,166,159)
#BB9690
(187,150,144)
#A78681
(167,134,129)
#937672
(147,118,114)
#7F6663
(127,102,99)
#6B5654
(107,86,84)
#574645
(87,70,69)
#433636
(67,54,54)
#2F2627
(47,38,39)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #E3B6AE

#E3B6AE
(227,182,174)
#E5BCB5
(229,188,181)
#E7C2BC
(231,194,188)
#E9C8C3
(233,200,195)
#EBCECA
(235,206,202)
#EDD4D1
(237,212,209)
#EFDAD8
(239,218,216)
#F1E0DF
(241,224,223)
#F3E6E6
(243,230,230)
#F5ECED
(245,236,237)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B6AE; }

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

This text font color is #E3B6AE.


Background Color

.myBgColor { background-color: #E3B6AE; }

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

This div background color is #E3B6AE.


Border color

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

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

This div border color is #E3B6AE.


Opacity

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

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

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

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

This text has shadow with #E3B6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B6AE on black background.


Color preview on white background

This text has color #E3B6AE on white background.



Black color preview on #E3B6AE background

This text has black color on #E3B6AE background.


White color preview on #E3B6AE background

This text has white color on #E3B6AE background.