COLOR #E2BCF8

HEX: #E2BCF8
RGB: (226,188,248)

Color info

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

RGB color model

#E2BCF8 color RGB value is (226,188,248).

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

RGB channels and saturation

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

226
188
248

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

Portions of RGB colors in percentages

R + G + B =
226 + 188 + 248 = 662 (100%)
R 226 of 662 ~ 34.14%
G 188 of 662 ~ 28.4%
B 248 of 662 ~ 37.46%

%34.14
%28.4
%37.46

CMYK color model

#E2BCF8 color CMYK value is (9,24,0,3).

  • cyan value is 8.87%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(9,24,0,3)
C9M24Y0K3 
(9%,24%,0%,3%)
(0.09/0.24/0.00/0.03)	

CMYK percentages

%8.87
%24.19
%0
%2.75

Codes

Color #E2BCF8 in popluar color models

E2BCF8
RGB226188248
HSL278°81.08%85.49%
HSB/HSV278°24.19%97.25%
CMYK8.87%24.19%0.00%
2.75%

Color #E2BCF8 in popluar number systems.

HEXE2BCF8
Decimal226188248
Binary111000101011110011111000
Octal342274370

Shades and tints

Shades of #E2BCF8

#E2BCF8
(226,188,248)
#CEABE2
(206,171,226)
#BA9ACC
(186,154,204)
#A689B6
(166,137,182)
#9278A0
(146,120,160)
#7E678A
(126,103,138)
#6A5674
(106,86,116)
#56455E
(86,69,94)
#423448
(66,52,72)
#2E2332
(46,35,50)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #E2BCF8

#E2BCF8
(226,188,248)
#E4C2F8
(228,194,248)
#E6C8F8
(230,200,248)
#E8CEF8
(232,206,248)
#EAD4F8
(234,212,248)
#ECDAF8
(236,218,248)
#EEE0F8
(238,224,248)
#F0E6F8
(240,230,248)
#F2ECF8
(242,236,248)
#F4F2F8
(244,242,248)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BCF8; }

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

This text font color is #E2BCF8.


Background Color

.myBgColor { background-color: #E2BCF8; }

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

This div background color is #E2BCF8.


Border color

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

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

This div border color is #E2BCF8.


Opacity

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

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

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

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

This text has shadow with #E2BCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BCF8 on black background.


Color preview on white background

This text has color #E2BCF8 on white background.



Black color preview on #E2BCF8 background

This text has black color on #E2BCF8 background.


White color preview on #E2BCF8 background

This text has white color on #E2BCF8 background.