COLOR #E4A7B9

HEX: #E4A7B9
RGB: (228,167,185)

Color info

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

RGB color model

#E4A7B9 color RGB value is (228,167,185).

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

RGB channels and saturation

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

228
167
185

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

Portions of RGB colors in percentages

R + G + B =
228 + 167 + 185 = 580 (100%)
R 228 of 580 ~ 39.31%
G 167 of 580 ~ 28.79%
B 185 of 580 ~ 31.9%

%39.31
%28.79
%31.9

CMYK color model

#E4A7B9 color CMYK value is (0,27,19,11).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 18.86%
  • key color value is 10.59%
CMYK:
(0,27,19,11)
C0M27Y19K11 
(0%,27%,19%,11%)
(0.00/0.27/0.19/0.11)	

CMYK percentages

%0
%26.75
%18.86
%10.59

Codes

Color #E4A7B9 in popluar color models

E4A7B9
RGB228167185
HSL342°53.04%77.45%
HSB/HSV342°26.75%89.41%
CMYK0.00%26.75%18.86%
10.59%

Color #E4A7B9 in popluar number systems.

HEXE4A7B9
Decimal228167185
Binary111001001010011110111001
Octal344247271

Shades and tints

Shades of #E4A7B9

#E4A7B9
(228,167,185)
#D098A9
(208,152,169)
#BC8999
(188,137,153)
#A87A89
(168,122,137)
#946B79
(148,107,121)
#805C69
(128,92,105)
#6C4D59
(108,77,89)
#583E49
(88,62,73)
#442F39
(68,47,57)
#302029
(48,32,41)
#1C1119
(28,17,25)
#000000
(0,0,0)

Tints of #E4A7B9

#E4A7B9
(228,167,185)
#E6AFBF
(230,175,191)
#E8B7C5
(232,183,197)
#EABFCB
(234,191,203)
#ECC7D1
(236,199,209)
#EECFD7
(238,207,215)
#F0D7DD
(240,215,221)
#F2DFE3
(242,223,227)
#F4E7E9
(244,231,233)
#F6EFEF
(246,239,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A7B9; }

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

This text font color is #E4A7B9.


Background Color

.myBgColor { background-color: #E4A7B9; }

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

This div background color is #E4A7B9.


Border color

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

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

This div border color is #E4A7B9.


Opacity

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

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

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

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

This text has shadow with #E4A7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A7B9 on black background.


Color preview on white background

This text has color #E4A7B9 on white background.



Black color preview on #E4A7B9 background

This text has black color on #E4A7B9 background.


White color preview on #E4A7B9 background

This text has white color on #E4A7B9 background.