COLOR #E4BEF7

HEX: #E4BEF7
RGB: (228,190,247)

Color info

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

RGB color model

#E4BEF7 color RGB value is (228,190,247).

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

RGB channels and saturation

R 228 of 255 = 89%
G 190 of 255 = 75%
B 247 of 255 = 97%

228
190
247

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

Portions of RGB colors in percentages

R + G + B =
228 + 190 + 247 = 665 (100%)
R 228 of 665 ~ 34.29%
G 190 of 665 ~ 28.57%
B 247 of 665 ~ 37.14%

%34.29
%28.57
%37.14

CMYK color model

#E4BEF7 color CMYK value is (8,23,0,3).

  • cyan value is 7.69%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(8,23,0,3)
C8M23Y0K3 
(8%,23%,0%,3%)
(0.08/0.23/0.00/0.03)	

CMYK percentages

%7.69
%23.08
%0
%3.14

Codes

Color #E4BEF7 in popluar color models

E4BEF7
RGB228190247
HSL280°78.08%85.69%
HSB/HSV280°23.08%96.86%
CMYK7.69%23.08%0.00%
3.14%

Color #E4BEF7 in popluar number systems.

HEXE4BEF7
Decimal228190247
Binary111001001011111011110111
Octal344276367

Shades and tints

Shades of #E4BEF7

#E4BEF7
(228,190,247)
#D0ADE1
(208,173,225)
#BC9CCB
(188,156,203)
#A88BB5
(168,139,181)
#947A9F
(148,122,159)
#806989
(128,105,137)
#6C5873
(108,88,115)
#58475D
(88,71,93)
#443647
(68,54,71)
#302531
(48,37,49)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #E4BEF7

#E4BEF7
(228,190,247)
#E6C3F7
(230,195,247)
#E8C8F7
(232,200,247)
#EACDF7
(234,205,247)
#ECD2F7
(236,210,247)
#EED7F7
(238,215,247)
#F0DCF7
(240,220,247)
#F2E1F7
(242,225,247)
#F4E6F7
(244,230,247)
#F6EBF7
(246,235,247)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BEF7; }

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

This text font color is #E4BEF7.


Background Color

.myBgColor { background-color: #E4BEF7; }

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

This div background color is #E4BEF7.


Border color

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

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

This div border color is #E4BEF7.


Opacity

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

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

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

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

This text has shadow with #E4BEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BEF7 on black background.


Color preview on white background

This text has color #E4BEF7 on white background.



Black color preview on #E4BEF7 background

This text has black color on #E4BEF7 background.


White color preview on #E4BEF7 background

This text has white color on #E4BEF7 background.