COLOR #E1AFB9

HEX: #E1AFB9
RGB: (225,175,185)

Color info

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

RGB color model

#E1AFB9 color RGB value is (225,175,185).

  • red value is 225;
  • green value is 175;
  • blue value is 185.
RGB:
(225,175,185)
(88%,69%,73%)

RGB channels and saturation

R 225 of 255 = 88%
G 175 of 255 = 69%
B 185 of 255 = 73%

225
175
185

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

Portions of RGB colors in percentages

R + G + B =
225 + 175 + 185 = 585 (100%)
R 225 of 585 ~ 38.46%
G 175 of 585 ~ 29.91%
B 185 of 585 ~ 31.62%

%38.46
%29.91
%31.62

CMYK color model

#E1AFB9 color CMYK value is (0,22,18,12).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 17.78%
  • key color value is 11.76%
CMYK:
(0,22,18,12)
C0M22Y18K12 
(0%,22%,18%,12%)
(0.00/0.22/0.18/0.12)	

CMYK percentages

%0
%22.22
%17.78
%11.76

Codes

Color #E1AFB9 in popluar color models

E1AFB9
RGB225175185
HSL348°45.45%78.43%
HSB/HSV348°22.22%88.24%
CMYK0.00%22.22%17.78%
11.76%

Color #E1AFB9 in popluar number systems.

HEXE1AFB9
Decimal225175185
Binary111000011010111110111001
Octal341257271

Shades and tints

Shades of #E1AFB9

#E1AFB9
(225,175,185)
#CDA0A9
(205,160,169)
#B99199
(185,145,153)
#A58289
(165,130,137)
#917379
(145,115,121)
#7D6469
(125,100,105)
#695559
(105,85,89)
#554649
(85,70,73)
#413739
(65,55,57)
#2D2829
(45,40,41)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #E1AFB9

#E1AFB9
(225,175,185)
#E3B6BF
(227,182,191)
#E5BDC5
(229,189,197)
#E7C4CB
(231,196,203)
#E9CBD1
(233,203,209)
#EBD2D7
(235,210,215)
#EDD9DD
(237,217,221)
#EFE0E3
(239,224,227)
#F1E7E9
(241,231,233)
#F3EEEF
(243,238,239)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AFB9 color. Also use rgb(225,175,185) instead hex code.

Text Font Color

.myTextColor { color: #E1AFB9; }

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

This text font color is #E1AFB9.


Background Color

.myBgColor { background-color: #E1AFB9; }

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

This div background color is #E1AFB9.


Border color

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

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

This div border color is #E1AFB9.


Opacity

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

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

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

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

This text has shadow with #E1AFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AFB9 on black background.


Color preview on white background

This text has color #E1AFB9 on white background.



Black color preview on #E1AFB9 background

This text has black color on #E1AFB9 background.


White color preview on #E1AFB9 background

This text has white color on #E1AFB9 background.