COLOR #E1B0EB

HEX: #E1B0EB
RGB: (225,176,235)

Color info

#E1B0EB contains red, green and blue colors in about the same proportion. Web safe color of #E1B0EB is #CC99FF (or #C9F).

RGB color model

#E1B0EB color RGB value is (225,176,235).

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

RGB channels and saturation

R 225 of 255 = 88%
G 176 of 255 = 69%
B 235 of 255 = 92%

225
176
235

R + G + B ~ 83%. #E1B0EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 176 + 235 = 636 (100%)
R 225 of 636 ~ 35.38%
G 176 of 636 ~ 27.67%
B 235 of 636 ~ 36.95%

%35.38
%27.67
%36.95

CMYK color model

#E1B0EB color CMYK value is (4,25,0,8).

  • cyan value is 4.26%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,25,0,8)
C4M25Y0K8 
(4%,25%,0%,8%)
(0.04/0.25/0.00/0.08)	

CMYK percentages

%4.26
%25.11
%0
%7.84

Codes

Color #E1B0EB in popluar color models

E1B0EB
RGB225176235
HSL290°59.60%80.59%
HSB/HSV290°25.11%92.16%
CMYK4.26%25.11%0.00%
7.84%

Color #E1B0EB in popluar number systems.

HEXE1B0EB
Decimal225176235
Binary111000011011000011101011
Octal341260353

Shades and tints

Shades of #E1B0EB

#E1B0EB
(225,176,235)
#CDA0D6
(205,160,214)
#B990C1
(185,144,193)
#A580AC
(165,128,172)
#917097
(145,112,151)
#7D6082
(125,96,130)
#69506D
(105,80,109)
#554058
(85,64,88)
#413043
(65,48,67)
#2D202E
(45,32,46)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #E1B0EB

#E1B0EB
(225,176,235)
#E3B7EC
(227,183,236)
#E5BEED
(229,190,237)
#E7C5EE
(231,197,238)
#E9CCEF
(233,204,239)
#EBD3F0
(235,211,240)
#EDDAF1
(237,218,241)
#EFE1F2
(239,225,242)
#F1E8F3
(241,232,243)
#F3EFF4
(243,239,244)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B0EB; }

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

This text font color is #E1B0EB.


Background Color

.myBgColor { background-color: #E1B0EB; }

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

This div background color is #E1B0EB.


Border color

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

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

This div border color is #E1B0EB.


Opacity

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

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

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

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

This text has shadow with #E1B0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B0EB on black background.


Color preview on white background

This text has color #E1B0EB on white background.



Black color preview on #E1B0EB background

This text has black color on #E1B0EB background.


White color preview on #E1B0EB background

This text has white color on #E1B0EB background.