COLOR #E2B7AD

HEX: #E2B7AD
RGB: (226,183,173)

Color info

#E2B7AD contains red, green and blue colors in about the same proportion. Web safe color of #E2B7AD is #CCCC99 (or #CC9).

RGB color model

#E2B7AD color RGB value is (226,183,173).

  • red value is 226;
  • green value is 183;
  • blue value is 173.
RGB:
(226,183,173)
(89%,72%,68%)

RGB channels and saturation

R 226 of 255 = 89%
G 183 of 255 = 72%
B 173 of 255 = 68%

226
183
173

R + G + B ~ 76%. #E2B7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 183 + 173 = 582 (100%)
R 226 of 582 ~ 38.83%
G 183 of 582 ~ 31.44%
B 173 of 582 ~ 29.73%

%38.83
%31.44
%29.73

CMYK color model

#E2B7AD color CMYK value is (0,19,23,11).

  • cyan value is 0.00%
  • magenta value is 19.03%
  • yellow value is 23.45%
  • key color value is 11.37%
CMYK:
(0,19,23,11)
C0M19Y23K11 
(0%,19%,23%,11%)
(0.00/0.19/0.23/0.11)	

CMYK percentages

%0
%19.03
%23.45
%11.37

Codes

Color #E2B7AD in popluar color models

E2B7AD
RGB226183173
HSL11°47.75%78.24%
HSB/HSV11°23.45%88.63%
CMYK0.00%19.03%23.45%
11.37%

Color #E2B7AD in popluar number systems.

HEXE2B7AD
Decimal226183173
Binary111000101011011110101101
Octal342267255

Shades and tints

Shades of #E2B7AD

#E2B7AD
(226,183,173)
#CEA79E
(206,167,158)
#BA978F
(186,151,143)
#A68780
(166,135,128)
#927771
(146,119,113)
#7E6762
(126,103,98)
#6A5753
(106,87,83)
#564744
(86,71,68)
#423735
(66,55,53)
#2E2726
(46,39,38)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #E2B7AD

#E2B7AD
(226,183,173)
#E4BDB4
(228,189,180)
#E6C3BB
(230,195,187)
#E8C9C2
(232,201,194)
#EACFC9
(234,207,201)
#ECD5D0
(236,213,208)
#EEDBD7
(238,219,215)
#F0E1DE
(240,225,222)
#F2E7E5
(242,231,229)
#F4EDEC
(244,237,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B7AD color. Also use rgb(226,183,173) instead hex code.

Text Font Color

.myTextColor { color: #E2B7AD; }

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

This text font color is #E2B7AD.


Background Color

.myBgColor { background-color: #E2B7AD; }

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

This div background color is #E2B7AD.


Border color

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

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

This div border color is #E2B7AD.


Opacity

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

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

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

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

This text has shadow with #E2B7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B7AD on black background.


Color preview on white background

This text has color #E2B7AD on white background.



Black color preview on #E2B7AD background

This text has black color on #E2B7AD background.


White color preview on #E2B7AD background

This text has white color on #E2B7AD background.