COLOR #E4BEFD

HEX: #E4BEFD
RGB: (228,190,253)

Color info

#E4BEFD contains mainly red and blue colors. Web safe color of #E4BEFD is #CCCCFF (or #CCF).

RGB color model

#E4BEFD color RGB value is (228,190,253).

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

RGB channels and saturation

R 228 of 255 = 89%
G 190 of 255 = 75%
B 253 of 255 = 99%

228
190
253

R + G + B ~ 88%. #E4BEFD is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 190 + 253 = 671 (100%)
R 228 of 671 ~ 33.98%
G 190 of 671 ~ 28.32%
B 253 of 671 ~ 37.7%

%33.98
%28.32
%37.7

CMYK color model

#E4BEFD color CMYK value is (10,25,0,1).

  • cyan value is 9.88%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(10,25,0,1)
C10M25Y0K1 
(10%,25%,0%,1%)
(0.10/0.25/0.00/0.01)	

CMYK percentages

%9.88
%24.9
%0
%0.78

Codes

Color #E4BEFD in popluar color models

E4BEFD
RGB228190253
HSL276°94.03%86.86%
HSB/HSV276°24.90%99.22%
CMYK9.88%24.90%0.00%
0.78%

Color #E4BEFD in popluar number systems.

HEXE4BEFD
Decimal228190253
Binary111001001011111011111101
Octal344276375

Shades and tints

Shades of #E4BEFD

#E4BEFD
(228,190,253)
#D0ADE6
(208,173,230)
#BC9CCF
(188,156,207)
#A88BB8
(168,139,184)
#947AA1
(148,122,161)
#80698A
(128,105,138)
#6C5873
(108,88,115)
#58475C
(88,71,92)
#443645
(68,54,69)
#30252E
(48,37,46)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #E4BEFD

#E4BEFD
(228,190,253)
#E6C3FD
(230,195,253)
#E8C8FD
(232,200,253)
#EACDFD
(234,205,253)
#ECD2FD
(236,210,253)
#EED7FD
(238,215,253)
#F0DCFD
(240,220,253)
#F2E1FD
(242,225,253)
#F4E6FD
(244,230,253)
#F6EBFD
(246,235,253)
#F8F0FD
(248,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BEFD; }

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

This text font color is #E4BEFD.


Background Color

.myBgColor { background-color: #E4BEFD; }

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

This div background color is #E4BEFD.


Border color

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

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

This div border color is #E4BEFD.


Opacity

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

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

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

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

This text has shadow with #E4BEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BEFD on black background.


Color preview on white background

This text has color #E4BEFD on white background.



Black color preview on #E4BEFD background

This text has black color on #E4BEFD background.


White color preview on #E4BEFD background

This text has white color on #E4BEFD background.