COLOR #E3ABB1

HEX: #E3ABB1
RGB: (227,171,177)

Color info

#E3ABB1 contains red, green and blue colors in about the same proportion. Web safe color of #E3ABB1 is #CC9999 (or #C99).

RGB color model

#E3ABB1 color RGB value is (227,171,177).

  • red value is 227;
  • green value is 171;
  • blue value is 177.
RGB:
(227,171,177)
(89%,67%,69%)

RGB channels and saturation

R 227 of 255 = 89%
G 171 of 255 = 67%
B 177 of 255 = 69%

227
171
177

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

Portions of RGB colors in percentages

R + G + B =
227 + 171 + 177 = 575 (100%)
R 227 of 575 ~ 39.48%
G 171 of 575 ~ 29.74%
B 177 of 575 ~ 30.78%

%39.48
%29.74
%30.78

CMYK color model

#E3ABB1 color CMYK value is (0,25,22,11).

  • cyan value is 0.00%
  • magenta value is 24.67%
  • yellow value is 22.03%
  • key color value is 10.98%
CMYK:
(0,25,22,11)
C0M25Y22K11 
(0%,25%,22%,11%)
(0.00/0.25/0.22/0.11)	

CMYK percentages

%0
%24.67
%22.03
%10.98

Codes

Color #E3ABB1 in popluar color models

E3ABB1
RGB227171177
HSL354°50.00%78.04%
HSB/HSV354°24.67%89.02%
CMYK0.00%24.67%22.03%
10.98%

Color #E3ABB1 in popluar number systems.

HEXE3ABB1
Decimal227171177
Binary111000111010101110110001
Octal343253261

Shades and tints

Shades of #E3ABB1

#E3ABB1
(227,171,177)
#CF9CA1
(207,156,161)
#BB8D91
(187,141,145)
#A77E81
(167,126,129)
#936F71
(147,111,113)
#7F6061
(127,96,97)
#6B5151
(107,81,81)
#574241
(87,66,65)
#433331
(67,51,49)
#2F2421
(47,36,33)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #E3ABB1

#E3ABB1
(227,171,177)
#E5B2B8
(229,178,184)
#E7B9BF
(231,185,191)
#E9C0C6
(233,192,198)
#EBC7CD
(235,199,205)
#EDCED4
(237,206,212)
#EFD5DB
(239,213,219)
#F1DCE2
(241,220,226)
#F3E3E9
(243,227,233)
#F5EAF0
(245,234,240)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3ABB1 color. Also use rgb(227,171,177) instead hex code.

Text Font Color

.myTextColor { color: #E3ABB1; }

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

This text font color is #E3ABB1.


Background Color

.myBgColor { background-color: #E3ABB1; }

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

This div background color is #E3ABB1.


Border color

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

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

This div border color is #E3ABB1.


Opacity

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

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

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

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

This text has shadow with #E3ABB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ABB1 on black background.


Color preview on white background

This text has color #E3ABB1 on white background.



Black color preview on #E3ABB1 background

This text has black color on #E3ABB1 background.


White color preview on #E3ABB1 background

This text has white color on #E3ABB1 background.