COLOR #E0A6B6

HEX: #E0A6B6
RGB: (224,166,182)

Color info

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

RGB color model

#E0A6B6 color RGB value is (224,166,182).

  • red value is 224;
  • green value is 166;
  • blue value is 182.
RGB:
(224,166,182)
(88%,65%,71%)

RGB channels and saturation

R 224 of 255 = 88%
G 166 of 255 = 65%
B 182 of 255 = 71%

224
166
182

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

Portions of RGB colors in percentages

R + G + B =
224 + 166 + 182 = 572 (100%)
R 224 of 572 ~ 39.16%
G 166 of 572 ~ 29.02%
B 182 of 572 ~ 31.82%

%39.16
%29.02
%31.82

CMYK color model

#E0A6B6 color CMYK value is (0,26,19,12).

  • cyan value is 0.00%
  • magenta value is 25.89%
  • yellow value is 18.75%
  • key color value is 12.16%
CMYK:
(0,26,19,12)
C0M26Y19K12 
(0%,26%,19%,12%)
(0.00/0.26/0.19/0.12)	

CMYK percentages

%0
%25.89
%18.75
%12.16

Codes

Color #E0A6B6 in popluar color models

E0A6B6
RGB224166182
HSL343°48.33%76.47%
HSB/HSV343°25.89%87.84%
CMYK0.00%25.89%18.75%
12.16%

Color #E0A6B6 in popluar number systems.

HEXE0A6B6
Decimal224166182
Binary111000001010011010110110
Octal340246266

Shades and tints

Shades of #E0A6B6

#E0A6B6
(224,166,182)
#CC97A6
(204,151,166)
#B88896
(184,136,150)
#A47986
(164,121,134)
#906A76
(144,106,118)
#7C5B66
(124,91,102)
#684C56
(104,76,86)
#543D46
(84,61,70)
#402E36
(64,46,54)
#2C1F26
(44,31,38)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #E0A6B6

#E0A6B6
(224,166,182)
#E2AEBC
(226,174,188)
#E4B6C2
(228,182,194)
#E6BEC8
(230,190,200)
#E8C6CE
(232,198,206)
#EACED4
(234,206,212)
#ECD6DA
(236,214,218)
#EEDEE0
(238,222,224)
#F0E6E6
(240,230,230)
#F2EEEC
(242,238,236)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A6B6; }

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

This text font color is #E0A6B6.


Background Color

.myBgColor { background-color: #E0A6B6; }

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

This div background color is #E0A6B6.


Border color

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

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

This div border color is #E0A6B6.


Opacity

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

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

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

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

This text has shadow with #E0A6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A6B6 on black background.


Color preview on white background

This text has color #E0A6B6 on white background.



Black color preview on #E0A6B6 background

This text has black color on #E0A6B6 background.


White color preview on #E0A6B6 background

This text has white color on #E0A6B6 background.