COLOR #E4BFF4

HEX: #E4BFF4
RGB: (228,191,244)

Color info

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

RGB color model

#E4BFF4 color RGB value is (228,191,244).

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

RGB channels and saturation

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

228
191
244

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

Portions of RGB colors in percentages

R + G + B =
228 + 191 + 244 = 663 (100%)
R 228 of 663 ~ 34.39%
G 191 of 663 ~ 28.81%
B 244 of 663 ~ 36.8%

%34.39
%28.81
%36.8

CMYK color model

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

  • cyan value is 6.56%
  • magenta value is 21.72%
  • 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
%21.72
%0
%4.31

Codes

Color #E4BFF4 in popluar color models

E4BFF4
RGB228191244
HSL282°70.67%85.29%
HSB/HSV282°21.72%95.69%
CMYK6.56%21.72%0.00%
4.31%

Color #E4BFF4 in popluar number systems.

HEXE4BFF4
Decimal228191244
Binary111001001011111111110100
Octal344277364

Shades and tints

Shades of #E4BFF4

#E4BFF4
(228,191,244)
#D0AEDE
(208,174,222)
#BC9DC8
(188,157,200)
#A88CB2
(168,140,178)
#947B9C
(148,123,156)
#806A86
(128,106,134)
#6C5970
(108,89,112)
#58485A
(88,72,90)
#443744
(68,55,68)
#30262E
(48,38,46)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #E4BFF4

#E4BFF4
(228,191,244)
#E6C4F5
(230,196,245)
#E8C9F6
(232,201,246)
#EACEF7
(234,206,247)
#ECD3F8
(236,211,248)
#EED8F9
(238,216,249)
#F0DDFA
(240,221,250)
#F2E2FB
(242,226,251)
#F4E7FC
(244,231,252)
#F6ECFD
(246,236,253)
#F8F1FE
(248,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BFF4; }

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

This text font color is #E4BFF4.


Background Color

.myBgColor { background-color: #E4BFF4; }

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

This div background color is #E4BFF4.


Border color

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

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

This div border color is #E4BFF4.


Opacity

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

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

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

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

This text has shadow with #E4BFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BFF4 on black background.


Color preview on white background

This text has color #E4BFF4 on white background.



Black color preview on #E4BFF4 background

This text has black color on #E4BFF4 background.


White color preview on #E4BFF4 background

This text has white color on #E4BFF4 background.