COLOR #E2A7BB

HEX: #E2A7BB
RGB: (226,167,187)

Color info

#E2A7BB contains red, green and blue colors in about the same proportion. Web safe color of #E2A7BB is #CC99CC (or #C9C).

RGB color model

#E2A7BB color RGB value is (226,167,187).

  • red value is 226;
  • green value is 167;
  • blue value is 187.
RGB:
(226,167,187)
(89%,65%,73%)

RGB channels and saturation

R 226 of 255 = 89%
G 167 of 255 = 65%
B 187 of 255 = 73%

226
167
187

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

Portions of RGB colors in percentages

R + G + B =
226 + 167 + 187 = 580 (100%)
R 226 of 580 ~ 38.97%
G 167 of 580 ~ 28.79%
B 187 of 580 ~ 32.24%

%38.97
%28.79
%32.24

CMYK color model

#E2A7BB color CMYK value is (0,26,17,11).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 17.26%
  • key color value is 11.37%
CMYK:
(0,26,17,11)
C0M26Y17K11 
(0%,26%,17%,11%)
(0.00/0.26/0.17/0.11)	

CMYK percentages

%0
%26.11
%17.26
%11.37

Codes

Color #E2A7BB in popluar color models

E2A7BB
RGB226167187
HSL340°50.43%77.06%
HSB/HSV340°26.11%88.63%
CMYK0.00%26.11%17.26%
11.37%

Color #E2A7BB in popluar number systems.

HEXE2A7BB
Decimal226167187
Binary111000101010011110111011
Octal342247273

Shades and tints

Shades of #E2A7BB

#E2A7BB
(226,167,187)
#CE98AA
(206,152,170)
#BA8999
(186,137,153)
#A67A88
(166,122,136)
#926B77
(146,107,119)
#7E5C66
(126,92,102)
#6A4D55
(106,77,85)
#563E44
(86,62,68)
#422F33
(66,47,51)
#2E2022
(46,32,34)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #E2A7BB

#E2A7BB
(226,167,187)
#E4AFC1
(228,175,193)
#E6B7C7
(230,183,199)
#E8BFCD
(232,191,205)
#EAC7D3
(234,199,211)
#ECCFD9
(236,207,217)
#EED7DF
(238,215,223)
#F0DFE5
(240,223,229)
#F2E7EB
(242,231,235)
#F4EFF1
(244,239,241)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A7BB color. Also use rgb(226,167,187) instead hex code.

Text Font Color

.myTextColor { color: #E2A7BB; }

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

This text font color is #E2A7BB.


Background Color

.myBgColor { background-color: #E2A7BB; }

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

This div background color is #E2A7BB.


Border color

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

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

This div border color is #E2A7BB.


Opacity

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

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

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

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

This text has shadow with #E2A7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A7BB on black background.


Color preview on white background

This text has color #E2A7BB on white background.



Black color preview on #E2A7BB background

This text has black color on #E2A7BB background.


White color preview on #E2A7BB background

This text has white color on #E2A7BB background.