COLOR #E8BDE1

HEX: #E8BDE1
RGB: (232,189,225)

Color info

#E8BDE1 contains red, green and blue colors in about the same proportion. Web safe color of #E8BDE1 is #FFCCCC (or #FCC).

RGB color model

#E8BDE1 color RGB value is (232,189,225).

  • red value is 232;
  • green value is 189;
  • blue value is 225.
RGB:
(232,189,225)
(91%,74%,88%)

RGB channels and saturation

R 232 of 255 = 91%
G 189 of 255 = 74%
B 225 of 255 = 88%

232
189
225

R + G + B ~ 84%. #E8BDE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 189 + 225 = 646 (100%)
R 232 of 646 ~ 35.91%
G 189 of 646 ~ 29.26%
B 225 of 646 ~ 34.83%

%35.91
%29.26
%34.83

CMYK color model

#E8BDE1 color CMYK value is (0,19,3,9).

  • cyan value is 0.00%
  • magenta value is 18.53%
  • yellow value is 3.02%
  • key color value is 9.02%
CMYK:
(0,19,3,9)
C0M19Y3K9 
(0%,19%,3%,9%)
(0.00/0.19/0.03/0.09)	

CMYK percentages

%0
%18.53
%3.02
%9.02

Codes

Color #E8BDE1 in popluar color models

E8BDE1
RGB232189225
HSL310°48.31%82.55%
HSB/HSV310°18.53%90.98%
CMYK0.00%18.53%3.02%
9.02%

Color #E8BDE1 in popluar number systems.

HEXE8BDE1
Decimal232189225
Binary111010001011110111100001
Octal350275341

Shades and tints

Shades of #E8BDE1

#E8BDE1
(232,189,225)
#D3ACCD
(211,172,205)
#BE9BB9
(190,155,185)
#A98AA5
(169,138,165)
#947991
(148,121,145)
#7F687D
(127,104,125)
#6A5769
(106,87,105)
#554655
(85,70,85)
#403541
(64,53,65)
#2B242D
(43,36,45)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #E8BDE1

#E8BDE1
(232,189,225)
#EAC3E3
(234,195,227)
#ECC9E5
(236,201,229)
#EECFE7
(238,207,231)
#F0D5E9
(240,213,233)
#F2DBEB
(242,219,235)
#F4E1ED
(244,225,237)
#F6E7EF
(246,231,239)
#F8EDF1
(248,237,241)
#FAF3F3
(250,243,243)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BDE1 color. Also use rgb(232,189,225) instead hex code.

Text Font Color

.myTextColor { color: #E8BDE1; }

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

This text font color is #E8BDE1.


Background Color

.myBgColor { background-color: #E8BDE1; }

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

This div background color is #E8BDE1.


Border color

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

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

This div border color is #E8BDE1.


Opacity

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

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

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

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

This text has shadow with #E8BDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BDE1 on black background.


Color preview on white background

This text has color #E8BDE1 on white background.



Black color preview on #E8BDE1 background

This text has black color on #E8BDE1 background.


White color preview on #E8BDE1 background

This text has white color on #E8BDE1 background.