COLOR #E4BCF8

HEX: #E4BCF8
RGB: (228,188,248)

Color info

#E4BCF8 contains mainly red and blue colors. Web safe color of #E4BCF8 is #CCCCFF (or #CCF).

RGB color model

#E4BCF8 color RGB value is (228,188,248).

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

RGB channels and saturation

R 228 of 255 = 89%
G 188 of 255 = 74%
B 248 of 255 = 97%

228
188
248

R + G + B ~ 87%. #E4BCF8 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 188 + 248 = 664 (100%)
R 228 of 664 ~ 34.34%
G 188 of 664 ~ 28.31%
B 248 of 664 ~ 37.35%

%34.34
%28.31
%37.35

CMYK color model

#E4BCF8 color CMYK value is (8,24,0,3).

  • cyan value is 8.06%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(8,24,0,3)
C8M24Y0K3 
(8%,24%,0%,3%)
(0.08/0.24/0.00/0.03)	

CMYK percentages

%8.06
%24.19
%0
%2.75

Codes

Color #E4BCF8 in popluar color models

E4BCF8
RGB228188248
HSL280°81.08%85.49%
HSB/HSV280°24.19%97.25%
CMYK8.06%24.19%0.00%
2.75%

Color #E4BCF8 in popluar number systems.

HEXE4BCF8
Decimal228188248
Binary111001001011110011111000
Octal344274370

Shades and tints

Shades of #E4BCF8

#E4BCF8
(228,188,248)
#D0ABE2
(208,171,226)
#BC9ACC
(188,154,204)
#A889B6
(168,137,182)
#9478A0
(148,120,160)
#80678A
(128,103,138)
#6C5674
(108,86,116)
#58455E
(88,69,94)
#443448
(68,52,72)
#302332
(48,35,50)
#1C121C
(28,18,28)
#000000
(0,0,0)

Tints of #E4BCF8

#E4BCF8
(228,188,248)
#E6C2F8
(230,194,248)
#E8C8F8
(232,200,248)
#EACEF8
(234,206,248)
#ECD4F8
(236,212,248)
#EEDAF8
(238,218,248)
#F0E0F8
(240,224,248)
#F2E6F8
(242,230,248)
#F4ECF8
(244,236,248)
#F6F2F8
(246,242,248)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BCF8; }

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

This text font color is #E4BCF8.


Background Color

.myBgColor { background-color: #E4BCF8; }

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

This div background color is #E4BCF8.


Border color

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

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

This div border color is #E4BCF8.


Opacity

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

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

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

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

This text has shadow with #E4BCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BCF8 on black background.


Color preview on white background

This text has color #E4BCF8 on white background.



Black color preview on #E4BCF8 background

This text has black color on #E4BCF8 background.


White color preview on #E4BCF8 background

This text has white color on #E4BCF8 background.