COLOR #E4BACE

HEX: #E4BACE
RGB: (228,186,206)

Color info

#E4BACE contains red, green and blue colors in about the same proportion. Web safe color of #E4BACE is #CCCCCC (or #CCC).

RGB color model

#E4BACE color RGB value is (228,186,206).

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

RGB channels and saturation

R 228 of 255 = 89%
G 186 of 255 = 73%
B 206 of 255 = 81%

228
186
206

R + G + B ~ 81%. #E4BACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 186 + 206 = 620 (100%)
R 228 of 620 ~ 36.77%
G 186 of 620 ~ 30%
B 206 of 620 ~ 33.23%

%36.77
%30
%33.23

CMYK color model

#E4BACE color CMYK value is (0,18,10,11).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 9.65%
  • key color value is 10.59%
CMYK:
(0,18,10,11)
C0M18Y10K11 
(0%,18%,10%,11%)
(0.00/0.18/0.10/0.11)	

CMYK percentages

%0
%18.42
%9.65
%10.59

Codes

Color #E4BACE in popluar color models

E4BACE
RGB228186206
HSL331°43.75%81.18%
HSB/HSV331°18.42%89.41%
CMYK0.00%18.42%9.65%
10.59%

Color #E4BACE in popluar number systems.

HEXE4BACE
Decimal228186206
Binary111001001011101011001110
Octal344272316

Shades and tints

Shades of #E4BACE

#E4BACE
(228,186,206)
#D0AABC
(208,170,188)
#BC9AAA
(188,154,170)
#A88A98
(168,138,152)
#947A86
(148,122,134)
#806A74
(128,106,116)
#6C5A62
(108,90,98)
#584A50
(88,74,80)
#443A3E
(68,58,62)
#302A2C
(48,42,44)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #E4BACE

#E4BACE
(228,186,206)
#E6C0D2
(230,192,210)
#E8C6D6
(232,198,214)
#EACCDA
(234,204,218)
#ECD2DE
(236,210,222)
#EED8E2
(238,216,226)
#F0DEE6
(240,222,230)
#F2E4EA
(242,228,234)
#F4EAEE
(244,234,238)
#F6F0F2
(246,240,242)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BACE; }

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

This text font color is #E4BACE.


Background Color

.myBgColor { background-color: #E4BACE; }

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

This div background color is #E4BACE.


Border color

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

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

This div border color is #E4BACE.


Opacity

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

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

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

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

This text has shadow with #E4BACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BACE on black background.


Color preview on white background

This text has color #E4BACE on white background.



Black color preview on #E4BACE background

This text has black color on #E4BACE background.


White color preview on #E4BACE background

This text has white color on #E4BACE background.