COLOR #E0BDFD

HEX: #E0BDFD
RGB: (224,189,253)

Color info

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

RGB color model

#E0BDFD color RGB value is (224,189,253).

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

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 253 of 255 = 99%

224
189
253

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

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 253 = 666 (100%)
R 224 of 666 ~ 33.63%
G 189 of 666 ~ 28.38%
B 253 of 666 ~ 37.99%

%33.63
%28.38
%37.99

CMYK color model

#E0BDFD color CMYK value is (11,25,0,1).

  • cyan value is 11.46%
  • magenta value is 25.30%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,25,0,1)
C11M25Y0K1 
(11%,25%,0%,1%)
(0.11/0.25/0.00/0.01)	

CMYK percentages

%11.46
%25.3
%0
%0.78

Codes

Color #E0BDFD in popluar color models

E0BDFD
RGB224189253
HSL273°94.12%86.67%
HSB/HSV273°25.30%99.22%
CMYK11.46%25.30%0.00%
0.78%

Color #E0BDFD in popluar number systems.

HEXE0BDFD
Decimal224189253
Binary111000001011110111111101
Octal340275375

Shades and tints

Shades of #E0BDFD

#E0BDFD
(224,189,253)
#CCACE6
(204,172,230)
#B89BCF
(184,155,207)
#A48AB8
(164,138,184)
#9079A1
(144,121,161)
#7C688A
(124,104,138)
#685773
(104,87,115)
#54465C
(84,70,92)
#403545
(64,53,69)
#2C242E
(44,36,46)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #E0BDFD

#E0BDFD
(224,189,253)
#E2C3FD
(226,195,253)
#E4C9FD
(228,201,253)
#E6CFFD
(230,207,253)
#E8D5FD
(232,213,253)
#EADBFD
(234,219,253)
#ECE1FD
(236,225,253)
#EEE7FD
(238,231,253)
#F0EDFD
(240,237,253)
#F2F3FD
(242,243,253)
#F4F9FD
(244,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BDFD; }

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

This text font color is #E0BDFD.


Background Color

.myBgColor { background-color: #E0BDFD; }

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

This div background color is #E0BDFD.


Border color

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

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

This div border color is #E0BDFD.


Opacity

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

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

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

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

This text has shadow with #E0BDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BDFD on black background.


Color preview on white background

This text has color #E0BDFD on white background.



Black color preview on #E0BDFD background

This text has black color on #E0BDFD background.


White color preview on #E0BDFD background

This text has white color on #E0BDFD background.