COLOR #E4B7A1

HEX: #E4B7A1 RGB: (228,183,161)

Color info

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

RGB color model

#E4B7A1 color RGB value is (228,183,161).

RGB: (228,183,161) (89%, 72%, 63%)

RGB channels and saturation

R 228 of 255 = 89%
G 183 of 255 = 72%
B 161 of 255 = 63%

228
183
161

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

Portions of RGB colors in percentages

R + G + B = 228 + 183 + 161 = 572 (100%)
R 228 of 572 ~ 39.86%
G 183 of 572 ~ 31.99%
B 161 of 572 ~ 28.15'%

%39.86
%31.99
%28.15

CMYK color model

#E4B7A1 color CMYK value is (0,20,29,11).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 29.39%
  • key color value is 10.59%
CMYK: (0,20,29,11) C0M20Y29K11 (0%,20%,29%,11%) (0.00/0.20/0.29/0.11) 

CMYK percentages

%0
%19.74
%29.39
%10.59

Codes

Color #E4B7A1 in popluar color models

E4 B7 A1
RGB 228 183 161
HSL 20° 55.37% 76.27%
HSB/HSV 20° 29.39% 89.41%
CMYK 0.00% 19.74% 29.39%
10.59%

Color #E4B7A1 in popluar number systems.

HEX E4 B7 A1
Decimal 228 183 161
Binary 11100100 10110111 10100001
Octal 344 267 241

Shades and tints

Shades of #E4B7A1

#E4B7A1
(228,183,161)
#D0A793
(208,167,147)
#BC9785
(188,151,133)
#A88777
(168,135,119)
#947769
(148,119,105)
#80675B
(128,103,91)
#6C574D
(108,87,77)
#58473F
(88,71,63)
#443731
(68,55,49)
#302723
(48,39,35)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #E4B7A1

#E4B7A1
(228,183,161)
#E6BDA9
(230,189,169)
#E8C3B1
(232,195,177)
#EAC9B9
(234,201,185)
#ECCFC1
(236,207,193)
#EED5C9
(238,213,201)
#F0DBD1
(240,219,209)
#F2E1D9
(242,225,217)
#F4E7E1
(244,231,225)
#F6EDE9
(246,237,233)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B7A1 color. Also use rgb(228,183,161) instead hex code.

Text Font Color

.myTextColor { color: #E4B7A1; }

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

This text font color is #E4B7A1.

Background Color

.myBgColor { background-color: #E4B7A1; }

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

This div background color is #E4B7A1.

Border color

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

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

This div border color is #E4B7A1.

Opacity

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

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

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

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

This text has shadow with #E4B7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B7A1.

Preview

Color preview on black background

This text has color #E4B7A1 on black background.


Color preview on white background

This text has color #E4B7A1 on white background.


Black color preview on #E4B7A1 background

This text has black color on #E4B7A1 background.


White color preview on #E4B7A1 background

This text has white color on #E4B7A1 background.


Related colors

Complementary color

Complementary color for #hex is #1B485E.


I love getcolorcode.com

Triadic colors

1 #A1E4B7 and #B7A1E4 with #E4B7A1 are triadic colors.

2 #A1B7E4 and #B7E4A1 with #E4B7A1 are triadic colors.