COLOR #E3B6FF

HEX: #E3B6FF
RGB: (227,182,255)

Color info

#E3B6FF contains mainly red and blue colors. Web safe color of #E3B6FF is #CCCCFF (or #CCF).

RGB color model

#E3B6FF color RGB value is (227,182,255).

  • red value is 227;
  • green value is 182;
  • blue value is 255.
RGB:
(227,182,255)
(89%,71%,100%)

RGB channels and saturation

R 227 of 255 = 89%
G 182 of 255 = 71%
B 255 of 255 = 100%

227
182
255

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

Portions of RGB colors in percentages

R + G + B =
227 + 182 + 255 = 664 (100%)
R 227 of 664 ~ 34.19%
G 182 of 664 ~ 27.41%
B 255 of 664 ~ 38.4%

%34.19
%27.41
%38.4

CMYK color model

#E3B6FF color CMYK value is (11,29,0,0).

  • cyan value is 10.98%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(11,29,0,0)
C11M29Y0K0 
(11%,29%,0%,0%)
(0.11/0.29/0.00/0.00)	

CMYK percentages

%10.98
%28.63
%0
%0

Codes

Color #E3B6FF in popluar color models

E3B6FF
RGB227182255
HSL277°100.00%85.69%
HSB/HSV277°28.63%100.00%
CMYK10.98%28.63%0.00%
0.00%

Color #E3B6FF in popluar number systems.

HEXE3B6FF
Decimal227182255
Binary111000111011011011111111
Octal343266377

Shades and tints

Shades of #E3B6FF

#E3B6FF
(227,182,255)
#CFA6E8
(207,166,232)
#BB96D1
(187,150,209)
#A786BA
(167,134,186)
#9376A3
(147,118,163)
#7F668C
(127,102,140)
#6B5675
(107,86,117)
#57465E
(87,70,94)
#433647
(67,54,71)
#2F2630
(47,38,48)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #E3B6FF

#E3B6FF
(227,182,255)
#E5BCFF
(229,188,255)
#E7C2FF
(231,194,255)
#E9C8FF
(233,200,255)
#EBCEFF
(235,206,255)
#EDD4FF
(237,212,255)
#EFDAFF
(239,218,255)
#F1E0FF
(241,224,255)
#F3E6FF
(243,230,255)
#F5ECFF
(245,236,255)
#F7F2FF
(247,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B6FF color. Also use rgb(227,182,255) instead hex code.

Text Font Color

.myTextColor { color: #E3B6FF; }

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

This text font color is #E3B6FF.


Background Color

.myBgColor { background-color: #E3B6FF; }

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

This div background color is #E3B6FF.


Border color

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

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

This div border color is #E3B6FF.


Opacity

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

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

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

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

This text has shadow with #E3B6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B6FF on black background.


Color preview on white background

This text has color #E3B6FF on white background.



Black color preview on #E3B6FF background

This text has black color on #E3B6FF background.


White color preview on #E3B6FF background

This text has white color on #E3B6FF background.