COLOR #E2BFE5

HEX: #E2BFE5
RGB: (226,191,229)

Color info

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

RGB color model

#E2BFE5 color RGB value is (226,191,229).

  • red value is 226;
  • green value is 191;
  • blue value is 229.
RGB: (226,191,229) (89%,75%,90%)

RGB channels and saturation

R 226 of 255 = 89%
G 191 of 255 = 75%
B 229 of 255 = 90%

226
191
229

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

Portions of RGB colors in percentages

R + G + B =
226 + 191 + 229 = 646 (100%)
R 226 of 646 ~ 34.98%
G 191 of 646 ~ 29.57%
B 229 of 646 ~ 35.45%

%34.98
%29.57
%35.45

CMYK color model

#E2BFE5 color CMYK value is (1,17,0,10).

  • cyan value is 1.31%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (1,17,0,10) C1M17Y0K10 (1%,17%,0%,10%) (0.01/0.17/0.00/0.10)

CMYK percentages

%1.31
%16.59
%0
%10.2

Codes

Color #E2BFE5 in popluar color models

E2BFE5
RGB226191229
HSL295°42.22%82.35%
HSB/HSV295°16.59%89.80%
CMYK1.31%16.59%0.00%
10.20%

Color #E2BFE5 in popluar number systems.

HEXE2BFE5
Decimal226191229
Binary111000101011111111100101
Octal342277345

Shades and tints

Shades of #E2BFE5

#E2BFE5
(226,191,229)
#CEAED1
(206,174,209)
#BA9DBD
(186,157,189)
#A68CA9
(166,140,169)
#927B95
(146,123,149)
#7E6A81
(126,106,129)
#6A596D
(106,89,109)
#564859
(86,72,89)
#423745
(66,55,69)
#2E2631
(46,38,49)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #E2BFE5

#E2BFE5
(226,191,229)
#E4C4E7
(228,196,231)
#E6C9E9
(230,201,233)
#E8CEEB
(232,206,235)
#EAD3ED
(234,211,237)
#ECD8EF
(236,216,239)
#EEDDF1
(238,221,241)
#F0E2F3
(240,226,243)
#F2E7F5
(242,231,245)
#F4ECF7
(244,236,247)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BFE5 color. Also use rgb(226,191,229) instead hex code.

Text Font Color

.myTextColor { color: #E2BFE5; }

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

This text font color is #E2BFE5.


Background Color

.myBgColor { background-color: #E2BFE5; }

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

This div background color is #E2BFE5.


Border color

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

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

This div border color is #E2BFE5.


Opacity

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

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

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

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

This text has shadow with #E2BFE5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E2BFE5 on black background.


Color preview on white background

This text has color #E2BFE5 on white background.



Black color preview on #E2BFE5 background

This text has black color on #E2BFE5 background.


White color preview on #E2BFE5 background

This text has white color on #E2BFE5 background.