COLOR #E1BEF3

HEX: #E1BEF3
RGB: (225,190,243)

Color info

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

RGB color model

#E1BEF3 color RGB value is (225,190,243).

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

RGB channels and saturation

R 225 of 255 = 88%
G 190 of 255 = 75%
B 243 of 255 = 95%

225
190
243

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

Portions of RGB colors in percentages

R + G + B =
225 + 190 + 243 = 658 (100%)
R 225 of 658 ~ 34.19%
G 190 of 658 ~ 28.88%
B 243 of 658 ~ 36.93%

%34.19
%28.88
%36.93

CMYK color model

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

  • cyan value is 7.41%
  • 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.41
%21.81
%0
%4.71

Codes

Color #E1BEF3 in popluar color models

E1BEF3
RGB225190243
HSL280°68.83%84.90%
HSB/HSV280°21.81%95.29%
CMYK7.41%21.81%0.00%
4.71%

Color #E1BEF3 in popluar number systems.

HEXE1BEF3
Decimal225190243
Binary111000011011111011110011
Octal341276363

Shades and tints

Shades of #E1BEF3

#E1BEF3
(225,190,243)
#CDADDD
(205,173,221)
#B99CC7
(185,156,199)
#A58BB1
(165,139,177)
#917A9B
(145,122,155)
#7D6985
(125,105,133)
#69586F
(105,88,111)
#554759
(85,71,89)
#413643
(65,54,67)
#2D252D
(45,37,45)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #E1BEF3

#E1BEF3
(225,190,243)
#E3C3F4
(227,195,244)
#E5C8F5
(229,200,245)
#E7CDF6
(231,205,246)
#E9D2F7
(233,210,247)
#EBD7F8
(235,215,248)
#EDDCF9
(237,220,249)
#EFE1FA
(239,225,250)
#F1E6FB
(241,230,251)
#F3EBFC
(243,235,252)
#F5F0FD
(245,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BEF3; }

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

This text font color is #E1BEF3.


Background Color

.myBgColor { background-color: #E1BEF3; }

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

This div background color is #E1BEF3.


Border color

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

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

This div border color is #E1BEF3.


Opacity

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

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

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

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

This text has shadow with #E1BEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BEF3 on black background.


Color preview on white background

This text has color #E1BEF3 on white background.



Black color preview on #E1BEF3 background

This text has black color on #E1BEF3 background.


White color preview on #E1BEF3 background

This text has white color on #E1BEF3 background.