COLOR #E0A8B5

HEX: #E0A8B5 RGB: (224,168,181)

Color info

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

RGB color model

#E0A8B5 color RGB value is (224,168,181).

RGB: (224,168,181) (88%, 66%, 71%)

RGB channels and saturation

R 224 of 255 = 88%
G 168 of 255 = 66%
B 181 of 255 = 71%

224
168
181

R + G + B ~ 75%. #E0A8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 168 + 181 = 573 (100%)
R 224 of 573 ~ 39.09%
G 168 of 573 ~ 29.32%
B 181 of 573 ~ 31.59'%

%39.09
%29.32
%31.59

CMYK color model

#E0A8B5 color CMYK value is (0,25,19,12).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 19.20%
  • key color value is 12.16%

CMYK: (0,25,19,12)
C0M25Y19K12 (0%, 25%, 19%, 12%)
(0.00 / 0.25 / 0.19 / 0.12)

CMYK percentages

%0
%25
%19.2
%12.16

Codes

Color #E0A8B5 in popluar color models

E0 A8 B5
RGB 224 168 181
HSL 346° 47.46% 76.86%
HSB/HSV 346° 25.00% 87.84%
CMYK 0.00% 25.00% 19.20%
12.16%

Color #E0A8B5 in popluar number systems.

HEX E0 A8 B5
Decimal 224 168 181
Binary 11100000 10101000 10110101
Octal 340 250 265

Shades and tints

Shades of #E0A8B5

#E0A8B5
(224,168,181)
#CC99A5
(204,153,165)
#B88A95
(184,138,149)
#A47B85
(164,123,133)
#906C75
(144,108,117)
#7C5D65
(124,93,101)
#684E55
(104,78,85)
#543F45
(84,63,69)
#403035
(64,48,53)
#2C2125
(44,33,37)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #E0A8B5

#E0A8B5
(224,168,181)
#E2AFBB
(226,175,187)
#E4B6C1
(228,182,193)
#E6BDC7
(230,189,199)
#E8C4CD
(232,196,205)
#EACBD3
(234,203,211)
#ECD2D9
(236,210,217)
#EED9DF
(238,217,223)
#F0E0E5
(240,224,229)
#F2E7EB
(242,231,235)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A8B5 color. Also use rgb(224,168,181) instead hex code.

Text Font Color

.myTextColor { color: #E0A8B5; }

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

This text font color is #E0A8B5.

Background Color

.myBgColor { background-color: #E0A8B5; }

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

This div background color is #E0A8B5.

Border color

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

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

This div border color is #E0A8B5.

Opacity

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

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

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

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

This text has shadow with #E0A8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A8B5.

Preview

Color preview on black background

This text has color #E0A8B5 on black background.


Color preview on white background

This text has color #E0A8B5 on white background.


Black color preview on #E0A8B5 background

This text has black color on #E0A8B5 background.


White color preview on #E0A8B5 background

This text has white color on #E0A8B5 background.


Related colors

Complementary color

Complementary color for #hex is #1F574A.


I love getcolorcode.com

Triadic colors

1 #B5E0A8 and #A8B5E0 with #E0A8B5 are triadic colors.

2 #B5A8E0 and #A8E0B5 with #E0A8B5 are triadic colors.