COLOR #E8BDF1

HEX: #E8BDF1
RGB: (232,189,241)

Color info

#E8BDF1 contains red, green and blue colors in about the same proportion. Web safe color of #E8BDF1 is #FFCCFF (or #FCF).

RGB color model

#E8BDF1 color RGB value is (232,189,241).

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

RGB channels and saturation

R 232 of 255 = 91%
G 189 of 255 = 74%
B 241 of 255 = 95%

232
189
241

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

Portions of RGB colors in percentages

R + G + B =
232 + 189 + 241 = 662 (100%)
R 232 of 662 ~ 35.05%
G 189 of 662 ~ 28.55%
B 241 of 662 ~ 36.4%

%35.05
%28.55
%36.4

CMYK color model

#E8BDF1 color CMYK value is (4,22,0,5).

  • cyan value is 3.73%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(4,22,0,5)
C4M22Y0K5 
(4%,22%,0%,5%)
(0.04/0.22/0.00/0.05)	

CMYK percentages

%3.73
%21.58
%0
%5.49

Codes

Color #E8BDF1 in popluar color models

E8BDF1
RGB232189241
HSL290°65.00%84.31%
HSB/HSV290°21.58%94.51%
CMYK3.73%21.58%0.00%
5.49%

Color #E8BDF1 in popluar number systems.

HEXE8BDF1
Decimal232189241
Binary111010001011110111110001
Octal350275361

Shades and tints

Shades of #E8BDF1

#E8BDF1
(232,189,241)
#D3ACDC
(211,172,220)
#BE9BC7
(190,155,199)
#A98AB2
(169,138,178)
#94799D
(148,121,157)
#7F6888
(127,104,136)
#6A5773
(106,87,115)
#55465E
(85,70,94)
#403549
(64,53,73)
#2B2434
(43,36,52)
#16131F
(22,19,31)
#000000
(0,0,0)

Tints of #E8BDF1

#E8BDF1
(232,189,241)
#EAC3F2
(234,195,242)
#ECC9F3
(236,201,243)
#EECFF4
(238,207,244)
#F0D5F5
(240,213,245)
#F2DBF6
(242,219,246)
#F4E1F7
(244,225,247)
#F6E7F8
(246,231,248)
#F8EDF9
(248,237,249)
#FAF3FA
(250,243,250)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BDF1; }

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

This text font color is #E8BDF1.


Background Color

.myBgColor { background-color: #E8BDF1; }

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

This div background color is #E8BDF1.


Border color

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

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

This div border color is #E8BDF1.


Opacity

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

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

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

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

This text has shadow with #E8BDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BDF1 on black background.


Color preview on white background

This text has color #E8BDF1 on white background.



Black color preview on #E8BDF1 background

This text has black color on #E8BDF1 background.


White color preview on #E8BDF1 background

This text has white color on #E8BDF1 background.