COLOR #E3BDFA

HEX: #E3BDFA
RGB: (227,189,250)

Color info

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

RGB color model

#E3BDFA color RGB value is (227,189,250).

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

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 250 of 255 = 98%

227
189
250

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

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 250 = 666 (100%)
R 227 of 666 ~ 34.08%
G 189 of 666 ~ 28.38%
B 250 of 666 ~ 37.54%

%34.08
%28.38
%37.54

CMYK color model

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

  • cyan value is 9.20%
  • magenta value is 24.40%
  • 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.4
%0
%1.96

Codes

Color #E3BDFA in popluar color models

E3BDFA
RGB227189250
HSL277°85.92%86.08%
HSB/HSV277°24.40%98.04%
CMYK9.20%24.40%0.00%
1.96%

Color #E3BDFA in popluar number systems.

HEXE3BDFA
Decimal227189250
Binary111000111011110111111010
Octal343275372

Shades and tints

Shades of #E3BDFA

#E3BDFA
(227,189,250)
#CFACE4
(207,172,228)
#BB9BCE
(187,155,206)
#A78AB8
(167,138,184)
#9379A2
(147,121,162)
#7F688C
(127,104,140)
#6B5776
(107,87,118)
#574660
(87,70,96)
#43354A
(67,53,74)
#2F2434
(47,36,52)
#1B131E
(27,19,30)
#000000
(0,0,0)

Tints of #E3BDFA

#E3BDFA
(227,189,250)
#E5C3FA
(229,195,250)
#E7C9FA
(231,201,250)
#E9CFFA
(233,207,250)
#EBD5FA
(235,213,250)
#EDDBFA
(237,219,250)
#EFE1FA
(239,225,250)
#F1E7FA
(241,231,250)
#F3EDFA
(243,237,250)
#F5F3FA
(245,243,250)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BDFA; }

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

This text font color is #E3BDFA.


Background Color

.myBgColor { background-color: #E3BDFA; }

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

This div background color is #E3BDFA.


Border color

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

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

This div border color is #E3BDFA.


Opacity

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

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

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

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

This text has shadow with #E3BDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDFA on black background.


Color preview on white background

This text has color #E3BDFA on white background.



Black color preview on #E3BDFA background

This text has black color on #E3BDFA background.


White color preview on #E3BDFA background

This text has white color on #E3BDFA background.