COLOR #E2ABC0

HEX: #E2ABC0
RGB: (226,171,192)

Color info

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

RGB color model

#E2ABC0 color RGB value is (226,171,192).

  • red value is 226;
  • green value is 171;
  • blue value is 192.
RGB:
(226,171,192)
(89%,67%,75%)

RGB channels and saturation

R 226 of 255 = 89%
G 171 of 255 = 67%
B 192 of 255 = 75%

226
171
192

R + G + B ~ 77%. #E2ABC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 171 + 192 = 589 (100%)
R 226 of 589 ~ 38.37%
G 171 of 589 ~ 29.03%
B 192 of 589 ~ 32.6%

%38.37
%29.03
%32.6

CMYK color model

#E2ABC0 color CMYK value is (0,24,15,11).

  • cyan value is 0.00%
  • magenta value is 24.34%
  • yellow value is 15.04%
  • key color value is 11.37%
CMYK:
(0,24,15,11)
C0M24Y15K11 
(0%,24%,15%,11%)
(0.00/0.24/0.15/0.11)	

CMYK percentages

%0
%24.34
%15.04
%11.37

Codes

Color #E2ABC0 in popluar color models

E2ABC0
RGB226171192
HSL337°48.67%77.84%
HSB/HSV337°24.34%88.63%
CMYK0.00%24.34%15.04%
11.37%

Color #E2ABC0 in popluar number systems.

HEXE2ABC0
Decimal226171192
Binary111000101010101111000000
Octal342253300

Shades and tints

Shades of #E2ABC0

#E2ABC0
(226,171,192)
#CE9CAF
(206,156,175)
#BA8D9E
(186,141,158)
#A67E8D
(166,126,141)
#926F7C
(146,111,124)
#7E606B
(126,96,107)
#6A515A
(106,81,90)
#564249
(86,66,73)
#423338
(66,51,56)
#2E2427
(46,36,39)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #E2ABC0

#E2ABC0
(226,171,192)
#E4B2C5
(228,178,197)
#E6B9CA
(230,185,202)
#E8C0CF
(232,192,207)
#EAC7D4
(234,199,212)
#ECCED9
(236,206,217)
#EED5DE
(238,213,222)
#F0DCE3
(240,220,227)
#F2E3E8
(242,227,232)
#F4EAED
(244,234,237)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2ABC0 color. Also use rgb(226,171,192) instead hex code.

Text Font Color

.myTextColor { color: #E2ABC0; }

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

This text font color is #E2ABC0.


Background Color

.myBgColor { background-color: #E2ABC0; }

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

This div background color is #E2ABC0.


Border color

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

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

This div border color is #E2ABC0.


Opacity

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

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

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

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

This text has shadow with #E2ABC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2ABC0 on black background.


Color preview on white background

This text has color #E2ABC0 on white background.



Black color preview on #E2ABC0 background

This text has black color on #E2ABC0 background.


White color preview on #E2ABC0 background

This text has white color on #E2ABC0 background.