COLOR #E4B7A4

HEX: #E4B7A4 RGB: (228,183,164)

Color info

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

RGB color model

#E4B7A4 color RGB value is (228,183,164).

RGB: (228,183,164) (89%, 72%, 64%)

RGB channels and saturation

R 228 of 255 = 89%
G 183 of 255 = 72%
B 164 of 255 = 64%

228
183
164

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

Portions of RGB colors in percentages

R + G + B = 228 + 183 + 164 = 575 (100%)
R 228 of 575 ~ 39.65%
G 183 of 575 ~ 31.83%
B 164 of 575 ~ 28.52'%

%39.65
%31.83
%28.52

CMYK color model

#E4B7A4 color CMYK value is (0,20,28,11).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 28.07%
  • key color value is 10.59%

CMYK: (0,20,28,11)
C0M20Y28K11 (0%, 20%, 28%, 11%)
(0.00 / 0.20 / 0.28 / 0.11)

CMYK percentages

%0
%19.74
%28.07
%10.59

Codes

Color #E4B7A4 in popluar color models

E4 B7 A4
RGB 228 183 164
HSL 18° 54.24% 76.86%
HSB/HSV 18° 28.07% 89.41%
CMYK 0.00% 19.74% 28.07%
10.59%

Color #E4B7A4 in popluar number systems.

HEX E4 B7 A4
Decimal 228 183 164
Binary 11100100 10110111 10100100
Octal 344 267 244

Shades and tints

Shades of #E4B7A4

#E4B7A4
(228,183,164)
#D0A796
(208,167,150)
#BC9788
(188,151,136)
#A8877A
(168,135,122)
#94776C
(148,119,108)
#80675E
(128,103,94)
#6C5750
(108,87,80)
#584742
(88,71,66)
#443734
(68,55,52)
#302726
(48,39,38)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #E4B7A4

#E4B7A4
(228,183,164)
#E6BDAC
(230,189,172)
#E8C3B4
(232,195,180)
#EAC9BC
(234,201,188)
#ECCFC4
(236,207,196)
#EED5CC
(238,213,204)
#F0DBD4
(240,219,212)
#F2E1DC
(242,225,220)
#F4E7E4
(244,231,228)
#F6EDEC
(246,237,236)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B7A4; }

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

This text font color is #E4B7A4.

Background Color

.myBgColor { background-color: #E4B7A4; }

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

This div background color is #E4B7A4.

Border color

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

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

This div border color is #E4B7A4.

Opacity

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

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

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

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

This text has shadow with #E4B7A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B7A4.

Preview

Color preview on black background

This text has color #E4B7A4 on black background.


Color preview on white background

This text has color #E4B7A4 on white background.


Black color preview on #E4B7A4 background

This text has black color on #E4B7A4 background.


White color preview on #E4B7A4 background

This text has white color on #E4B7A4 background.


Related colors

Complementary color

Complementary color for #hex is #1B485B.


I love getcolorcode.com

Triadic colors

1 #A4E4B7 and #B7A4E4 with #E4B7A4 are triadic colors.

2 #A4B7E4 and #B7E4A4 with #E4B7A4 are triadic colors.