COLOR #E1B8E1

HEX: #E1B8E1
RGB: (225,184,225)

Color info

#E1B8E1 contains red, green and blue colors in about the same proportion. Web safe color of #E1B8E1 is #CCCCCC (or #CCC).

RGB color model

#E1B8E1 color RGB value is (225,184,225).

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

RGB channels and saturation

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

225
184
225

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

Portions of RGB colors in percentages

R + G + B =
225 + 184 + 225 = 634 (100%)
R 225 of 634 ~ 35.49%
G 184 of 634 ~ 29.02%
B 225 of 634 ~ 35.49%

%35.49
%29.02
%35.49

CMYK color model

#E1B8E1 color CMYK value is (0,18,0,12).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(0,18,0,12)
C0M18Y0K12 
(0%,18%,0%,12%)
(0.00/0.18/0.00/0.12)	

CMYK percentages

%0
%18.22
%0
%11.76

Codes

Color #E1B8E1 in popluar color models

E1B8E1
RGB225184225
HSL300°40.59%80.20%
HSB/HSV300°18.22%88.24%
CMYK0.00%18.22%0.00%
11.76%

Color #E1B8E1 in popluar number systems.

HEXE1B8E1
Decimal225184225
Binary111000011011100011100001
Octal341270341

Shades and tints

Shades of #E1B8E1

#E1B8E1
(225,184,225)
#CDA8CD
(205,168,205)
#B998B9
(185,152,185)
#A588A5
(165,136,165)
#917891
(145,120,145)
#7D687D
(125,104,125)
#695869
(105,88,105)
#554855
(85,72,85)
#413841
(65,56,65)
#2D282D
(45,40,45)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1B8E1

#E1B8E1
(225,184,225)
#E3BEE3
(227,190,227)
#E5C4E5
(229,196,229)
#E7CAE7
(231,202,231)
#E9D0E9
(233,208,233)
#EBD6EB
(235,214,235)
#EDDCED
(237,220,237)
#EFE2EF
(239,226,239)
#F1E8F1
(241,232,241)
#F3EEF3
(243,238,243)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B8E1; }

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

This text font color is #E1B8E1.


Background Color

.myBgColor { background-color: #E1B8E1; }

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

This div background color is #E1B8E1.


Border color

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

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

This div border color is #E1B8E1.


Opacity

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

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

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

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

This text has shadow with #E1B8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B8E1 on black background.


Color preview on white background

This text has color #E1B8E1 on white background.



Black color preview on #E1B8E1 background

This text has black color on #E1B8E1 background.


White color preview on #E1B8E1 background

This text has white color on #E1B8E1 background.