COLOR #E3BAA7

HEX: #E3BAA7 RGB: (227,186,167)

Color info

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

RGB color model

#E3BAA7 color RGB value is (227,186,167).

RGB: (227,186,167) (89%, 73%, 65%)

RGB channels and saturation

R 227 of 255 = 89%
G 186 of 255 = 73%
B 167 of 255 = 65%

227
186
167

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

Portions of RGB colors in percentages

R + G + B = 227 + 186 + 167 = 580 (100%)
R 227 of 580 ~ 39.14%
G 186 of 580 ~ 32.07%
B 167 of 580 ~ 28.79'%

%39.14
%32.07
%28.79

CMYK color model

#E3BAA7 color CMYK value is (0,18,26,11).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 26.43%
  • key color value is 10.98%

CMYK: (0,18,26,11)
C0M18Y26K11 (0%, 18%, 26%, 11%)
(0.00 / 0.18 / 0.26 / 0.11)

CMYK percentages

%0
%18.06
%26.43
%10.98

Codes

Color #E3BAA7 in popluar color models

E3 BA A7
RGB 227 186 167
HSL 19° 51.72% 77.25%
HSB/HSV 19° 26.43% 89.02%
CMYK 0.00% 18.06% 26.43%
10.98%

Color #E3BAA7 in popluar number systems.

HEX E3 BA A7
Decimal 227 186 167
Binary 11100011 10111010 10100111
Octal 343 272 247

Shades and tints

Shades of #E3BAA7

#E3BAA7
(227,186,167)
#CFAA98
(207,170,152)
#BB9A89
(187,154,137)
#A78A7A
(167,138,122)
#937A6B
(147,122,107)
#7F6A5C
(127,106,92)
#6B5A4D
(107,90,77)
#574A3E
(87,74,62)
#433A2F
(67,58,47)
#2F2A20
(47,42,32)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #E3BAA7

#E3BAA7
(227,186,167)
#E5C0AF
(229,192,175)
#E7C6B7
(231,198,183)
#E9CCBF
(233,204,191)
#EBD2C7
(235,210,199)
#EDD8CF
(237,216,207)
#EFDED7
(239,222,215)
#F1E4DF
(241,228,223)
#F3EAE7
(243,234,231)
#F5F0EF
(245,240,239)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BAA7 color. Also use rgb(227,186,167) instead hex code.

Text Font Color

.myTextColor { color: #E3BAA7; }

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

This text font color is #E3BAA7.

Background Color

.myBgColor { background-color: #E3BAA7; }

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

This div background color is #E3BAA7.

Border color

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

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

This div border color is #E3BAA7.

Opacity

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

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

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

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

This text has shadow with #E3BAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BAA7.

Preview

Color preview on black background

This text has color #E3BAA7 on black background.


Color preview on white background

This text has color #E3BAA7 on white background.


Black color preview on #E3BAA7 background

This text has black color on #E3BAA7 background.


White color preview on #E3BAA7 background

This text has white color on #E3BAA7 background.


Related colors

Complementary color

Complementary color for #hex is #1C4558.


I love getcolorcode.com

Triadic colors

1 #A7E3BA and #BAA7E3 with #E3BAA7 are triadic colors.

2 #A7BAE3 and #BAE3A7 with #E3BAA7 are triadic colors.