COLOR #E8B9F1

HEX: #E8B9F1
RGB: (232,185,241)

Color info

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

RGB color model

#E8B9F1 color RGB value is (232,185,241).

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

RGB channels and saturation

R 232 of 255 = 91%
G 185 of 255 = 73%
B 241 of 255 = 95%

232
185
241

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

Portions of RGB colors in percentages

R + G + B =
232 + 185 + 241 = 658 (100%)
R 232 of 658 ~ 35.26%
G 185 of 658 ~ 28.12%
B 241 of 658 ~ 36.63%

%35.26
%28.12
%36.63

CMYK color model

#E8B9F1 color CMYK value is (4,23,0,5).

  • cyan value is 3.73%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(4,23,0,5)
C4M23Y0K5 
(4%,23%,0%,5%)
(0.04/0.23/0.00/0.05)	

CMYK percentages

%3.73
%23.24
%0
%5.49

Codes

Color #E8B9F1 in popluar color models

E8B9F1
RGB232185241
HSL290°66.67%83.53%
HSB/HSV290°23.24%94.51%
CMYK3.73%23.24%0.00%
5.49%

Color #E8B9F1 in popluar number systems.

HEXE8B9F1
Decimal232185241
Binary111010001011100111110001
Octal350271361

Shades and tints

Shades of #E8B9F1

#E8B9F1
(232,185,241)
#D3A9DC
(211,169,220)
#BE99C7
(190,153,199)
#A989B2
(169,137,178)
#94799D
(148,121,157)
#7F6988
(127,105,136)
#6A5973
(106,89,115)
#55495E
(85,73,94)
#403949
(64,57,73)
#2B2934
(43,41,52)
#16191F
(22,25,31)
#000000
(0,0,0)

Tints of #E8B9F1

#E8B9F1
(232,185,241)
#EABFF2
(234,191,242)
#ECC5F3
(236,197,243)
#EECBF4
(238,203,244)
#F0D1F5
(240,209,245)
#F2D7F6
(242,215,246)
#F4DDF7
(244,221,247)
#F6E3F8
(246,227,248)
#F8E9F9
(248,233,249)
#FAEFFA
(250,239,250)
#FCF5FB
(252,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B9F1; }

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

This text font color is #E8B9F1.


Background Color

.myBgColor { background-color: #E8B9F1; }

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

This div background color is #E8B9F1.


Border color

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

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

This div border color is #E8B9F1.


Opacity

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

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

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

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

This text has shadow with #E8B9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B9F1 on black background.


Color preview on white background

This text has color #E8B9F1 on white background.



Black color preview on #E8B9F1 background

This text has black color on #E8B9F1 background.


White color preview on #E8B9F1 background

This text has white color on #E8B9F1 background.