COLOR #E3BFF4

HEX: #E3BFF4
RGB: (227,191,244)

Color info

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

RGB color model

#E3BFF4 color RGB value is (227,191,244).

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

RGB channels and saturation

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

227
191
244

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

Portions of RGB colors in percentages

R + G + B =
227 + 191 + 244 = 662 (100%)
R 227 of 662 ~ 34.29%
G 191 of 662 ~ 28.85%
B 244 of 662 ~ 36.86%

%34.29
%28.85
%36.86

CMYK color model

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

  • cyan value is 6.97%
  • 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.97
%21.72
%0
%4.31

Codes

Color #E3BFF4 in popluar color models

E3BFF4
RGB227191244
HSL281°70.67%85.29%
HSB/HSV281°21.72%95.69%
CMYK6.97%21.72%0.00%
4.31%

Color #E3BFF4 in popluar number systems.

HEXE3BFF4
Decimal227191244
Binary111000111011111111110100
Octal343277364

Shades and tints

Shades of #E3BFF4

#E3BFF4
(227,191,244)
#CFAEDE
(207,174,222)
#BB9DC8
(187,157,200)
#A78CB2
(167,140,178)
#937B9C
(147,123,156)
#7F6A86
(127,106,134)
#6B5970
(107,89,112)
#57485A
(87,72,90)
#433744
(67,55,68)
#2F262E
(47,38,46)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #E3BFF4

#E3BFF4
(227,191,244)
#E5C4F5
(229,196,245)
#E7C9F6
(231,201,246)
#E9CEF7
(233,206,247)
#EBD3F8
(235,211,248)
#EDD8F9
(237,216,249)
#EFDDFA
(239,221,250)
#F1E2FB
(241,226,251)
#F3E7FC
(243,231,252)
#F5ECFD
(245,236,253)
#F7F1FE
(247,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BFF4; }

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

This text font color is #E3BFF4.


Background Color

.myBgColor { background-color: #E3BFF4; }

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

This div background color is #E3BFF4.


Border color

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

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

This div border color is #E3BFF4.


Opacity

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

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

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

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

This text has shadow with #E3BFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BFF4 on black background.


Color preview on white background

This text has color #E3BFF4 on white background.



Black color preview on #E3BFF4 background

This text has black color on #E3BFF4 background.


White color preview on #E3BFF4 background

This text has white color on #E3BFF4 background.