COLOR #E2BEF3

HEX: #E2BEF3
RGB: (226,190,243)

Color info

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

RGB color model

#E2BEF3 color RGB value is (226,190,243).

  • red value is 226;
  • green value is 190;
  • blue value is 243.
RGB:
(226,190,243)
(89%,75%,95%)

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 243 of 255 = 95%

226
190
243

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

Portions of RGB colors in percentages

R + G + B =
226 + 190 + 243 = 659 (100%)
R 226 of 659 ~ 34.29%
G 190 of 659 ~ 28.83%
B 243 of 659 ~ 36.87%

%34.29
%28.83
%36.87

CMYK color model

#E2BEF3 color CMYK value is (7,22,0,5).

  • cyan value is 7.00%
  • magenta value is 21.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(7,22,0,5)
C7M22Y0K5 
(7%,22%,0%,5%)
(0.07/0.22/0.00/0.05)	

CMYK percentages

%7
%21.81
%0
%4.71

Codes

Color #E2BEF3 in popluar color models

E2BEF3
RGB226190243
HSL281°68.83%84.90%
HSB/HSV281°21.81%95.29%
CMYK7.00%21.81%0.00%
4.71%

Color #E2BEF3 in popluar number systems.

HEXE2BEF3
Decimal226190243
Binary111000101011111011110011
Octal342276363

Shades and tints

Shades of #E2BEF3

#E2BEF3
(226,190,243)
#CEADDD
(206,173,221)
#BA9CC7
(186,156,199)
#A68BB1
(166,139,177)
#927A9B
(146,122,155)
#7E6985
(126,105,133)
#6A586F
(106,88,111)
#564759
(86,71,89)
#423643
(66,54,67)
#2E252D
(46,37,45)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2BEF3

#E2BEF3
(226,190,243)
#E4C3F4
(228,195,244)
#E6C8F5
(230,200,245)
#E8CDF6
(232,205,246)
#EAD2F7
(234,210,247)
#ECD7F8
(236,215,248)
#EEDCF9
(238,220,249)
#F0E1FA
(240,225,250)
#F2E6FB
(242,230,251)
#F4EBFC
(244,235,252)
#F6F0FD
(246,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BEF3 color. Also use rgb(226,190,243) instead hex code.

Text Font Color

.myTextColor { color: #E2BEF3; }

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

This text font color is #E2BEF3.


Background Color

.myBgColor { background-color: #E2BEF3; }

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

This div background color is #E2BEF3.


Border color

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

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

This div border color is #E2BEF3.


Opacity

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

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

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

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

This text has shadow with #E2BEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BEF3 on black background.


Color preview on white background

This text has color #E2BEF3 on white background.



Black color preview on #E2BEF3 background

This text has black color on #E2BEF3 background.


White color preview on #E2BEF3 background

This text has white color on #E2BEF3 background.