COLOR #E8BFE4

HEX: #E8BFE4
RGB: (232,191,228)

Color info

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

RGB color model

#E8BFE4 color RGB value is (232,191,228).

  • red value is 232;
  • green value is 191;
  • blue value is 228.
RGB:
(232,191,228)
(91%,75%,89%)

RGB channels and saturation

R 232 of 255 = 91%
G 191 of 255 = 75%
B 228 of 255 = 89%

232
191
228

R + G + B ~ 85%. #E8BFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 191 + 228 = 651 (100%)
R 232 of 651 ~ 35.64%
G 191 of 651 ~ 29.34%
B 228 of 651 ~ 35.02%

%35.64
%29.34
%35.02

CMYK color model

#E8BFE4 color CMYK value is (0,18,2,9).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 1.72%
  • key color value is 9.02%
CMYK:
(0,18,2,9)
C0M18Y2K9 
(0%,18%,2%,9%)
(0.00/0.18/0.02/0.09)	

CMYK percentages

%0
%17.67
%1.72
%9.02

Codes

Color #E8BFE4 in popluar color models

E8BFE4
RGB232191228
HSL306°47.13%82.94%
HSB/HSV306°17.67%90.98%
CMYK0.00%17.67%1.72%
9.02%

Color #E8BFE4 in popluar number systems.

HEXE8BFE4
Decimal232191228
Binary111010001011111111100100
Octal350277344

Shades and tints

Shades of #E8BFE4

#E8BFE4
(232,191,228)
#D3AED0
(211,174,208)
#BE9DBC
(190,157,188)
#A98CA8
(169,140,168)
#947B94
(148,123,148)
#7F6A80
(127,106,128)
#6A596C
(106,89,108)
#554858
(85,72,88)
#403744
(64,55,68)
#2B2630
(43,38,48)
#16151C
(22,21,28)
#000000
(0,0,0)

Tints of #E8BFE4

#E8BFE4
(232,191,228)
#EAC4E6
(234,196,230)
#ECC9E8
(236,201,232)
#EECEEA
(238,206,234)
#F0D3EC
(240,211,236)
#F2D8EE
(242,216,238)
#F4DDF0
(244,221,240)
#F6E2F2
(246,226,242)
#F8E7F4
(248,231,244)
#FAECF6
(250,236,246)
#FCF1F8
(252,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BFE4 color. Also use rgb(232,191,228) instead hex code.

Text Font Color

.myTextColor { color: #E8BFE4; }

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

This text font color is #E8BFE4.


Background Color

.myBgColor { background-color: #E8BFE4; }

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

This div background color is #E8BFE4.


Border color

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

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

This div border color is #E8BFE4.


Opacity

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

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

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

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

This text has shadow with #E8BFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BFE4 on black background.


Color preview on white background

This text has color #E8BFE4 on white background.



Black color preview on #E8BFE4 background

This text has black color on #E8BFE4 background.


White color preview on #E8BFE4 background

This text has white color on #E8BFE4 background.