COLOR #E4A7BB

HEX: #E4A7BB
RGB: (228,167,187)

Color info

#E4A7BB contains mainly red and blue colors. Web safe color of #E4A7BB is #CC99CC (or #C9C).

RGB color model

#E4A7BB color RGB value is (228,167,187).

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

RGB channels and saturation

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

228
167
187

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

Portions of RGB colors in percentages

R + G + B =
228 + 167 + 187 = 582 (100%)
R 228 of 582 ~ 39.18%
G 167 of 582 ~ 28.69%
B 187 of 582 ~ 32.13%

%39.18
%28.69
%32.13

CMYK color model

#E4A7BB color CMYK value is (0,27,18,11).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 17.98%
  • key color value is 10.59%
CMYK:
(0,27,18,11)
C0M27Y18K11 
(0%,27%,18%,11%)
(0.00/0.27/0.18/0.11)	

CMYK percentages

%0
%26.75
%17.98
%10.59

Codes

Color #E4A7BB in popluar color models

E4A7BB
RGB228167187
HSL340°53.04%77.45%
HSB/HSV340°26.75%89.41%
CMYK0.00%26.75%17.98%
10.59%

Color #E4A7BB in popluar number systems.

HEXE4A7BB
Decimal228167187
Binary111001001010011110111011
Octal344247273

Shades and tints

Shades of #E4A7BB

#E4A7BB
(228,167,187)
#D098AA
(208,152,170)
#BC8999
(188,137,153)
#A87A88
(168,122,136)
#946B77
(148,107,119)
#805C66
(128,92,102)
#6C4D55
(108,77,85)
#583E44
(88,62,68)
#442F33
(68,47,51)
#302022
(48,32,34)
#1C1111
(28,17,17)
#000000
(0,0,0)

Tints of #E4A7BB

#E4A7BB
(228,167,187)
#E6AFC1
(230,175,193)
#E8B7C7
(232,183,199)
#EABFCD
(234,191,205)
#ECC7D3
(236,199,211)
#EECFD9
(238,207,217)
#F0D7DF
(240,215,223)
#F2DFE5
(242,223,229)
#F4E7EB
(244,231,235)
#F6EFF1
(246,239,241)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A7BB; }

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

This text font color is #E4A7BB.


Background Color

.myBgColor { background-color: #E4A7BB; }

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

This div background color is #E4A7BB.


Border color

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

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

This div border color is #E4A7BB.


Opacity

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

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

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

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

This text has shadow with #E4A7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A7BB on black background.


Color preview on white background

This text has color #E4A7BB on white background.



Black color preview on #E4A7BB background

This text has black color on #E4A7BB background.


White color preview on #E4A7BB background

This text has white color on #E4A7BB background.