COLOR #E8BACE

HEX: #E8BACE
RGB: (232,186,206)

Color info

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

RGB color model

#E8BACE color RGB value is (232,186,206).

  • red value is 232;
  • green value is 186;
  • blue value is 206.
RGB:
(232,186,206)
(91%,73%,81%)

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 206 of 255 = 81%

232
186
206

R + G + B ~ 82%. #E8BACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 186 + 206 = 624 (100%)
R 232 of 624 ~ 37.18%
G 186 of 624 ~ 29.81%
B 206 of 624 ~ 33.01%

%37.18
%29.81
%33.01

CMYK color model

#E8BACE color CMYK value is (0,20,11,9).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 11.21%
  • key color value is 9.02%
CMYK:
(0,20,11,9)
C0M20Y11K9 
(0%,20%,11%,9%)
(0.00/0.20/0.11/0.09)	

CMYK percentages

%0
%19.83
%11.21
%9.02

Codes

Color #E8BACE in popluar color models

E8BACE
RGB232186206
HSL334°50.00%81.96%
HSB/HSV334°19.83%90.98%
CMYK0.00%19.83%11.21%
9.02%

Color #E8BACE in popluar number systems.

HEXE8BACE
Decimal232186206
Binary111010001011101011001110
Octal350272316

Shades and tints

Shades of #E8BACE

#E8BACE
(232,186,206)
#D3AABC
(211,170,188)
#BE9AAA
(190,154,170)
#A98A98
(169,138,152)
#947A86
(148,122,134)
#7F6A74
(127,106,116)
#6A5A62
(106,90,98)
#554A50
(85,74,80)
#403A3E
(64,58,62)
#2B2A2C
(43,42,44)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #E8BACE

#E8BACE
(232,186,206)
#EAC0D2
(234,192,210)
#ECC6D6
(236,198,214)
#EECCDA
(238,204,218)
#F0D2DE
(240,210,222)
#F2D8E2
(242,216,226)
#F4DEE6
(244,222,230)
#F6E4EA
(246,228,234)
#F8EAEE
(248,234,238)
#FAF0F2
(250,240,242)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BACE color. Also use rgb(232,186,206) instead hex code.

Text Font Color

.myTextColor { color: #E8BACE; }

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

This text font color is #E8BACE.


Background Color

.myBgColor { background-color: #E8BACE; }

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

This div background color is #E8BACE.


Border color

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

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

This div border color is #E8BACE.


Opacity

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

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

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

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

This text has shadow with #E8BACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BACE on black background.


Color preview on white background

This text has color #E8BACE on white background.



Black color preview on #E8BACE background

This text has black color on #E8BACE background.


White color preview on #E8BACE background

This text has white color on #E8BACE background.