COLOR #E9BAC3

HEX: #E9BAC3
RGB: (233,186,195)

Color info

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

RGB color model

#E9BAC3 color RGB value is (233,186,195).

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

RGB channels and saturation

R 233 of 255 = 91%
G 186 of 255 = 73%
B 195 of 255 = 76%

233
186
195

R + G + B ~ 80%. #E9BAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 186 + 195 = 614 (100%)
R 233 of 614 ~ 37.95%
G 186 of 614 ~ 30.29%
B 195 of 614 ~ 31.76%

%37.95
%30.29
%31.76

CMYK color model

#E9BAC3 color CMYK value is (0,20,16,9).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 16.31%
  • key color value is 8.63%
CMYK:
(0,20,16,9)
C0M20Y16K9 
(0%,20%,16%,9%)
(0.00/0.20/0.16/0.09)	

CMYK percentages

%0
%20.17
%16.31
%8.63

Codes

Color #E9BAC3 in popluar color models

E9BAC3
RGB233186195
HSL349°51.65%82.16%
HSB/HSV349°20.17%91.37%
CMYK0.00%20.17%16.31%
8.63%

Color #E9BAC3 in popluar number systems.

HEXE9BAC3
Decimal233186195
Binary111010011011101011000011
Octal351272303

Shades and tints

Shades of #E9BAC3

#E9BAC3
(233,186,195)
#D4AAB2
(212,170,178)
#BF9AA1
(191,154,161)
#AA8A90
(170,138,144)
#957A7F
(149,122,127)
#806A6E
(128,106,110)
#6B5A5D
(107,90,93)
#564A4C
(86,74,76)
#413A3B
(65,58,59)
#2C2A2A
(44,42,42)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #E9BAC3

#E9BAC3
(233,186,195)
#EBC0C8
(235,192,200)
#EDC6CD
(237,198,205)
#EFCCD2
(239,204,210)
#F1D2D7
(241,210,215)
#F3D8DC
(243,216,220)
#F5DEE1
(245,222,225)
#F7E4E6
(247,228,230)
#F9EAEB
(249,234,235)
#FBF0F0
(251,240,240)
#FDF6F5
(253,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BAC3; }

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

This text font color is #E9BAC3.


Background Color

.myBgColor { background-color: #E9BAC3; }

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

This div background color is #E9BAC3.


Border color

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

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

This div border color is #E9BAC3.


Opacity

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

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

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

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

This text has shadow with #E9BAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BAC3 on black background.


Color preview on white background

This text has color #E9BAC3 on white background.



Black color preview on #E9BAC3 background

This text has black color on #E9BAC3 background.


White color preview on #E9BAC3 background

This text has white color on #E9BAC3 background.