COLOR #E3B6EC

HEX: #E3B6EC
RGB: (227,182,236)

Color info

#E3B6EC contains red, green and blue colors in about the same proportion. Web safe color of #E3B6EC is #CCCCFF (or #CCF).

RGB color model

#E3B6EC color RGB value is (227,182,236).

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

RGB channels and saturation

R 227 of 255 = 89%
G 182 of 255 = 71%
B 236 of 255 = 93%

227
182
236

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

Portions of RGB colors in percentages

R + G + B =
227 + 182 + 236 = 645 (100%)
R 227 of 645 ~ 35.19%
G 182 of 645 ~ 28.22%
B 236 of 645 ~ 36.59%

%35.19
%28.22
%36.59

CMYK color model

#E3B6EC color CMYK value is (4,23,0,7).

  • cyan value is 3.81%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,23,0,7)
C4M23Y0K7 
(4%,23%,0%,7%)
(0.04/0.23/0.00/0.07)	

CMYK percentages

%3.81
%22.88
%0
%7.45

Codes

Color #E3B6EC in popluar color models

E3B6EC
RGB227182236
HSL290°58.70%81.96%
HSB/HSV290°22.88%92.55%
CMYK3.81%22.88%0.00%
7.45%

Color #E3B6EC in popluar number systems.

HEXE3B6EC
Decimal227182236
Binary111000111011011011101100
Octal343266354

Shades and tints

Shades of #E3B6EC

#E3B6EC
(227,182,236)
#CFA6D7
(207,166,215)
#BB96C2
(187,150,194)
#A786AD
(167,134,173)
#937698
(147,118,152)
#7F6683
(127,102,131)
#6B566E
(107,86,110)
#574659
(87,70,89)
#433644
(67,54,68)
#2F262F
(47,38,47)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #E3B6EC

#E3B6EC
(227,182,236)
#E5BCED
(229,188,237)
#E7C2EE
(231,194,238)
#E9C8EF
(233,200,239)
#EBCEF0
(235,206,240)
#EDD4F1
(237,212,241)
#EFDAF2
(239,218,242)
#F1E0F3
(241,224,243)
#F3E6F4
(243,230,244)
#F5ECF5
(245,236,245)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B6EC; }

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

This text font color is #E3B6EC.


Background Color

.myBgColor { background-color: #E3B6EC; }

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

This div background color is #E3B6EC.


Border color

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

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

This div border color is #E3B6EC.


Opacity

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

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

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

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

This text has shadow with #E3B6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B6EC on black background.


Color preview on white background

This text has color #E3B6EC on white background.



Black color preview on #E3B6EC background

This text has black color on #E3B6EC background.


White color preview on #E3B6EC background

This text has white color on #E3B6EC background.