COLOR #E0B3F6

HEX: #E0B3F6
RGB: (224,179,246)

Color info

#E0B3F6 contains mainly red and blue colors. Web safe color of #E0B3F6 is #CC99FF (or #C9F).

RGB color model

#E0B3F6 color RGB value is (224,179,246).

  • red value is 224;
  • green value is 179;
  • blue value is 246.
RGB:
(224,179,246)
(88%,70%,96%)

RGB channels and saturation

R 224 of 255 = 88%
G 179 of 255 = 70%
B 246 of 255 = 96%

224
179
246

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

Portions of RGB colors in percentages

R + G + B =
224 + 179 + 246 = 649 (100%)
R 224 of 649 ~ 34.51%
G 179 of 649 ~ 27.58%
B 246 of 649 ~ 37.9%

%34.51
%27.58
%37.9

CMYK color model

#E0B3F6 color CMYK value is (9,27,0,4).

  • cyan value is 8.94%
  • magenta value is 27.24%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,27,0,4)
C9M27Y0K4 
(9%,27%,0%,4%)
(0.09/0.27/0.00/0.04)	

CMYK percentages

%8.94
%27.24
%0
%3.53

Codes

Color #E0B3F6 in popluar color models

E0B3F6
RGB224179246
HSL280°78.82%83.33%
HSB/HSV280°27.24%96.47%
CMYK8.94%27.24%0.00%
3.53%

Color #E0B3F6 in popluar number systems.

HEXE0B3F6
Decimal224179246
Binary111000001011001111110110
Octal340263366

Shades and tints

Shades of #E0B3F6

#E0B3F6
(224,179,246)
#CCA3E0
(204,163,224)
#B893CA
(184,147,202)
#A483B4
(164,131,180)
#90739E
(144,115,158)
#7C6388
(124,99,136)
#685372
(104,83,114)
#54435C
(84,67,92)
#403346
(64,51,70)
#2C2330
(44,35,48)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #E0B3F6

#E0B3F6
(224,179,246)
#E2B9F6
(226,185,246)
#E4BFF6
(228,191,246)
#E6C5F6
(230,197,246)
#E8CBF6
(232,203,246)
#EAD1F6
(234,209,246)
#ECD7F6
(236,215,246)
#EEDDF6
(238,221,246)
#F0E3F6
(240,227,246)
#F2E9F6
(242,233,246)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B3F6 color. Also use rgb(224,179,246) instead hex code.

Text Font Color

.myTextColor { color: #E0B3F6; }

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

This text font color is #E0B3F6.


Background Color

.myBgColor { background-color: #E0B3F6; }

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

This div background color is #E0B3F6.


Border color

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

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

This div border color is #E0B3F6.


Opacity

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

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

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

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

This text has shadow with #E0B3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B3F6 on black background.


Color preview on white background

This text has color #E0B3F6 on white background.



Black color preview on #E0B3F6 background

This text has black color on #E0B3F6 background.


White color preview on #E0B3F6 background

This text has white color on #E0B3F6 background.