COLOR #E1AFB3

HEX: #E1AFB3
RGB: (225,175,179)

Color info

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

RGB color model

#E1AFB3 color RGB value is (225,175,179).

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

RGB channels and saturation

R 225 of 255 = 88%
G 175 of 255 = 69%
B 179 of 255 = 70%

225
175
179

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

Portions of RGB colors in percentages

R + G + B =
225 + 175 + 179 = 579 (100%)
R 225 of 579 ~ 38.86%
G 175 of 579 ~ 30.22%
B 179 of 579 ~ 30.92%

%38.86
%30.22
%30.92

CMYK color model

#E1AFB3 color CMYK value is (0,22,20,12).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 20.44%
  • key color value is 11.76%
CMYK:
(0,22,20,12)
C0M22Y20K12 
(0%,22%,20%,12%)
(0.00/0.22/0.20/0.12)	

CMYK percentages

%0
%22.22
%20.44
%11.76

Codes

Color #E1AFB3 in popluar color models

E1AFB3
RGB225175179
HSL355°45.45%78.43%
HSB/HSV355°22.22%88.24%
CMYK0.00%22.22%20.44%
11.76%

Color #E1AFB3 in popluar number systems.

HEXE1AFB3
Decimal225175179
Binary111000011010111110110011
Octal341257263

Shades and tints

Shades of #E1AFB3

#E1AFB3
(225,175,179)
#CDA0A3
(205,160,163)
#B99193
(185,145,147)
#A58283
(165,130,131)
#917373
(145,115,115)
#7D6463
(125,100,99)
#695553
(105,85,83)
#554643
(85,70,67)
#413733
(65,55,51)
#2D2823
(45,40,35)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #E1AFB3

#E1AFB3
(225,175,179)
#E3B6B9
(227,182,185)
#E5BDBF
(229,189,191)
#E7C4C5
(231,196,197)
#E9CBCB
(233,203,203)
#EBD2D1
(235,210,209)
#EDD9D7
(237,217,215)
#EFE0DD
(239,224,221)
#F1E7E3
(241,231,227)
#F3EEE9
(243,238,233)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AFB3; }

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

This text font color is #E1AFB3.


Background Color

.myBgColor { background-color: #E1AFB3; }

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

This div background color is #E1AFB3.


Border color

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

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

This div border color is #E1AFB3.


Opacity

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

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

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

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

This text has shadow with #E1AFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AFB3 on black background.


Color preview on white background

This text has color #E1AFB3 on white background.



Black color preview on #E1AFB3 background

This text has black color on #E1AFB3 background.


White color preview on #E1AFB3 background

This text has white color on #E1AFB3 background.