COLOR #E1B8EC

HEX: #E1B8EC
RGB: (225,184,236)

Color info

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

RGB color model

#E1B8EC color RGB value is (225,184,236).

  • red value is 225;
  • green value is 184;
  • blue value is 236.
RGB:
(225,184,236)
(88%,72%,93%)

RGB channels and saturation

R 225 of 255 = 88%
G 184 of 255 = 72%
B 236 of 255 = 93%

225
184
236

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

Portions of RGB colors in percentages

R + G + B =
225 + 184 + 236 = 645 (100%)
R 225 of 645 ~ 34.88%
G 184 of 645 ~ 28.53%
B 236 of 645 ~ 36.59%

%34.88
%28.53
%36.59

CMYK color model

#E1B8EC color CMYK value is (5,22,0,7).

  • cyan value is 4.66%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,22,0,7)
C5M22Y0K7 
(5%,22%,0%,7%)
(0.05/0.22/0.00/0.07)	

CMYK percentages

%4.66
%22.03
%0
%7.45

Codes

Color #E1B8EC in popluar color models

E1B8EC
RGB225184236
HSL287°57.78%82.35%
HSB/HSV287°22.03%92.55%
CMYK4.66%22.03%0.00%
7.45%

Color #E1B8EC in popluar number systems.

HEXE1B8EC
Decimal225184236
Binary111000011011100011101100
Octal341270354

Shades and tints

Shades of #E1B8EC

#E1B8EC
(225,184,236)
#CDA8D7
(205,168,215)
#B998C2
(185,152,194)
#A588AD
(165,136,173)
#917898
(145,120,152)
#7D6883
(125,104,131)
#69586E
(105,88,110)
#554859
(85,72,89)
#413844
(65,56,68)
#2D282F
(45,40,47)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #E1B8EC

#E1B8EC
(225,184,236)
#E3BEED
(227,190,237)
#E5C4EE
(229,196,238)
#E7CAEF
(231,202,239)
#E9D0F0
(233,208,240)
#EBD6F1
(235,214,241)
#EDDCF2
(237,220,242)
#EFE2F3
(239,226,243)
#F1E8F4
(241,232,244)
#F3EEF5
(243,238,245)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B8EC color. Also use rgb(225,184,236) instead hex code.

Text Font Color

.myTextColor { color: #E1B8EC; }

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

This text font color is #E1B8EC.


Background Color

.myBgColor { background-color: #E1B8EC; }

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

This div background color is #E1B8EC.


Border color

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

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

This div border color is #E1B8EC.


Opacity

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

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

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

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

This text has shadow with #E1B8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B8EC on black background.


Color preview on white background

This text has color #E1B8EC on white background.



Black color preview on #E1B8EC background

This text has black color on #E1B8EC background.


White color preview on #E1B8EC background

This text has white color on #E1B8EC background.