COLOR #E3BEFA

HEX: #E3BEFA RGB: (227,190,250)

Color info

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

RGB color model

#E3BEFA color RGB value is (227,190,250).

RGB: (227,190,250) (89%, 75%, 98%)

RGB channels and saturation

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

227
190
250

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

Portions of RGB colors in percentages

R + G + B = 227 + 190 + 250 = 667 (100%)
R 227 of 667 ~ 34.03%
G 190 of 667 ~ 28.49%
B 250 of 667 ~ 37.48'%

%34.03
%28.49
%37.48

CMYK color model

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

  • cyan value is 9.20%
  • magenta value is 24.00%
  • 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
%24
%0
%1.96

Codes

Color #E3BEFA in popluar color models

E3 BE FA
RGB 227 190 250
HSL 277° 85.71% 86.27%
HSB/HSV 277° 24.00% 98.04%
CMYK 9.20% 24.00% 0.00%
1.96%

Color #E3BEFA in popluar number systems.

HEX E3 BE FA
Decimal 227 190 250
Binary 11100011 10111110 11111010
Octal 343 276 372

Shades and tints

Shades of #E3BEFA

#E3BEFA
(227,190,250)
#CFADE4
(207,173,228)
#BB9CCE
(187,156,206)
#A78BB8
(167,139,184)
#937AA2
(147,122,162)
#7F698C
(127,105,140)
#6B5876
(107,88,118)
#574760
(87,71,96)
#43364A
(67,54,74)
#2F2534
(47,37,52)
#1B141E
(27,20,30)
#000000
(0,0,0)

Tints of #E3BEFA

#E3BEFA
(227,190,250)
#E5C3FA
(229,195,250)
#E7C8FA
(231,200,250)
#E9CDFA
(233,205,250)
#EBD2FA
(235,210,250)
#EDD7FA
(237,215,250)
#EFDCFA
(239,220,250)
#F1E1FA
(241,225,250)
#F3E6FA
(243,230,250)
#F5EBFA
(245,235,250)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BEFA; }

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

This text font color is #E3BEFA.

Background Color

.myBgColor { background-color: #E3BEFA; }

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

This div background color is #E3BEFA.

Border color

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

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

This div border color is #E3BEFA.

Opacity

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

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

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

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

This text has shadow with #E3BEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BEFA.

Preview

Color preview on black background

This text has color #E3BEFA on black background.


Color preview on white background

This text has color #E3BEFA on white background.


Black color preview on #E3BEFA background

This text has black color on #E3BEFA background.


White color preview on #E3BEFA background

This text has white color on #E3BEFA background.


Related colors

Complementary color

Complementary color for #hex is #1C4105.


I love getcolorcode.com

Triadic colors

1 #FAE3BE and #BEFAE3 with #E3BEFA are triadic colors.

2 #FABEE3 and #BEE3FA with #E3BEFA are triadic colors.