COLOR #E4BCCA

HEX: #E4BCCA
RGB: (228,188,202)

Color info

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

RGB color model

#E4BCCA color RGB value is (228,188,202).

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

RGB channels and saturation

R 228 of 255 = 89%
G 188 of 255 = 74%
B 202 of 255 = 79%

228
188
202

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

Portions of RGB colors in percentages

R + G + B =
228 + 188 + 202 = 618 (100%)
R 228 of 618 ~ 36.89%
G 188 of 618 ~ 30.42%
B 202 of 618 ~ 32.69%

%36.89
%30.42
%32.69

CMYK color model

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

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

Codes

Color #E4BCCA in popluar color models

E4BCCA
RGB228188202
HSL339°42.55%81.57%
HSB/HSV339°17.54%89.41%
CMYK0.00%17.54%11.40%
10.59%

Color #E4BCCA in popluar number systems.

HEXE4BCCA
Decimal228188202
Binary111001001011110011001010
Octal344274312

Shades and tints

Shades of #E4BCCA

#E4BCCA
(228,188,202)
#D0ABB8
(208,171,184)
#BC9AA6
(188,154,166)
#A88994
(168,137,148)
#947882
(148,120,130)
#806770
(128,103,112)
#6C565E
(108,86,94)
#58454C
(88,69,76)
#44343A
(68,52,58)
#302328
(48,35,40)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #E4BCCA

#E4BCCA
(228,188,202)
#E6C2CE
(230,194,206)
#E8C8D2
(232,200,210)
#EACED6
(234,206,214)
#ECD4DA
(236,212,218)
#EEDADE
(238,218,222)
#F0E0E2
(240,224,226)
#F2E6E6
(242,230,230)
#F4ECEA
(244,236,234)
#F6F2EE
(246,242,238)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BCCA; }

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

This text font color is #E4BCCA.


Background Color

.myBgColor { background-color: #E4BCCA; }

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

This div background color is #E4BCCA.


Border color

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

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

This div border color is #E4BCCA.


Opacity

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

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

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

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

This text has shadow with #E4BCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BCCA on black background.


Color preview on white background

This text has color #E4BCCA on white background.



Black color preview on #E4BCCA background

This text has black color on #E4BCCA background.


White color preview on #E4BCCA background

This text has white color on #E4BCCA background.