COLOR #E3B5EC

HEX: #E3B5EC
RGB: (227,181,236)

Color info

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

RGB color model

#E3B5EC color RGB value is (227,181,236).

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

RGB channels and saturation

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

227
181
236

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

Portions of RGB colors in percentages

R + G + B =
227 + 181 + 236 = 644 (100%)
R 227 of 644 ~ 35.25%
G 181 of 644 ~ 28.11%
B 236 of 644 ~ 36.65%

%35.25
%28.11
%36.65

CMYK color model

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

  • cyan value is 3.81%
  • magenta value is 23.31%
  • 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
%23.31
%0
%7.45

Codes

Color #E3B5EC in popluar color models

E3B5EC
RGB227181236
HSL290°59.14%81.76%
HSB/HSV290°23.31%92.55%
CMYK3.81%23.31%0.00%
7.45%

Color #E3B5EC in popluar number systems.

HEXE3B5EC
Decimal227181236
Binary111000111011010111101100
Octal343265354

Shades and tints

Shades of #E3B5EC

#E3B5EC
(227,181,236)
#CFA5D7
(207,165,215)
#BB95C2
(187,149,194)
#A785AD
(167,133,173)
#937598
(147,117,152)
#7F6583
(127,101,131)
#6B556E
(107,85,110)
#574559
(87,69,89)
#433544
(67,53,68)
#2F252F
(47,37,47)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #E3B5EC

#E3B5EC
(227,181,236)
#E5BBED
(229,187,237)
#E7C1EE
(231,193,238)
#E9C7EF
(233,199,239)
#EBCDF0
(235,205,240)
#EDD3F1
(237,211,241)
#EFD9F2
(239,217,242)
#F1DFF3
(241,223,243)
#F3E5F4
(243,229,244)
#F5EBF5
(245,235,245)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B5EC; }

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

This text font color is #E3B5EC.


Background Color

.myBgColor { background-color: #E3B5EC; }

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

This div background color is #E3B5EC.


Border color

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

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

This div border color is #E3B5EC.


Opacity

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

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

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

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

This text has shadow with #E3B5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B5EC on black background.


Color preview on white background

This text has color #E3B5EC on white background.



Black color preview on #E3B5EC background

This text has black color on #E3B5EC background.


White color preview on #E3B5EC background

This text has white color on #E3B5EC background.