COLOR #E8BDF9

HEX: #E8BDF9
RGB: (232,189,249)

Color info

#E8BDF9 contains mainly red and blue colors. Web safe color of #E8BDF9 is #FFCCFF (or #FCF).

RGB color model

#E8BDF9 color RGB value is (232,189,249).

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

RGB channels and saturation

R 232 of 255 = 91%
G 189 of 255 = 74%
B 249 of 255 = 98%

232
189
249

R + G + B ~ 88%. #E8BDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 189 + 249 = 670 (100%)
R 232 of 670 ~ 34.63%
G 189 of 670 ~ 28.21%
B 249 of 670 ~ 37.16%

%34.63
%28.21
%37.16

CMYK color model

#E8BDF9 color CMYK value is (7,24,0,2).

  • cyan value is 6.83%
  • magenta value is 24.10%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(7,24,0,2)
C7M24Y0K2 
(7%,24%,0%,2%)
(0.07/0.24/0.00/0.02)	

CMYK percentages

%6.83
%24.1
%0
%2.35

Codes

Color #E8BDF9 in popluar color models

E8BDF9
RGB232189249
HSL283°83.33%85.88%
HSB/HSV283°24.10%97.65%
CMYK6.83%24.10%0.00%
2.35%

Color #E8BDF9 in popluar number systems.

HEXE8BDF9
Decimal232189249
Binary111010001011110111111001
Octal350275371

Shades and tints

Shades of #E8BDF9

#E8BDF9
(232,189,249)
#D3ACE3
(211,172,227)
#BE9BCD
(190,155,205)
#A98AB7
(169,138,183)
#9479A1
(148,121,161)
#7F688B
(127,104,139)
#6A5775
(106,87,117)
#55465F
(85,70,95)
#403549
(64,53,73)
#2B2433
(43,36,51)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #E8BDF9

#E8BDF9
(232,189,249)
#EAC3F9
(234,195,249)
#ECC9F9
(236,201,249)
#EECFF9
(238,207,249)
#F0D5F9
(240,213,249)
#F2DBF9
(242,219,249)
#F4E1F9
(244,225,249)
#F6E7F9
(246,231,249)
#F8EDF9
(248,237,249)
#FAF3F9
(250,243,249)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BDF9; }

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

This text font color is #E8BDF9.


Background Color

.myBgColor { background-color: #E8BDF9; }

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

This div background color is #E8BDF9.


Border color

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

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

This div border color is #E8BDF9.


Opacity

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

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

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

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

This text has shadow with #E8BDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BDF9 on black background.


Color preview on white background

This text has color #E8BDF9 on white background.



Black color preview on #E8BDF9 background

This text has black color on #E8BDF9 background.


White color preview on #E8BDF9 background

This text has white color on #E8BDF9 background.