COLOR #E2ABBA

HEX: #E2ABBA
RGB: (226,171,186)

Color info

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

RGB color model

#E2ABBA color RGB value is (226,171,186).

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

RGB channels and saturation

R 226 of 255 = 89%
G 171 of 255 = 67%
B 186 of 255 = 73%

226
171
186

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

Portions of RGB colors in percentages

R + G + B =
226 + 171 + 186 = 583 (100%)
R 226 of 583 ~ 38.77%
G 171 of 583 ~ 29.33%
B 186 of 583 ~ 31.9%

%38.77
%29.33
%31.9

CMYK color model

#E2ABBA color CMYK value is (0,24,18,11).

  • cyan value is 0.00%
  • magenta value is 24.34%
  • yellow value is 17.70%
  • key color value is 11.37%
CMYK:
(0,24,18,11)
C0M24Y18K11 
(0%,24%,18%,11%)
(0.00/0.24/0.18/0.11)	

CMYK percentages

%0
%24.34
%17.7
%11.37

Codes

Color #E2ABBA in popluar color models

E2ABBA
RGB226171186
HSL344°48.67%77.84%
HSB/HSV344°24.34%88.63%
CMYK0.00%24.34%17.70%
11.37%

Color #E2ABBA in popluar number systems.

HEXE2ABBA
Decimal226171186
Binary111000101010101110111010
Octal342253272

Shades and tints

Shades of #E2ABBA

#E2ABBA
(226,171,186)
#CE9CAA
(206,156,170)
#BA8D9A
(186,141,154)
#A67E8A
(166,126,138)
#926F7A
(146,111,122)
#7E606A
(126,96,106)
#6A515A
(106,81,90)
#56424A
(86,66,74)
#42333A
(66,51,58)
#2E242A
(46,36,42)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #E2ABBA

#E2ABBA
(226,171,186)
#E4B2C0
(228,178,192)
#E6B9C6
(230,185,198)
#E8C0CC
(232,192,204)
#EAC7D2
(234,199,210)
#ECCED8
(236,206,216)
#EED5DE
(238,213,222)
#F0DCE4
(240,220,228)
#F2E3EA
(242,227,234)
#F4EAF0
(244,234,240)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2ABBA; }

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

This text font color is #E2ABBA.


Background Color

.myBgColor { background-color: #E2ABBA; }

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

This div background color is #E2ABBA.


Border color

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

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

This div border color is #E2ABBA.


Opacity

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

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

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

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

This text has shadow with #E2ABBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2ABBA on black background.


Color preview on white background

This text has color #E2ABBA on white background.



Black color preview on #E2ABBA background

This text has black color on #E2ABBA background.


White color preview on #E2ABBA background

This text has white color on #E2ABBA background.