COLOR #E4A8A9

HEX: #E4A8A9
RGB: (228,168,169)

Color info

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

RGB color model

#E4A8A9 color RGB value is (228,168,169).

  • red value is 228;
  • green value is 168;
  • blue value is 169.
RGB:
(228,168,169)
(89%,66%,66%)

RGB channels and saturation

R 228 of 255 = 89%
G 168 of 255 = 66%
B 169 of 255 = 66%

228
168
169

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

Portions of RGB colors in percentages

R + G + B =
228 + 168 + 169 = 565 (100%)
R 228 of 565 ~ 40.35%
G 168 of 565 ~ 29.73%
B 169 of 565 ~ 29.91%

%40.35
%29.73
%29.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 25.88%
  • key color value is 10.59%
CMYK:
(0,26,26,11)
C0M26Y26K11 
(0%,26%,26%,11%)
(0.00/0.26/0.26/0.11)	

CMYK percentages

%0
%26.32
%25.88
%10.59

Codes

Color #E4A8A9 in popluar color models

E4A8A9
RGB228168169
HSL359°52.63%77.65%
HSB/HSV359°26.32%89.41%
CMYK0.00%26.32%25.88%
10.59%

Color #E4A8A9 in popluar number systems.

HEXE4A8A9
Decimal228168169
Binary111001001010100010101001
Octal344250251

Shades and tints

Shades of #E4A8A9

#E4A8A9
(228,168,169)
#D0999A
(208,153,154)
#BC8A8B
(188,138,139)
#A87B7C
(168,123,124)
#946C6D
(148,108,109)
#805D5E
(128,93,94)
#6C4E4F
(108,78,79)
#583F40
(88,63,64)
#443031
(68,48,49)
#302122
(48,33,34)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #E4A8A9

#E4A8A9
(228,168,169)
#E6AFB0
(230,175,176)
#E8B6B7
(232,182,183)
#EABDBE
(234,189,190)
#ECC4C5
(236,196,197)
#EECBCC
(238,203,204)
#F0D2D3
(240,210,211)
#F2D9DA
(242,217,218)
#F4E0E1
(244,224,225)
#F6E7E8
(246,231,232)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A8A9 color. Also use rgb(228,168,169) instead hex code.

Text Font Color

.myTextColor { color: #E4A8A9; }

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

This text font color is #E4A8A9.


Background Color

.myBgColor { background-color: #E4A8A9; }

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

This div background color is #E4A8A9.


Border color

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

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

This div border color is #E4A8A9.


Opacity

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

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

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

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

This text has shadow with #E4A8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A8A9 on black background.


Color preview on white background

This text has color #E4A8A9 on white background.



Black color preview on #E4A8A9 background

This text has black color on #E4A8A9 background.


White color preview on #E4A8A9 background

This text has white color on #E4A8A9 background.