COLOR #E5D0FB

HEX: #E5D0FB
RGB: (229,208,251)

Color info

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

RGB color model

#E5D0FB color RGB value is (229,208,251).

  • red value is 229;
  • green value is 208;
  • blue value is 251.
RGB:
(229,208,251)
(90%,82%,98%)

RGB channels and saturation

R 229 of 255 = 90%
G 208 of 255 = 82%
B 251 of 255 = 98%

229
208
251

R + G + B ~ 90%. #E5D0FB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 208 + 251 = 688 (100%)
R 229 of 688 ~ 33.28%
G 208 of 688 ~ 30.23%
B 251 of 688 ~ 36.48%

%33.28
%30.23
%36.48

CMYK color model

#E5D0FB color CMYK value is (9,17,0,2).

  • cyan value is 8.76%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,17,0,2)
C9M17Y0K2 
(9%,17%,0%,2%)
(0.09/0.17/0.00/0.02)	

CMYK percentages

%8.76
%17.13
%0
%1.57

Codes

Color #E5D0FB in popluar color models

E5D0FB
RGB229208251
HSL269°84.31%90.00%
HSB/HSV269°17.13%98.43%
CMYK8.76%17.13%0.00%
1.57%

Color #E5D0FB in popluar number systems.

HEXE5D0FB
Decimal229208251
Binary111001011101000011111011
Octal345320373

Shades and tints

Shades of #E5D0FB

#E5D0FB
(229,208,251)
#D1BEE5
(209,190,229)
#BDACCF
(189,172,207)
#A99AB9
(169,154,185)
#9588A3
(149,136,163)
#81768D
(129,118,141)
#6D6477
(109,100,119)
#595261
(89,82,97)
#45404B
(69,64,75)
#312E35
(49,46,53)
#1D1C1F
(29,28,31)
#000000
(0,0,0)

Tints of #E5D0FB

#E5D0FB
(229,208,251)
#E7D4FB
(231,212,251)
#E9D8FB
(233,216,251)
#EBDCFB
(235,220,251)
#EDE0FB
(237,224,251)
#EFE4FB
(239,228,251)
#F1E8FB
(241,232,251)
#F3ECFB
(243,236,251)
#F5F0FB
(245,240,251)
#F7F4FB
(247,244,251)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D0FB color. Also use rgb(229,208,251) instead hex code.

Text Font Color

.myTextColor { color: #E5D0FB; }

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

This text font color is #E5D0FB.


Background Color

.myBgColor { background-color: #E5D0FB; }

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

This div background color is #E5D0FB.


Border color

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

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

This div border color is #E5D0FB.


Opacity

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

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

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

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

This text has shadow with #E5D0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D0FB on black background.


Color preview on white background

This text has color #E5D0FB on white background.



Black color preview on #E5D0FB background

This text has black color on #E5D0FB background.


White color preview on #E5D0FB background

This text has white color on #E5D0FB background.