COLOR #E5BFED

HEX: #E5BFED
RGB: (229,191,237)

Color info

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

RGB color model

#E5BFED color RGB value is (229,191,237).

  • red value is 229;
  • green value is 191;
  • blue value is 237.
RGB:
(229,191,237)
(90%,75%,93%)

RGB channels and saturation

R 229 of 255 = 90%
G 191 of 255 = 75%
B 237 of 255 = 93%

229
191
237

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

Portions of RGB colors in percentages

R + G + B =
229 + 191 + 237 = 657 (100%)
R 229 of 657 ~ 34.86%
G 191 of 657 ~ 29.07%
B 237 of 657 ~ 36.07%

%34.86
%29.07
%36.07

CMYK color model

#E5BFED color CMYK value is (3,19,0,7).

  • cyan value is 3.38%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,19,0,7)
C3M19Y0K7 
(3%,19%,0%,7%)
(0.03/0.19/0.00/0.07)	

CMYK percentages

%3.38
%19.41
%0
%7.06

Codes

Color #E5BFED in popluar color models

E5BFED
RGB229191237
HSL290°56.10%83.92%
HSB/HSV290°19.41%92.94%
CMYK3.38%19.41%0.00%
7.06%

Color #E5BFED in popluar number systems.

HEXE5BFED
Decimal229191237
Binary111001011011111111101101
Octal345277355

Shades and tints

Shades of #E5BFED

#E5BFED
(229,191,237)
#D1AED8
(209,174,216)
#BD9DC3
(189,157,195)
#A98CAE
(169,140,174)
#957B99
(149,123,153)
#816A84
(129,106,132)
#6D596F
(109,89,111)
#59485A
(89,72,90)
#453745
(69,55,69)
#312630
(49,38,48)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #E5BFED

#E5BFED
(229,191,237)
#E7C4EE
(231,196,238)
#E9C9EF
(233,201,239)
#EBCEF0
(235,206,240)
#EDD3F1
(237,211,241)
#EFD8F2
(239,216,242)
#F1DDF3
(241,221,243)
#F3E2F4
(243,226,244)
#F5E7F5
(245,231,245)
#F7ECF6
(247,236,246)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BFED color. Also use rgb(229,191,237) instead hex code.

Text Font Color

.myTextColor { color: #E5BFED; }

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

This text font color is #E5BFED.


Background Color

.myBgColor { background-color: #E5BFED; }

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

This div background color is #E5BFED.


Border color

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

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

This div border color is #E5BFED.


Opacity

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

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

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

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

This text has shadow with #E5BFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BFED on black background.


Color preview on white background

This text has color #E5BFED on white background.



Black color preview on #E5BFED background

This text has black color on #E5BFED background.


White color preview on #E5BFED background

This text has white color on #E5BFED background.