COLOR #E1B7E0

HEX: #E1B7E0
RGB: (225,183,224)

Color info

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

RGB color model

#E1B7E0 color RGB value is (225,183,224).

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

RGB channels and saturation

R 225 of 255 = 88%
G 183 of 255 = 72%
B 224 of 255 = 88%

225
183
224

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

Portions of RGB colors in percentages

R + G + B =
225 + 183 + 224 = 632 (100%)
R 225 of 632 ~ 35.6%
G 183 of 632 ~ 28.96%
B 224 of 632 ~ 35.44%

%35.6
%28.96
%35.44

CMYK color model

#E1B7E0 color CMYK value is (0,19,0,12).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 0.44%
  • key color value is 11.76%
CMYK:
(0,19,0,12)
C0M19Y0K12 
(0%,19%,0%,12%)
(0.00/0.19/0.00/0.12)	

CMYK percentages

%0
%18.67
%0.44
%11.76

Codes

Color #E1B7E0 in popluar color models

E1B7E0
RGB225183224
HSL301°41.18%80.00%
HSB/HSV301°18.67%88.24%
CMYK0.00%18.67%0.44%
11.76%

Color #E1B7E0 in popluar number systems.

HEXE1B7E0
Decimal225183224
Binary111000011011011111100000
Octal341267340

Shades and tints

Shades of #E1B7E0

#E1B7E0
(225,183,224)
#CDA7CC
(205,167,204)
#B997B8
(185,151,184)
#A587A4
(165,135,164)
#917790
(145,119,144)
#7D677C
(125,103,124)
#695768
(105,87,104)
#554754
(85,71,84)
#413740
(65,55,64)
#2D272C
(45,39,44)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #E1B7E0

#E1B7E0
(225,183,224)
#E3BDE2
(227,189,226)
#E5C3E4
(229,195,228)
#E7C9E6
(231,201,230)
#E9CFE8
(233,207,232)
#EBD5EA
(235,213,234)
#EDDBEC
(237,219,236)
#EFE1EE
(239,225,238)
#F1E7F0
(241,231,240)
#F3EDF2
(243,237,242)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B7E0; }

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

This text font color is #E1B7E0.


Background Color

.myBgColor { background-color: #E1B7E0; }

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

This div background color is #E1B7E0.


Border color

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

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

This div border color is #E1B7E0.


Opacity

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

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

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

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

This text has shadow with #E1B7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B7E0 on black background.


Color preview on white background

This text has color #E1B7E0 on white background.



Black color preview on #E1B7E0 background

This text has black color on #E1B7E0 background.


White color preview on #E1B7E0 background

This text has white color on #E1B7E0 background.