COLOR #E4BCCE

HEX: #E4BCCE
RGB: (228,188,206)

Color info

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

RGB color model

#E4BCCE color RGB value is (228,188,206).

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

RGB channels and saturation

R 228 of 255 = 89%
G 188 of 255 = 74%
B 206 of 255 = 81%

228
188
206

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

Portions of RGB colors in percentages

R + G + B =
228 + 188 + 206 = 622 (100%)
R 228 of 622 ~ 36.66%
G 188 of 622 ~ 30.23%
B 206 of 622 ~ 33.12%

%36.66
%30.23
%33.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.54%
  • 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
%17.54
%9.65
%10.59

Codes

Color #E4BCCE in popluar color models

E4BCCE
RGB228188206
HSL333°42.55%81.57%
HSB/HSV333°17.54%89.41%
CMYK0.00%17.54%9.65%
10.59%

Color #E4BCCE in popluar number systems.

HEXE4BCCE
Decimal228188206
Binary111001001011110011001110
Octal344274316

Shades and tints

Shades of #E4BCCE

#E4BCCE
(228,188,206)
#D0ABBC
(208,171,188)
#BC9AAA
(188,154,170)
#A88998
(168,137,152)
#947886
(148,120,134)
#806774
(128,103,116)
#6C5662
(108,86,98)
#584550
(88,69,80)
#44343E
(68,52,62)
#30232C
(48,35,44)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #E4BCCE

#E4BCCE
(228,188,206)
#E6C2D2
(230,194,210)
#E8C8D6
(232,200,214)
#EACEDA
(234,206,218)
#ECD4DE
(236,212,222)
#EEDAE2
(238,218,226)
#F0E0E6
(240,224,230)
#F2E6EA
(242,230,234)
#F4ECEE
(244,236,238)
#F6F2F2
(246,242,242)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BCCE; }

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

This text font color is #E4BCCE.


Background Color

.myBgColor { background-color: #E4BCCE; }

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

This div background color is #E4BCCE.


Border color

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

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

This div border color is #E4BCCE.


Opacity

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

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

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

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

This text has shadow with #E4BCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BCCE on black background.


Color preview on white background

This text has color #E4BCCE on white background.



Black color preview on #E4BCCE background

This text has black color on #E4BCCE background.


White color preview on #E4BCCE background

This text has white color on #E4BCCE background.