COLOR #E4A7AC

HEX: #E4A7AC
RGB: (228,167,172)

Color info

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

RGB color model

#E4A7AC color RGB value is (228,167,172).

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

RGB channels and saturation

R 228 of 255 = 89%
G 167 of 255 = 65%
B 172 of 255 = 67%

228
167
172

R + G + B ~ 74%. #E4A7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 167 + 172 = 567 (100%)
R 228 of 567 ~ 40.21%
G 167 of 567 ~ 29.45%
B 172 of 567 ~ 30.34%

%40.21
%29.45
%30.34

CMYK color model

#E4A7AC color CMYK value is (0,27,25,11).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 24.56%
  • key color value is 10.59%
CMYK:
(0,27,25,11)
C0M27Y25K11 
(0%,27%,25%,11%)
(0.00/0.27/0.25/0.11)	

CMYK percentages

%0
%26.75
%24.56
%10.59

Codes

Color #E4A7AC in popluar color models

E4A7AC
RGB228167172
HSL355°53.04%77.45%
HSB/HSV355°26.75%89.41%
CMYK0.00%26.75%24.56%
10.59%

Color #E4A7AC in popluar number systems.

HEXE4A7AC
Decimal228167172
Binary111001001010011110101100
Octal344247254

Shades and tints

Shades of #E4A7AC

#E4A7AC
(228,167,172)
#D0989D
(208,152,157)
#BC898E
(188,137,142)
#A87A7F
(168,122,127)
#946B70
(148,107,112)
#805C61
(128,92,97)
#6C4D52
(108,77,82)
#583E43
(88,62,67)
#442F34
(68,47,52)
#302025
(48,32,37)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #E4A7AC

#E4A7AC
(228,167,172)
#E6AFB3
(230,175,179)
#E8B7BA
(232,183,186)
#EABFC1
(234,191,193)
#ECC7C8
(236,199,200)
#EECFCF
(238,207,207)
#F0D7D6
(240,215,214)
#F2DFDD
(242,223,221)
#F4E7E4
(244,231,228)
#F6EFEB
(246,239,235)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A7AC; }

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

This text font color is #E4A7AC.


Background Color

.myBgColor { background-color: #E4A7AC; }

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

This div background color is #E4A7AC.


Border color

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

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

This div border color is #E4A7AC.


Opacity

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

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

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

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

This text has shadow with #E4A7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A7AC on black background.


Color preview on white background

This text has color #E4A7AC on white background.



Black color preview on #E4A7AC background

This text has black color on #E4A7AC background.


White color preview on #E4A7AC background

This text has white color on #E4A7AC background.