COLOR #E9BAB6

HEX: #E9BAB6
RGB: (233,186,182)

Color info

#E9BAB6 contains red, green and blue colors in about the same proportion. Web safe color of #E9BAB6 is #FFCCCC (or #FCC).

RGB color model

#E9BAB6 color RGB value is (233,186,182).

  • red value is 233;
  • green value is 186;
  • blue value is 182.
RGB:
(233,186,182)
(91%,73%,71%)

RGB channels and saturation

R 233 of 255 = 91%
G 186 of 255 = 73%
B 182 of 255 = 71%

233
186
182

R + G + B ~ 78%. #E9BAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 186 + 182 = 601 (100%)
R 233 of 601 ~ 38.77%
G 186 of 601 ~ 30.95%
B 182 of 601 ~ 30.28%

%38.77
%30.95
%30.28

CMYK color model

#E9BAB6 color CMYK value is (0,20,22,9).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 21.89%
  • key color value is 8.63%
CMYK:
(0,20,22,9)
C0M20Y22K9 
(0%,20%,22%,9%)
(0.00/0.20/0.22/0.09)	

CMYK percentages

%0
%20.17
%21.89
%8.63

Codes

Color #E9BAB6 in popluar color models

E9BAB6
RGB233186182
HSL53.68%81.37%
HSB/HSV21.89%91.37%
CMYK0.00%20.17%21.89%
8.63%

Color #E9BAB6 in popluar number systems.

HEXE9BAB6
Decimal233186182
Binary111010011011101010110110
Octal351272266

Shades and tints

Shades of #E9BAB6

#E9BAB6
(233,186,182)
#D4AAA6
(212,170,166)
#BF9A96
(191,154,150)
#AA8A86
(170,138,134)
#957A76
(149,122,118)
#806A66
(128,106,102)
#6B5A56
(107,90,86)
#564A46
(86,74,70)
#413A36
(65,58,54)
#2C2A26
(44,42,38)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #E9BAB6

#E9BAB6
(233,186,182)
#EBC0BC
(235,192,188)
#EDC6C2
(237,198,194)
#EFCCC8
(239,204,200)
#F1D2CE
(241,210,206)
#F3D8D4
(243,216,212)
#F5DEDA
(245,222,218)
#F7E4E0
(247,228,224)
#F9EAE6
(249,234,230)
#FBF0EC
(251,240,236)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BAB6 color. Also use rgb(233,186,182) instead hex code.

Text Font Color

.myTextColor { color: #E9BAB6; }

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

This text font color is #E9BAB6.


Background Color

.myBgColor { background-color: #E9BAB6; }

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

This div background color is #E9BAB6.


Border color

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

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

This div border color is #E9BAB6.


Opacity

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

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

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

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

This text has shadow with #E9BAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BAB6 on black background.


Color preview on white background

This text has color #E9BAB6 on white background.



Black color preview on #E9BAB6 background

This text has black color on #E9BAB6 background.


White color preview on #E9BAB6 background

This text has white color on #E9BAB6 background.