COLOR #E4BEF4

HEX: #E4BEF4
RGB: (228,190,244)

Color info

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

RGB color model

#E4BEF4 color RGB value is (228,190,244).

  • red value is 228;
  • green value is 190;
  • blue value is 244.
RGB:
(228,190,244)
(89%,75%,96%)

RGB channels and saturation

R 228 of 255 = 89%
G 190 of 255 = 75%
B 244 of 255 = 96%

228
190
244

R + G + B ~ 87%. #E4BEF4 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 190 + 244 = 662 (100%)
R 228 of 662 ~ 34.44%
G 190 of 662 ~ 28.7%
B 244 of 662 ~ 36.86%

%34.44
%28.7
%36.86

CMYK color model

#E4BEF4 color CMYK value is (7,22,0,4).

  • cyan value is 6.56%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(7,22,0,4)
C7M22Y0K4 
(7%,22%,0%,4%)
(0.07/0.22/0.00/0.04)	

CMYK percentages

%6.56
%22.13
%0
%4.31

Codes

Color #E4BEF4 in popluar color models

E4BEF4
RGB228190244
HSL282°71.05%85.10%
HSB/HSV282°22.13%95.69%
CMYK6.56%22.13%0.00%
4.31%

Color #E4BEF4 in popluar number systems.

HEXE4BEF4
Decimal228190244
Binary111001001011111011110100
Octal344276364

Shades and tints

Shades of #E4BEF4

#E4BEF4
(228,190,244)
#D0ADDE
(208,173,222)
#BC9CC8
(188,156,200)
#A88BB2
(168,139,178)
#947A9C
(148,122,156)
#806986
(128,105,134)
#6C5870
(108,88,112)
#58475A
(88,71,90)
#443644
(68,54,68)
#30252E
(48,37,46)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #E4BEF4

#E4BEF4
(228,190,244)
#E6C3F5
(230,195,245)
#E8C8F6
(232,200,246)
#EACDF7
(234,205,247)
#ECD2F8
(236,210,248)
#EED7F9
(238,215,249)
#F0DCFA
(240,220,250)
#F2E1FB
(242,225,251)
#F4E6FC
(244,230,252)
#F6EBFD
(246,235,253)
#F8F0FE
(248,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BEF4 color. Also use rgb(228,190,244) instead hex code.

Text Font Color

.myTextColor { color: #E4BEF4; }

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

This text font color is #E4BEF4.


Background Color

.myBgColor { background-color: #E4BEF4; }

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

This div background color is #E4BEF4.


Border color

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

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

This div border color is #E4BEF4.


Opacity

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

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

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

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

This text has shadow with #E4BEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BEF4 on black background.


Color preview on white background

This text has color #E4BEF4 on white background.



Black color preview on #E4BEF4 background

This text has black color on #E4BEF4 background.


White color preview on #E4BEF4 background

This text has white color on #E4BEF4 background.