COLOR #E2BCE7

HEX: #E2BCE7
RGB: (226,188,231)

Color info

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

RGB color model

#E2BCE7 color RGB value is (226,188,231).

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

RGB channels and saturation

R 226 of 255 = 89%
G 188 of 255 = 74%
B 231 of 255 = 91%

226
188
231

R + G + B ~ 85%. #E2BCE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 188 + 231 = 645 (100%)
R 226 of 645 ~ 35.04%
G 188 of 645 ~ 29.15%
B 231 of 645 ~ 35.81%

%35.04
%29.15
%35.81

CMYK color model

#E2BCE7 color CMYK value is (2,19,0,9).

  • cyan value is 2.16%
  • magenta value is 18.61%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(2,19,0,9)
C2M19Y0K9 
(2%,19%,0%,9%)
(0.02/0.19/0.00/0.09)	

CMYK percentages

%2.16
%18.61
%0
%9.41

Codes

Color #E2BCE7 in popluar color models

E2BCE7
RGB226188231
HSL293°47.25%82.16%
HSB/HSV293°18.61%90.59%
CMYK2.16%18.61%0.00%
9.41%

Color #E2BCE7 in popluar number systems.

HEXE2BCE7
Decimal226188231
Binary111000101011110011100111
Octal342274347

Shades and tints

Shades of #E2BCE7

#E2BCE7
(226,188,231)
#CEABD2
(206,171,210)
#BA9ABD
(186,154,189)
#A689A8
(166,137,168)
#927893
(146,120,147)
#7E677E
(126,103,126)
#6A5669
(106,86,105)
#564554
(86,69,84)
#42343F
(66,52,63)
#2E232A
(46,35,42)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #E2BCE7

#E2BCE7
(226,188,231)
#E4C2E9
(228,194,233)
#E6C8EB
(230,200,235)
#E8CEED
(232,206,237)
#EAD4EF
(234,212,239)
#ECDAF1
(236,218,241)
#EEE0F3
(238,224,243)
#F0E6F5
(240,230,245)
#F2ECF7
(242,236,247)
#F4F2F9
(244,242,249)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BCE7; }

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

This text font color is #E2BCE7.


Background Color

.myBgColor { background-color: #E2BCE7; }

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

This div background color is #E2BCE7.


Border color

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

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

This div border color is #E2BCE7.


Opacity

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

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

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

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

This text has shadow with #E2BCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BCE7 on black background.


Color preview on white background

This text has color #E2BCE7 on white background.



Black color preview on #E2BCE7 background

This text has black color on #E2BCE7 background.


White color preview on #E2BCE7 background

This text has white color on #E2BCE7 background.