COLOR #E5B6A4

HEX: #E5B6A4
RGB: (229,182,164)

Color info

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

RGB color model

#E5B6A4 color RGB value is (229,182,164).

  • red value is 229;
  • green value is 182;
  • blue value is 164.
RGB:
(229,182,164)
(90%,71%,64%)

RGB channels and saturation

R 229 of 255 = 90%
G 182 of 255 = 71%
B 164 of 255 = 64%

229
182
164

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

Portions of RGB colors in percentages

R + G + B =
229 + 182 + 164 = 575 (100%)
R 229 of 575 ~ 39.83%
G 182 of 575 ~ 31.65%
B 164 of 575 ~ 28.52%

%39.83
%31.65
%28.52

CMYK color model

#E5B6A4 color CMYK value is (0,21,28,10).

  • cyan value is 0.00%
  • magenta value is 20.52%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(0,21,28,10)
C0M21Y28K10 
(0%,21%,28%,10%)
(0.00/0.21/0.28/0.10)	

CMYK percentages

%0
%20.52
%28.38
%10.2

Codes

Color #E5B6A4 in popluar color models

E5B6A4
RGB229182164
HSL17°55.56%77.06%
HSB/HSV17°28.38%89.80%
CMYK0.00%20.52%28.38%
10.20%

Color #E5B6A4 in popluar number systems.

HEXE5B6A4
Decimal229182164
Binary111001011011011010100100
Octal345266244

Shades and tints

Shades of #E5B6A4

#E5B6A4
(229,182,164)
#D1A696
(209,166,150)
#BD9688
(189,150,136)
#A9867A
(169,134,122)
#95766C
(149,118,108)
#81665E
(129,102,94)
#6D5650
(109,86,80)
#594642
(89,70,66)
#453634
(69,54,52)
#312626
(49,38,38)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #E5B6A4

#E5B6A4
(229,182,164)
#E7BCAC
(231,188,172)
#E9C2B4
(233,194,180)
#EBC8BC
(235,200,188)
#EDCEC4
(237,206,196)
#EFD4CC
(239,212,204)
#F1DAD4
(241,218,212)
#F3E0DC
(243,224,220)
#F5E6E4
(245,230,228)
#F7ECEC
(247,236,236)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B6A4 color. Also use rgb(229,182,164) instead hex code.

Text Font Color

.myTextColor { color: #E5B6A4; }

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

This text font color is #E5B6A4.


Background Color

.myBgColor { background-color: #E5B6A4; }

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

This div background color is #E5B6A4.


Border color

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

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

This div border color is #E5B6A4.


Opacity

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

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

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

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

This text has shadow with #E5B6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B6A4 on black background.


Color preview on white background

This text has color #E5B6A4 on white background.



Black color preview on #E5B6A4 background

This text has black color on #E5B6A4 background.


White color preview on #E5B6A4 background

This text has white color on #E5B6A4 background.