COLOR #E1B6EB

HEX: #E1B6EB
RGB: (225,182,235)

Color info

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

RGB color model

#E1B6EB color RGB value is (225,182,235).

  • red value is 225;
  • green value is 182;
  • blue value is 235.
RGB:
(225,182,235)
(88%,71%,92%)

RGB channels and saturation

R 225 of 255 = 88%
G 182 of 255 = 71%
B 235 of 255 = 92%

225
182
235

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

Portions of RGB colors in percentages

R + G + B =
225 + 182 + 235 = 642 (100%)
R 225 of 642 ~ 35.05%
G 182 of 642 ~ 28.35%
B 235 of 642 ~ 36.6%

%35.05
%28.35
%36.6

CMYK color model

#E1B6EB color CMYK value is (4,23,0,8).

  • cyan value is 4.26%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,23,0,8)
C4M23Y0K8 
(4%,23%,0%,8%)
(0.04/0.23/0.00/0.08)	

CMYK percentages

%4.26
%22.55
%0
%7.84

Codes

Color #E1B6EB in popluar color models

E1B6EB
RGB225182235
HSL289°56.99%81.76%
HSB/HSV289°22.55%92.16%
CMYK4.26%22.55%0.00%
7.84%

Color #E1B6EB in popluar number systems.

HEXE1B6EB
Decimal225182235
Binary111000011011011011101011
Octal341266353

Shades and tints

Shades of #E1B6EB

#E1B6EB
(225,182,235)
#CDA6D6
(205,166,214)
#B996C1
(185,150,193)
#A586AC
(165,134,172)
#917697
(145,118,151)
#7D6682
(125,102,130)
#69566D
(105,86,109)
#554658
(85,70,88)
#413643
(65,54,67)
#2D262E
(45,38,46)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1B6EB

#E1B6EB
(225,182,235)
#E3BCEC
(227,188,236)
#E5C2ED
(229,194,237)
#E7C8EE
(231,200,238)
#E9CEEF
(233,206,239)
#EBD4F0
(235,212,240)
#EDDAF1
(237,218,241)
#EFE0F2
(239,224,242)
#F1E6F3
(241,230,243)
#F3ECF4
(243,236,244)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B6EB color. Also use rgb(225,182,235) instead hex code.

Text Font Color

.myTextColor { color: #E1B6EB; }

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

This text font color is #E1B6EB.


Background Color

.myBgColor { background-color: #E1B6EB; }

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

This div background color is #E1B6EB.


Border color

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

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

This div border color is #E1B6EB.


Opacity

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

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

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

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

This text has shadow with #E1B6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B6EB on black background.


Color preview on white background

This text has color #E1B6EB on white background.



Black color preview on #E1B6EB background

This text has black color on #E1B6EB background.


White color preview on #E1B6EB background

This text has white color on #E1B6EB background.