COLOR #E2ABBC

HEX: #E2ABBC RGB: (226,171,188)

Color info

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

RGB color model

#E2ABBC color RGB value is (226,171,188).

RGB: (226,171,188) (89%, 67%, 74%)

RGB channels and saturation

R 226 of 255 = 89%
G 171 of 255 = 67%
B 188 of 255 = 74%

226
171
188

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

Portions of RGB colors in percentages

R + G + B = 226 + 171 + 188 = 585 (100%)
R 226 of 585 ~ 38.63%
G 171 of 585 ~ 29.23%
B 188 of 585 ~ 32.14'%

%38.63
%29.23
%32.14

CMYK color model

#E2ABBC color CMYK value is (0,24,17,11).

  • cyan value is 0.00%
  • magenta value is 24.34%
  • yellow value is 16.81%
  • key color value is 11.37%

CMYK: (0,24,17,11)
C0M24Y17K11 (0%, 24%, 17%, 11%)
(0.00 / 0.24 / 0.17 / 0.11)

CMYK percentages

%0
%24.34
%16.81
%11.37

Codes

Color #E2ABBC in popluar color models

E2 AB BC
RGB 226 171 188
HSL 341° 48.67% 77.84%
HSB/HSV 341° 24.34% 88.63%
CMYK 0.00% 24.34% 16.81%
11.37%

Color #E2ABBC in popluar number systems.

HEX E2 AB BC
Decimal 226 171 188
Binary 11100010 10101011 10111100
Octal 342 253 274

Shades and tints

Shades of #E2ABBC

#E2ABBC
(226,171,188)
#CE9CAB
(206,156,171)
#BA8D9A
(186,141,154)
#A67E89
(166,126,137)
#926F78
(146,111,120)
#7E6067
(126,96,103)
#6A5156
(106,81,86)
#564245
(86,66,69)
#423334
(66,51,52)
#2E2423
(46,36,35)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #E2ABBC

#E2ABBC
(226,171,188)
#E4B2C2
(228,178,194)
#E6B9C8
(230,185,200)
#E8C0CE
(232,192,206)
#EAC7D4
(234,199,212)
#ECCEDA
(236,206,218)
#EED5E0
(238,213,224)
#F0DCE6
(240,220,230)
#F2E3EC
(242,227,236)
#F4EAF2
(244,234,242)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2ABBC; }

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

This text font color is #E2ABBC.

Background Color

.myBgColor { background-color: #E2ABBC; }

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

This div background color is #E2ABBC.

Border color

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

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

This div border color is #E2ABBC.

Opacity

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

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

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

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

This text has shadow with #E2ABBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2ABBC.

Preview

Color preview on black background

This text has color #E2ABBC on black background.


Color preview on white background

This text has color #E2ABBC on white background.


Black color preview on #E2ABBC background

This text has black color on #E2ABBC background.


White color preview on #E2ABBC background

This text has white color on #E2ABBC background.


Related colors

Complementary color

Complementary color for #hex is #1D5443.


I love getcolorcode.com

Triadic colors

1 #BCE2AB and #ABBCE2 with #E2ABBC are triadic colors.

2 #BCABE2 and #ABE2BC with #E2ABBC are triadic colors.