COLOR #E3BEF1

HEX: #E3BEF1
RGB: (227,190,241)

Color info

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

RGB color model

#E3BEF1 color RGB value is (227,190,241).

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

RGB channels and saturation

R 227 of 255 = 89%
G 190 of 255 = 75%
B 241 of 255 = 95%

227
190
241

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

Portions of RGB colors in percentages

R + G + B =
227 + 190 + 241 = 658 (100%)
R 227 of 658 ~ 34.5%
G 190 of 658 ~ 28.88%
B 241 of 658 ~ 36.63%

%34.5
%28.88
%36.63

CMYK color model

#E3BEF1 color CMYK value is (6,21,0,5).

  • cyan value is 5.81%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(6,21,0,5)
C6M21Y0K5 
(6%,21%,0%,5%)
(0.06/0.21/0.00/0.05)	

CMYK percentages

%5.81
%21.16
%0
%5.49

Codes

Color #E3BEF1 in popluar color models

E3BEF1
RGB227190241
HSL284°64.56%84.51%
HSB/HSV284°21.16%94.51%
CMYK5.81%21.16%0.00%
5.49%

Color #E3BEF1 in popluar number systems.

HEXE3BEF1
Decimal227190241
Binary111000111011111011110001
Octal343276361

Shades and tints

Shades of #E3BEF1

#E3BEF1
(227,190,241)
#CFADDC
(207,173,220)
#BB9CC7
(187,156,199)
#A78BB2
(167,139,178)
#937A9D
(147,122,157)
#7F6988
(127,105,136)
#6B5873
(107,88,115)
#57475E
(87,71,94)
#433649
(67,54,73)
#2F2534
(47,37,52)
#1B141F
(27,20,31)
#000000
(0,0,0)

Tints of #E3BEF1

#E3BEF1
(227,190,241)
#E5C3F2
(229,195,242)
#E7C8F3
(231,200,243)
#E9CDF4
(233,205,244)
#EBD2F5
(235,210,245)
#EDD7F6
(237,215,246)
#EFDCF7
(239,220,247)
#F1E1F8
(241,225,248)
#F3E6F9
(243,230,249)
#F5EBFA
(245,235,250)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BEF1 color. Also use rgb(227,190,241) instead hex code.

Text Font Color

.myTextColor { color: #E3BEF1; }

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

This text font color is #E3BEF1.


Background Color

.myBgColor { background-color: #E3BEF1; }

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

This div background color is #E3BEF1.


Border color

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

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

This div border color is #E3BEF1.


Opacity

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

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

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

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

This text has shadow with #E3BEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BEF1 on black background.


Color preview on white background

This text has color #E3BEF1 on white background.



Black color preview on #E3BEF1 background

This text has black color on #E3BEF1 background.


White color preview on #E3BEF1 background

This text has white color on #E3BEF1 background.