COLOR #E9B1A2

HEX: #E9B1A2
RGB: (233,177,162)

Color info

#E9B1A2 contains mainly red and green colors. Web safe color of #E9B1A2 is #FF9999 (or #F99).

RGB color model

#E9B1A2 color RGB value is (233,177,162).

  • red value is 233;
  • green value is 177;
  • blue value is 162.
RGB:
(233,177,162)
(91%,69%,64%)

RGB channels and saturation

R 233 of 255 = 91%
G 177 of 255 = 69%
B 162 of 255 = 64%

233
177
162

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

Portions of RGB colors in percentages

R + G + B =
233 + 177 + 162 = 572 (100%)
R 233 of 572 ~ 40.73%
G 177 of 572 ~ 30.94%
B 162 of 572 ~ 28.32%

%40.73
%30.94
%28.32

CMYK color model

#E9B1A2 color CMYK value is (0,24,30,9).

  • cyan value is 0.00%
  • magenta value is 24.03%
  • yellow value is 30.47%
  • key color value is 8.63%
CMYK:
(0,24,30,9)
C0M24Y30K9 
(0%,24%,30%,9%)
(0.00/0.24/0.30/0.09)	

CMYK percentages

%0
%24.03
%30.47
%8.63

Codes

Color #E9B1A2 in popluar color models

E9B1A2
RGB233177162
HSL13°61.74%77.45%
HSB/HSV13°30.47%91.37%
CMYK0.00%24.03%30.47%
8.63%

Color #E9B1A2 in popluar number systems.

HEXE9B1A2
Decimal233177162
Binary111010011011000110100010
Octal351261242

Shades and tints

Shades of #E9B1A2

#E9B1A2
(233,177,162)
#D4A194
(212,161,148)
#BF9186
(191,145,134)
#AA8178
(170,129,120)
#95716A
(149,113,106)
#80615C
(128,97,92)
#6B514E
(107,81,78)
#564140
(86,65,64)
#413132
(65,49,50)
#2C2124
(44,33,36)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #E9B1A2

#E9B1A2
(233,177,162)
#EBB8AA
(235,184,170)
#EDBFB2
(237,191,178)
#EFC6BA
(239,198,186)
#F1CDC2
(241,205,194)
#F3D4CA
(243,212,202)
#F5DBD2
(245,219,210)
#F7E2DA
(247,226,218)
#F9E9E2
(249,233,226)
#FBF0EA
(251,240,234)
#FDF7F2
(253,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B1A2 color. Also use rgb(233,177,162) instead hex code.

Text Font Color

.myTextColor { color: #E9B1A2; }

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

This text font color is #E9B1A2.


Background Color

.myBgColor { background-color: #E9B1A2; }

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

This div background color is #E9B1A2.


Border color

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

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

This div border color is #E9B1A2.


Opacity

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

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

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

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

This text has shadow with #E9B1A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B1A2 on black background.


Color preview on white background

This text has color #E9B1A2 on white background.



Black color preview on #E9B1A2 background

This text has black color on #E9B1A2 background.


White color preview on #E9B1A2 background

This text has white color on #E9B1A2 background.