COLOR #E1A8B6

HEX: #E1A8B6
RGB: (225,168,182)

Color info

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

RGB color model

#E1A8B6 color RGB value is (225,168,182).

  • red value is 225;
  • green value is 168;
  • blue value is 182.
RGB:
(225,168,182)
(88%,66%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 168 of 255 = 66%
B 182 of 255 = 71%

225
168
182

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

Portions of RGB colors in percentages

R + G + B =
225 + 168 + 182 = 575 (100%)
R 225 of 575 ~ 39.13%
G 168 of 575 ~ 29.22%
B 182 of 575 ~ 31.65%

%39.13
%29.22
%31.65

CMYK color model

#E1A8B6 color CMYK value is (0,25,19,12).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 19.11%
  • key color value is 11.76%
CMYK:
(0,25,19,12)
C0M25Y19K12 
(0%,25%,19%,12%)
(0.00/0.25/0.19/0.12)	

CMYK percentages

%0
%25.33
%19.11
%11.76

Codes

Color #E1A8B6 in popluar color models

E1A8B6
RGB225168182
HSL345°48.72%77.06%
HSB/HSV345°25.33%88.24%
CMYK0.00%25.33%19.11%
11.76%

Color #E1A8B6 in popluar number systems.

HEXE1A8B6
Decimal225168182
Binary111000011010100010110110
Octal341250266

Shades and tints

Shades of #E1A8B6

#E1A8B6
(225,168,182)
#CD99A6
(205,153,166)
#B98A96
(185,138,150)
#A57B86
(165,123,134)
#916C76
(145,108,118)
#7D5D66
(125,93,102)
#694E56
(105,78,86)
#553F46
(85,63,70)
#413036
(65,48,54)
#2D2126
(45,33,38)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #E1A8B6

#E1A8B6
(225,168,182)
#E3AFBC
(227,175,188)
#E5B6C2
(229,182,194)
#E7BDC8
(231,189,200)
#E9C4CE
(233,196,206)
#EBCBD4
(235,203,212)
#EDD2DA
(237,210,218)
#EFD9E0
(239,217,224)
#F1E0E6
(241,224,230)
#F3E7EC
(243,231,236)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A8B6 color. Also use rgb(225,168,182) instead hex code.

Text Font Color

.myTextColor { color: #E1A8B6; }

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

This text font color is #E1A8B6.


Background Color

.myBgColor { background-color: #E1A8B6; }

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

This div background color is #E1A8B6.


Border color

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

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

This div border color is #E1A8B6.


Opacity

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

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

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

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

This text has shadow with #E1A8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A8B6 on black background.


Color preview on white background

This text has color #E1A8B6 on white background.



Black color preview on #E1A8B6 background

This text has black color on #E1A8B6 background.


White color preview on #E1A8B6 background

This text has white color on #E1A8B6 background.