COLOR #E4BCCC

HEX: #E4BCCC
RGB: (228,188,204)

Color info

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

RGB color model

#E4BCCC color RGB value is (228,188,204).

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

RGB channels and saturation

R 228 of 255 = 89%
G 188 of 255 = 74%
B 204 of 255 = 80%

228
188
204

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

Portions of RGB colors in percentages

R + G + B =
228 + 188 + 204 = 620 (100%)
R 228 of 620 ~ 36.77%
G 188 of 620 ~ 30.32%
B 204 of 620 ~ 32.9%

%36.77
%30.32
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(0,18,11,11)
C0M18Y11K11 
(0%,18%,11%,11%)
(0.00/0.18/0.11/0.11)	

CMYK percentages

%0
%17.54
%10.53
%10.59

Codes

Color #E4BCCC in popluar color models

E4BCCC
RGB228188204
HSL336°42.55%81.57%
HSB/HSV336°17.54%89.41%
CMYK0.00%17.54%10.53%
10.59%

Color #E4BCCC in popluar number systems.

HEXE4BCCC
Decimal228188204
Binary111001001011110011001100
Octal344274314

Shades and tints

Shades of #E4BCCC

#E4BCCC
(228,188,204)
#D0ABBA
(208,171,186)
#BC9AA8
(188,154,168)
#A88996
(168,137,150)
#947884
(148,120,132)
#806772
(128,103,114)
#6C5660
(108,86,96)
#58454E
(88,69,78)
#44343C
(68,52,60)
#30232A
(48,35,42)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #E4BCCC

#E4BCCC
(228,188,204)
#E6C2D0
(230,194,208)
#E8C8D4
(232,200,212)
#EACED8
(234,206,216)
#ECD4DC
(236,212,220)
#EEDAE0
(238,218,224)
#F0E0E4
(240,224,228)
#F2E6E8
(242,230,232)
#F4ECEC
(244,236,236)
#F6F2F0
(246,242,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BCCC; }

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

This text font color is #E4BCCC.


Background Color

.myBgColor { background-color: #E4BCCC; }

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

This div background color is #E4BCCC.


Border color

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

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

This div border color is #E4BCCC.


Opacity

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

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

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

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

This text has shadow with #E4BCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BCCC on black background.


Color preview on white background

This text has color #E4BCCC on white background.



Black color preview on #E4BCCC background

This text has black color on #E4BCCC background.


White color preview on #E4BCCC background

This text has white color on #E4BCCC background.