COLOR #E3BFFA

HEX: #E3BFFA
RGB: (227,191,250)

Color info

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

RGB color model

#E3BFFA color RGB value is (227,191,250).

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

RGB channels and saturation

R 227 of 255 = 89%
G 191 of 255 = 75%
B 250 of 255 = 98%

227
191
250

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

Portions of RGB colors in percentages

R + G + B =
227 + 191 + 250 = 668 (100%)
R 227 of 668 ~ 33.98%
G 191 of 668 ~ 28.59%
B 250 of 668 ~ 37.43%

%33.98
%28.59
%37.43

CMYK color model

#E3BFFA color CMYK value is (9,24,0,2).

  • cyan value is 9.20%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,24,0,2)
C9M24Y0K2 
(9%,24%,0%,2%)
(0.09/0.24/0.00/0.02)	

CMYK percentages

%9.2
%23.6
%0
%1.96

Codes

Color #E3BFFA in popluar color models

E3BFFA
RGB227191250
HSL277°85.51%86.47%
HSB/HSV277°23.60%98.04%
CMYK9.20%23.60%0.00%
1.96%

Color #E3BFFA in popluar number systems.

HEXE3BFFA
Decimal227191250
Binary111000111011111111111010
Octal343277372

Shades and tints

Shades of #E3BFFA

#E3BFFA
(227,191,250)
#CFAEE4
(207,174,228)
#BB9DCE
(187,157,206)
#A78CB8
(167,140,184)
#937BA2
(147,123,162)
#7F6A8C
(127,106,140)
#6B5976
(107,89,118)
#574860
(87,72,96)
#43374A
(67,55,74)
#2F2634
(47,38,52)
#1B151E
(27,21,30)
#000000
(0,0,0)

Tints of #E3BFFA

#E3BFFA
(227,191,250)
#E5C4FA
(229,196,250)
#E7C9FA
(231,201,250)
#E9CEFA
(233,206,250)
#EBD3FA
(235,211,250)
#EDD8FA
(237,216,250)
#EFDDFA
(239,221,250)
#F1E2FA
(241,226,250)
#F3E7FA
(243,231,250)
#F5ECFA
(245,236,250)
#F7F1FA
(247,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BFFA; }

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

This text font color is #E3BFFA.


Background Color

.myBgColor { background-color: #E3BFFA; }

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

This div background color is #E3BFFA.


Border color

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

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

This div border color is #E3BFFA.


Opacity

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

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

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

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

This text has shadow with #E3BFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BFFA on black background.


Color preview on white background

This text has color #E3BFFA on white background.



Black color preview on #E3BFFA background

This text has black color on #E3BFFA background.


White color preview on #E3BFFA background

This text has white color on #E3BFFA background.