COLOR #E1AFB2

HEX: #E1AFB2
RGB: (225,175,178)

Color info

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

RGB color model

#E1AFB2 color RGB value is (225,175,178).

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

RGB channels and saturation

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

225
175
178

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

Portions of RGB colors in percentages

R + G + B =
225 + 175 + 178 = 578 (100%)
R 225 of 578 ~ 38.93%
G 175 of 578 ~ 30.28%
B 178 of 578 ~ 30.8%

%38.93
%30.28
%30.8

CMYK color model

#E1AFB2 color CMYK value is (0,22,21,12).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 20.89%
  • key color value is 11.76%
CMYK:
(0,22,21,12)
C0M22Y21K12 
(0%,22%,21%,12%)
(0.00/0.22/0.21/0.12)	

CMYK percentages

%0
%22.22
%20.89
%11.76

Codes

Color #E1AFB2 in popluar color models

E1AFB2
RGB225175178
HSL356°45.45%78.43%
HSB/HSV356°22.22%88.24%
CMYK0.00%22.22%20.89%
11.76%

Color #E1AFB2 in popluar number systems.

HEXE1AFB2
Decimal225175178
Binary111000011010111110110010
Octal341257262

Shades and tints

Shades of #E1AFB2

#E1AFB2
(225,175,178)
#CDA0A2
(205,160,162)
#B99192
(185,145,146)
#A58282
(165,130,130)
#917372
(145,115,114)
#7D6462
(125,100,98)
#695552
(105,85,82)
#554642
(85,70,66)
#413732
(65,55,50)
#2D2822
(45,40,34)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #E1AFB2

#E1AFB2
(225,175,178)
#E3B6B9
(227,182,185)
#E5BDC0
(229,189,192)
#E7C4C7
(231,196,199)
#E9CBCE
(233,203,206)
#EBD2D5
(235,210,213)
#EDD9DC
(237,217,220)
#EFE0E3
(239,224,227)
#F1E7EA
(241,231,234)
#F3EEF1
(243,238,241)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AFB2; }

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

This text font color is #E1AFB2.


Background Color

.myBgColor { background-color: #E1AFB2; }

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

This div background color is #E1AFB2.


Border color

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

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

This div border color is #E1AFB2.


Opacity

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

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

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

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

This text has shadow with #E1AFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AFB2 on black background.


Color preview on white background

This text has color #E1AFB2 on white background.



Black color preview on #E1AFB2 background

This text has black color on #E1AFB2 background.


White color preview on #E1AFB2 background

This text has white color on #E1AFB2 background.