COLOR #E0A7BE

HEX: #E0A7BE RGB: (224,167,190)

Color info

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

RGB color model

#E0A7BE color RGB value is (224,167,190).

RGB: (224,167,190) (88%, 65%, 75%)

RGB channels and saturation

R 224 of 255 = 88%
G 167 of 255 = 65%
B 190 of 255 = 75%

224
167
190

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

Portions of RGB colors in percentages

R + G + B = 224 + 167 + 190 = 581 (100%)
R 224 of 581 ~ 38.55%
G 167 of 581 ~ 28.74%
B 190 of 581 ~ 32.7'%

%38.55
%28.74
%32.7

CMYK color model

#E0A7BE color CMYK value is (0,25,15,12).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 15.18%
  • key color value is 12.16%

CMYK: (0,25,15,12)
C0M25Y15K12 (0%, 25%, 15%, 12%)
(0.00 / 0.25 / 0.15 / 0.12)

CMYK percentages

%0
%25.45
%15.18
%12.16

Codes

Color #E0A7BE in popluar color models

E0 A7 BE
RGB 224 167 190
HSL 336° 47.90% 76.67%
HSB/HSV 336° 25.45% 87.84%
CMYK 0.00% 25.45% 15.18%
12.16%

Color #E0A7BE in popluar number systems.

HEX E0 A7 BE
Decimal 224 167 190
Binary 11100000 10100111 10111110
Octal 340 247 276

Shades and tints

Shades of #E0A7BE

#E0A7BE
(224,167,190)
#CC98AD
(204,152,173)
#B8899C
(184,137,156)
#A47A8B
(164,122,139)
#906B7A
(144,107,122)
#7C5C69
(124,92,105)
#684D58
(104,77,88)
#543E47
(84,62,71)
#402F36
(64,47,54)
#2C2025
(44,32,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #E0A7BE

#E0A7BE
(224,167,190)
#E2AFC3
(226,175,195)
#E4B7C8
(228,183,200)
#E6BFCD
(230,191,205)
#E8C7D2
(232,199,210)
#EACFD7
(234,207,215)
#ECD7DC
(236,215,220)
#EEDFE1
(238,223,225)
#F0E7E6
(240,231,230)
#F2EFEB
(242,239,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A7BE color. Also use rgb(224,167,190) instead hex code.

Text Font Color

.myTextColor { color: #E0A7BE; }

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

This text font color is #E0A7BE.

Background Color

.myBgColor { background-color: #E0A7BE; }

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

This div background color is #E0A7BE.

Border color

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

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

This div border color is #E0A7BE.

Opacity

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

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

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

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

This text has shadow with #E0A7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A7BE.

Preview

Color preview on black background

This text has color #E0A7BE on black background.


Color preview on white background

This text has color #E0A7BE on white background.


Black color preview on #E0A7BE background

This text has black color on #E0A7BE background.


White color preview on #E0A7BE background

This text has white color on #E0A7BE background.


Related colors

Complementary color

Complementary color for #hex is #1F5841.


I love getcolorcode.com

Triadic colors

1 #BEE0A7 and #A7BEE0 with #E0A7BE are triadic colors.

2 #BEA7E0 and #A7E0BE with #E0A7BE are triadic colors.