COLOR #E5B2A7

HEX: #E5B2A7 RGB: (229,178,167)

Color info

#E5B2A7 contains mainly red and green colors. Web safe color of #E5B2A7 is #CC9999 (or #C99).

RGB color model

#E5B2A7 color RGB value is (229,178,167).

RGB: (229,178,167) (90%, 70%, 65%)

RGB channels and saturation

R 229 of 255 = 90%
G 178 of 255 = 70%
B 167 of 255 = 65%

229
178
167

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

Portions of RGB colors in percentages

R + G + B = 229 + 178 + 167 = 574 (100%)
R 229 of 574 ~ 39.9%
G 178 of 574 ~ 31.01%
B 167 of 574 ~ 29.09'%

%39.9
%31.01
%29.09

CMYK color model

#E5B2A7 color CMYK value is (0,22,27,10).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 27.07%
  • key color value is 10.20%

CMYK: (0,22,27,10)
C0M22Y27K10 (0%, 22%, 27%, 10%)
(0.00 / 0.22 / 0.27 / 0.10)

CMYK percentages

%0
%22.27
%27.07
%10.2

Codes

Color #E5B2A7 in popluar color models

E5 B2 A7
RGB 229 178 167
HSL 11° 54.39% 77.65%
HSB/HSV 11° 27.07% 89.80%
CMYK 0.00% 22.27% 27.07%
10.20%

Color #E5B2A7 in popluar number systems.

HEX E5 B2 A7
Decimal 229 178 167
Binary 11100101 10110010 10100111
Octal 345 262 247

Shades and tints

Shades of #E5B2A7

#E5B2A7
(229,178,167)
#D1A298
(209,162,152)
#BD9289
(189,146,137)
#A9827A
(169,130,122)
#95726B
(149,114,107)
#81625C
(129,98,92)
#6D524D
(109,82,77)
#59423E
(89,66,62)
#45322F
(69,50,47)
#312220
(49,34,32)
#1D1211
(29,18,17)
#000000
(0,0,0)

Tints of #E5B2A7

#E5B2A7
(229,178,167)
#E7B9AF
(231,185,175)
#E9C0B7
(233,192,183)
#EBC7BF
(235,199,191)
#EDCEC7
(237,206,199)
#EFD5CF
(239,213,207)
#F1DCD7
(241,220,215)
#F3E3DF
(243,227,223)
#F5EAE7
(245,234,231)
#F7F1EF
(247,241,239)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B2A7 color. Also use rgb(229,178,167) instead hex code.

Text Font Color

.myTextColor { color: #E5B2A7; }

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

This text font color is #E5B2A7.

Background Color

.myBgColor { background-color: #E5B2A7; }

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

This div background color is #E5B2A7.

Border color

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

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

This div border color is #E5B2A7.

Opacity

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

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

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

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

This text has shadow with #E5B2A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B2A7.

Preview

Color preview on black background

This text has color #E5B2A7 on black background.


Color preview on white background

This text has color #E5B2A7 on white background.


Black color preview on #E5B2A7 background

This text has black color on #E5B2A7 background.


White color preview on #E5B2A7 background

This text has white color on #E5B2A7 background.


Related colors

Complementary color

Complementary color for #hex is #1A4D58.


I love getcolorcode.com

Triadic colors

1 #A7E5B2 and #B2A7E5 with #E5B2A7 are triadic colors.

2 #A7B2E5 and #B2E5A7 with #E5B2A7 are triadic colors.