COLOR #E8BAF8

HEX: #E8BAF8
RGB: (232,186,248)

Color info

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

RGB color model

#E8BAF8 color RGB value is (232,186,248).

  • red value is 232;
  • green value is 186;
  • blue value is 248.
RGB:
(232,186,248)
(91%,73%,97%)

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 248 of 255 = 97%

232
186
248

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

Portions of RGB colors in percentages

R + G + B =
232 + 186 + 248 = 666 (100%)
R 232 of 666 ~ 34.83%
G 186 of 666 ~ 27.93%
B 248 of 666 ~ 37.24%

%34.83
%27.93
%37.24

CMYK color model

#E8BAF8 color CMYK value is (6,25,0,3).

  • cyan value is 6.45%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(6,25,0,3)
C6M25Y0K3 
(6%,25%,0%,3%)
(0.06/0.25/0.00/0.03)	

CMYK percentages

%6.45
%25
%0
%2.75

Codes

Color #E8BAF8 in popluar color models

E8BAF8
RGB232186248
HSL285°81.58%85.10%
HSB/HSV285°25.00%97.25%
CMYK6.45%25.00%0.00%
2.75%

Color #E8BAF8 in popluar number systems.

HEXE8BAF8
Decimal232186248
Binary111010001011101011111000
Octal350272370

Shades and tints

Shades of #E8BAF8

#E8BAF8
(232,186,248)
#D3AAE2
(211,170,226)
#BE9ACC
(190,154,204)
#A98AB6
(169,138,182)
#947AA0
(148,122,160)
#7F6A8A
(127,106,138)
#6A5A74
(106,90,116)
#554A5E
(85,74,94)
#403A48
(64,58,72)
#2B2A32
(43,42,50)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #E8BAF8

#E8BAF8
(232,186,248)
#EAC0F8
(234,192,248)
#ECC6F8
(236,198,248)
#EECCF8
(238,204,248)
#F0D2F8
(240,210,248)
#F2D8F8
(242,216,248)
#F4DEF8
(244,222,248)
#F6E4F8
(246,228,248)
#F8EAF8
(248,234,248)
#FAF0F8
(250,240,248)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BAF8 color. Also use rgb(232,186,248) instead hex code.

Text Font Color

.myTextColor { color: #E8BAF8; }

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

This text font color is #E8BAF8.


Background Color

.myBgColor { background-color: #E8BAF8; }

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

This div background color is #E8BAF8.


Border color

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

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

This div border color is #E8BAF8.


Opacity

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

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

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

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

This text has shadow with #E8BAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BAF8 on black background.


Color preview on white background

This text has color #E8BAF8 on white background.



Black color preview on #E8BAF8 background

This text has black color on #E8BAF8 background.


White color preview on #E8BAF8 background

This text has white color on #E8BAF8 background.