COLOR #E3B0AA

HEX: #E3B0AA RGB: (227,176,170)

Color info

#E3B0AA contains red, green and blue colors in about the same proportion. Web safe color of #E3B0AA is #CC9999 (or #C99).

RGB color model

#E3B0AA color RGB value is (227,176,170).

RGB: (227,176,170) (89%, 69%, 67%)

RGB channels and saturation

R 227 of 255 = 89%
G 176 of 255 = 69%
B 170 of 255 = 67%

227
176
170

R + G + B ~ 75%. #E3B0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 176 + 170 = 573 (100%)
R 227 of 573 ~ 39.62%
G 176 of 573 ~ 30.72%
B 170 of 573 ~ 29.67'%

%39.62
%30.72
%29.67

CMYK color model

#E3B0AA color CMYK value is (0,22,25,11).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 25.11%
  • key color value is 10.98%
CMYK: (0,22,25,11) C0M22Y25K11 (0%,22%,25%,11%) (0.00/0.22/0.25/0.11) 

CMYK percentages

%0
%22.47
%25.11
%10.98

Codes

Color #E3B0AA in popluar color models

E3 B0 AA
RGB 227 176 170
HSL 50.44% 77.84%
HSB/HSV 25.11% 89.02%
CMYK 0.00% 22.47% 25.11%
10.98%

Color #E3B0AA in popluar number systems.

HEX E3 B0 AA
Decimal 227 176 170
Binary 11100011 10110000 10101010
Octal 343 260 252

Shades and tints

Shades of #E3B0AA

#E3B0AA
(227,176,170)
#CFA09B
(207,160,155)
#BB908C
(187,144,140)
#A7807D
(167,128,125)
#93706E
(147,112,110)
#7F605F
(127,96,95)
#6B5050
(107,80,80)
#574041
(87,64,65)
#433032
(67,48,50)
#2F2023
(47,32,35)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #E3B0AA

#E3B0AA
(227,176,170)
#E5B7B1
(229,183,177)
#E7BEB8
(231,190,184)
#E9C5BF
(233,197,191)
#EBCCC6
(235,204,198)
#EDD3CD
(237,211,205)
#EFDAD4
(239,218,212)
#F1E1DB
(241,225,219)
#F3E8E2
(243,232,226)
#F5EFE9
(245,239,233)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B0AA color. Also use rgb(227,176,170) instead hex code.

Text Font Color

.myTextColor { color: #E3B0AA; }

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

This text font color is #E3B0AA.

Background Color

.myBgColor { background-color: #E3B0AA; }

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

This div background color is #E3B0AA.

Border color

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

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

This div border color is #E3B0AA.

Opacity

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

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

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

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

This text has shadow with #E3B0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B0AA.

Preview

Color preview on black background

This text has color #E3B0AA on black background.


Color preview on white background

This text has color #E3B0AA on white background.


Black color preview on #E3B0AA background

This text has black color on #E3B0AA background.


White color preview on #E3B0AA background

This text has white color on #E3B0AA background.


Related colors

Complementary color

Complementary color for #hex is #1C4F55.


I love getcolorcode.com

Triadic colors

1 #AAE3B0 and #B0AAE3 with #E3B0AA are triadic colors.

2 #AAB0E3 and #B0E3AA with #E3B0AA are triadic colors.