COLOR #E2BCF0

HEX: #E2BCF0
RGB: (226,188,240)

Color info

#E2BCF0 contains red, green and blue colors in about the same proportion. Web safe color of #E2BCF0 is #CCCCFF (or #CCF).

RGB color model

#E2BCF0 color RGB value is (226,188,240).

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

RGB channels and saturation

R 226 of 255 = 89%
G 188 of 255 = 74%
B 240 of 255 = 94%

226
188
240

R + G + B ~ 86%. #E2BCF0 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 188 + 240 = 654 (100%)
R 226 of 654 ~ 34.56%
G 188 of 654 ~ 28.75%
B 240 of 654 ~ 36.7%

%34.56
%28.75
%36.7

CMYK color model

#E2BCF0 color CMYK value is (6,22,0,6).

  • cyan value is 5.83%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(6,22,0,6)
C6M22Y0K6 
(6%,22%,0%,6%)
(0.06/0.22/0.00/0.06)	

CMYK percentages

%5.83
%21.67
%0
%5.88

Codes

Color #E2BCF0 in popluar color models

E2BCF0
RGB226188240
HSL284°63.41%83.92%
HSB/HSV284°21.67%94.12%
CMYK5.83%21.67%0.00%
5.88%

Color #E2BCF0 in popluar number systems.

HEXE2BCF0
Decimal226188240
Binary111000101011110011110000
Octal342274360

Shades and tints

Shades of #E2BCF0

#E2BCF0
(226,188,240)
#CEABDB
(206,171,219)
#BA9AC6
(186,154,198)
#A689B1
(166,137,177)
#92789C
(146,120,156)
#7E6787
(126,103,135)
#6A5672
(106,86,114)
#56455D
(86,69,93)
#423448
(66,52,72)
#2E2333
(46,35,51)
#1A121E
(26,18,30)
#000000
(0,0,0)

Tints of #E2BCF0

#E2BCF0
(226,188,240)
#E4C2F1
(228,194,241)
#E6C8F2
(230,200,242)
#E8CEF3
(232,206,243)
#EAD4F4
(234,212,244)
#ECDAF5
(236,218,245)
#EEE0F6
(238,224,246)
#F0E6F7
(240,230,247)
#F2ECF8
(242,236,248)
#F4F2F9
(244,242,249)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BCF0; }

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

This text font color is #E2BCF0.


Background Color

.myBgColor { background-color: #E2BCF0; }

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

This div background color is #E2BCF0.


Border color

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

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

This div border color is #E2BCF0.


Opacity

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

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

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

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

This text has shadow with #E2BCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BCF0 on black background.


Color preview on white background

This text has color #E2BCF0 on white background.



Black color preview on #E2BCF0 background

This text has black color on #E2BCF0 background.


White color preview on #E2BCF0 background

This text has white color on #E2BCF0 background.