COLOR #E3B0EC

HEX: #E3B0EC
RGB: (227,176,236)

Color info

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

RGB color model

#E3B0EC color RGB value is (227,176,236).

  • red value is 227;
  • green value is 176;
  • blue value is 236.
RGB:
(227,176,236)
(89%,69%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 176 of 255 = 69%
B 236 of 255 = 93%

227
176
236

R + G + B ~ 84%. #E3B0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 176 + 236 = 639 (100%)
R 227 of 639 ~ 35.52%
G 176 of 639 ~ 27.54%
B 236 of 639 ~ 36.93%

%35.52
%27.54
%36.93

CMYK color model

#E3B0EC color CMYK value is (4,25,0,7).

  • cyan value is 3.81%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,25,0,7)
C4M25Y0K7 
(4%,25%,0%,7%)
(0.04/0.25/0.00/0.07)	

CMYK percentages

%3.81
%25.42
%0
%7.45

Codes

Color #E3B0EC in popluar color models

E3B0EC
RGB227176236
HSL291°61.22%80.78%
HSB/HSV291°25.42%92.55%
CMYK3.81%25.42%0.00%
7.45%

Color #E3B0EC in popluar number systems.

HEXE3B0EC
Decimal227176236
Binary111000111011000011101100
Octal343260354

Shades and tints

Shades of #E3B0EC

#E3B0EC
(227,176,236)
#CFA0D7
(207,160,215)
#BB90C2
(187,144,194)
#A780AD
(167,128,173)
#937098
(147,112,152)
#7F6083
(127,96,131)
#6B506E
(107,80,110)
#574059
(87,64,89)
#433044
(67,48,68)
#2F202F
(47,32,47)
#1B101A
(27,16,26)
#000000
(0,0,0)

Tints of #E3B0EC

#E3B0EC
(227,176,236)
#E5B7ED
(229,183,237)
#E7BEEE
(231,190,238)
#E9C5EF
(233,197,239)
#EBCCF0
(235,204,240)
#EDD3F1
(237,211,241)
#EFDAF2
(239,218,242)
#F1E1F3
(241,225,243)
#F3E8F4
(243,232,244)
#F5EFF5
(245,239,245)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B0EC color. Also use rgb(227,176,236) instead hex code.

Text Font Color

.myTextColor { color: #E3B0EC; }

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

This text font color is #E3B0EC.


Background Color

.myBgColor { background-color: #E3B0EC; }

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

This div background color is #E3B0EC.


Border color

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

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

This div border color is #E3B0EC.


Opacity

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

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

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

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

This text has shadow with #E3B0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B0EC on black background.


Color preview on white background

This text has color #E3B0EC on white background.



Black color preview on #E3B0EC background

This text has black color on #E3B0EC background.


White color preview on #E3B0EC background

This text has white color on #E3B0EC background.