COLOR #E0A6BB

HEX: #E0A6BB RGB: (224,166,187)

Color info

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

RGB color model

#E0A6BB color RGB value is (224,166,187).

RGB: (224,166,187) (88%, 65%, 73%)

RGB channels and saturation

R 224 of 255 = 88%
G 166 of 255 = 65%
B 187 of 255 = 73%

224
166
187

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

Portions of RGB colors in percentages

R + G + B = 224 + 166 + 187 = 577 (100%)
R 224 of 577 ~ 38.82%
G 166 of 577 ~ 28.77%
B 187 of 577 ~ 32.41'%

%38.82
%28.77
%32.41

CMYK color model

#E0A6BB color CMYK value is (0,26,17,12).

  • cyan value is 0.00%
  • magenta value is 25.89%
  • yellow value is 16.52%
  • key color value is 12.16%

CMYK: (0,26,17,12)
C0M26Y17K12 (0%, 26%, 17%, 12%)
(0.00 / 0.26 / 0.17 / 0.12)

CMYK percentages

%0
%25.89
%16.52
%12.16

Codes

Color #E0A6BB in popluar color models

E0 A6 BB
RGB 224 166 187
HSL 338° 48.33% 76.47%
HSB/HSV 338° 25.89% 87.84%
CMYK 0.00% 25.89% 16.52%
12.16%

Color #E0A6BB in popluar number systems.

HEX E0 A6 BB
Decimal 224 166 187
Binary 11100000 10100110 10111011
Octal 340 246 273

Shades and tints

Shades of #E0A6BB

#E0A6BB
(224,166,187)
#CC97AA
(204,151,170)
#B88899
(184,136,153)
#A47988
(164,121,136)
#906A77
(144,106,119)
#7C5B66
(124,91,102)
#684C55
(104,76,85)
#543D44
(84,61,68)
#402E33
(64,46,51)
#2C1F22
(44,31,34)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #E0A6BB

#E0A6BB
(224,166,187)
#E2AEC1
(226,174,193)
#E4B6C7
(228,182,199)
#E6BECD
(230,190,205)
#E8C6D3
(232,198,211)
#EACED9
(234,206,217)
#ECD6DF
(236,214,223)
#EEDEE5
(238,222,229)
#F0E6EB
(240,230,235)
#F2EEF1
(242,238,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A6BB color. Also use rgb(224,166,187) instead hex code.

Text Font Color

.myTextColor { color: #E0A6BB; }

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

This text font color is #E0A6BB.

Background Color

.myBgColor { background-color: #E0A6BB; }

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

This div background color is #E0A6BB.

Border color

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

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

This div border color is #E0A6BB.

Opacity

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

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

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

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

This text has shadow with #E0A6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A6BB.

Preview

Color preview on black background

This text has color #E0A6BB on black background.


Color preview on white background

This text has color #E0A6BB on white background.


Black color preview on #E0A6BB background

This text has black color on #E0A6BB background.


White color preview on #E0A6BB background

This text has white color on #E0A6BB background.


Related colors

Complementary color

Complementary color for #hex is #1F5944.


I love getcolorcode.com

Triadic colors

1 #BBE0A6 and #A6BBE0 with #E0A6BB are triadic colors.

2 #BBA6E0 and #A6E0BB with #E0A6BB are triadic colors.