COLOR #E5BFD8

HEX: #E5BFD8
RGB: (229,191,216)

Color info

#E5BFD8 contains red, green and blue colors in about the same proportion. Web safe color of #E5BFD8 is #CCCCCC (or #CCC).

RGB color model

#E5BFD8 color RGB value is (229,191,216).

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

RGB channels and saturation

R 229 of 255 = 90%
G 191 of 255 = 75%
B 216 of 255 = 85%

229
191
216

R + G + B ~ 83%. #E5BFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 191 + 216 = 636 (100%)
R 229 of 636 ~ 36.01%
G 191 of 636 ~ 30.03%
B 216 of 636 ~ 33.96%

%36.01
%30.03
%33.96

CMYK color model

#E5BFD8 color CMYK value is (0,17,6,10).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 5.68%
  • key color value is 10.20%
CMYK:
(0,17,6,10)
C0M17Y6K10 
(0%,17%,6%,10%)
(0.00/0.17/0.06/0.10)	

CMYK percentages

%0
%16.59
%5.68
%10.2

Codes

Color #E5BFD8 in popluar color models

E5BFD8
RGB229191216
HSL321°42.22%82.35%
HSB/HSV321°16.59%89.80%
CMYK0.00%16.59%5.68%
10.20%

Color #E5BFD8 in popluar number systems.

HEXE5BFD8
Decimal229191216
Binary111001011011111111011000
Octal345277330

Shades and tints

Shades of #E5BFD8

#E5BFD8
(229,191,216)
#D1AEC5
(209,174,197)
#BD9DB2
(189,157,178)
#A98C9F
(169,140,159)
#957B8C
(149,123,140)
#816A79
(129,106,121)
#6D5966
(109,89,102)
#594853
(89,72,83)
#453740
(69,55,64)
#31262D
(49,38,45)
#1D151A
(29,21,26)
#000000
(0,0,0)

Tints of #E5BFD8

#E5BFD8
(229,191,216)
#E7C4DB
(231,196,219)
#E9C9DE
(233,201,222)
#EBCEE1
(235,206,225)
#EDD3E4
(237,211,228)
#EFD8E7
(239,216,231)
#F1DDEA
(241,221,234)
#F3E2ED
(243,226,237)
#F5E7F0
(245,231,240)
#F7ECF3
(247,236,243)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BFD8; }

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

This text font color is #E5BFD8.


Background Color

.myBgColor { background-color: #E5BFD8; }

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

This div background color is #E5BFD8.


Border color

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

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

This div border color is #E5BFD8.


Opacity

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

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

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

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

This text has shadow with #E5BFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BFD8 on black background.


Color preview on white background

This text has color #E5BFD8 on white background.



Black color preview on #E5BFD8 background

This text has black color on #E5BFD8 background.


White color preview on #E5BFD8 background

This text has white color on #E5BFD8 background.