COLOR #E0BDF5

HEX: #E0BDF5
RGB: (224,189,245)

Color info

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

RGB color model

#E0BDF5 color RGB value is (224,189,245).

  • red value is 224;
  • green value is 189;
  • blue value is 245.
RGB:
(224,189,245)
(88%,74%,96%)

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 245 of 255 = 96%

224
189
245

R + G + B ~ 86%. #E0BDF5 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 245 = 658 (100%)
R 224 of 658 ~ 34.04%
G 189 of 658 ~ 28.72%
B 245 of 658 ~ 37.23%

%34.04
%28.72
%37.23

CMYK color model

#E0BDF5 color CMYK value is (9,23,0,4).

  • cyan value is 8.57%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(9,23,0,4)
C9M23Y0K4 
(9%,23%,0%,4%)
(0.09/0.23/0.00/0.04)	

CMYK percentages

%8.57
%22.86
%0
%3.92

Codes

Color #E0BDF5 in popluar color models

E0BDF5
RGB224189245
HSL278°73.68%85.10%
HSB/HSV278°22.86%96.08%
CMYK8.57%22.86%0.00%
3.92%

Color #E0BDF5 in popluar number systems.

HEXE0BDF5
Decimal224189245
Binary111000001011110111110101
Octal340275365

Shades and tints

Shades of #E0BDF5

#E0BDF5
(224,189,245)
#CCACDF
(204,172,223)
#B89BC9
(184,155,201)
#A48AB3
(164,138,179)
#90799D
(144,121,157)
#7C6887
(124,104,135)
#685771
(104,87,113)
#54465B
(84,70,91)
#403545
(64,53,69)
#2C242F
(44,36,47)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #E0BDF5

#E0BDF5
(224,189,245)
#E2C3F5
(226,195,245)
#E4C9F5
(228,201,245)
#E6CFF5
(230,207,245)
#E8D5F5
(232,213,245)
#EADBF5
(234,219,245)
#ECE1F5
(236,225,245)
#EEE7F5
(238,231,245)
#F0EDF5
(240,237,245)
#F2F3F5
(242,243,245)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BDF5 color. Also use rgb(224,189,245) instead hex code.

Text Font Color

.myTextColor { color: #E0BDF5; }

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

This text font color is #E0BDF5.


Background Color

.myBgColor { background-color: #E0BDF5; }

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

This div background color is #E0BDF5.


Border color

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

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

This div border color is #E0BDF5.


Opacity

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

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

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

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

This text has shadow with #E0BDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BDF5 on black background.


Color preview on white background

This text has color #E0BDF5 on white background.



Black color preview on #E0BDF5 background

This text has black color on #E0BDF5 background.


White color preview on #E0BDF5 background

This text has white color on #E0BDF5 background.