COLOR #E1AABF

HEX: #E1AABF
RGB: (225,170,191)

Color info

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

RGB color model

#E1AABF color RGB value is (225,170,191).

  • red value is 225;
  • green value is 170;
  • blue value is 191.
RGB:
(225,170,191)
(88%,67%,75%)

RGB channels and saturation

R 225 of 255 = 88%
G 170 of 255 = 67%
B 191 of 255 = 75%

225
170
191

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

Portions of RGB colors in percentages

R + G + B =
225 + 170 + 191 = 586 (100%)
R 225 of 586 ~ 38.4%
G 170 of 586 ~ 29.01%
B 191 of 586 ~ 32.59%

%38.4
%29.01
%32.59

CMYK color model

#E1AABF color CMYK value is (0,24,15,12).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 15.11%
  • key color value is 11.76%
CMYK:
(0,24,15,12)
C0M24Y15K12 
(0%,24%,15%,12%)
(0.00/0.24/0.15/0.12)	

CMYK percentages

%0
%24.44
%15.11
%11.76

Codes

Color #E1AABF in popluar color models

E1AABF
RGB225170191
HSL337°47.83%77.45%
HSB/HSV337°24.44%88.24%
CMYK0.00%24.44%15.11%
11.76%

Color #E1AABF in popluar number systems.

HEXE1AABF
Decimal225170191
Binary111000011010101010111111
Octal341252277

Shades and tints

Shades of #E1AABF

#E1AABF
(225,170,191)
#CD9BAE
(205,155,174)
#B98C9D
(185,140,157)
#A57D8C
(165,125,140)
#916E7B
(145,110,123)
#7D5F6A
(125,95,106)
#695059
(105,80,89)
#554148
(85,65,72)
#413237
(65,50,55)
#2D2326
(45,35,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #E1AABF

#E1AABF
(225,170,191)
#E3B1C4
(227,177,196)
#E5B8C9
(229,184,201)
#E7BFCE
(231,191,206)
#E9C6D3
(233,198,211)
#EBCDD8
(235,205,216)
#EDD4DD
(237,212,221)
#EFDBE2
(239,219,226)
#F1E2E7
(241,226,231)
#F3E9EC
(243,233,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AABF color. Also use rgb(225,170,191) instead hex code.

Text Font Color

.myTextColor { color: #E1AABF; }

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

This text font color is #E1AABF.


Background Color

.myBgColor { background-color: #E1AABF; }

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

This div background color is #E1AABF.


Border color

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

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

This div border color is #E1AABF.


Opacity

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

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

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

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

This text has shadow with #E1AABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AABF on black background.


Color preview on white background

This text has color #E1AABF on white background.



Black color preview on #E1AABF background

This text has black color on #E1AABF background.


White color preview on #E1AABF background

This text has white color on #E1AABF background.