COLOR #E1B8EF

HEX: #E1B8EF
RGB: (225,184,239)

Color info

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

RGB color model

#E1B8EF color RGB value is (225,184,239).

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

RGB channels and saturation

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

225
184
239

R + G + B ~ 85%. #E1B8EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 184 + 239 = 648 (100%)
R 225 of 648 ~ 34.72%
G 184 of 648 ~ 28.4%
B 239 of 648 ~ 36.88%

%34.72
%28.4
%36.88

CMYK color model

#E1B8EF color CMYK value is (6,23,0,6).

  • cyan value is 5.86%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,23,0,6)
C6M23Y0K6 
(6%,23%,0%,6%)
(0.06/0.23/0.00/0.06)	

CMYK percentages

%5.86
%23.01
%0
%6.27

Codes

Color #E1B8EF in popluar color models

E1B8EF
RGB225184239
HSL285°63.22%82.94%
HSB/HSV285°23.01%93.73%
CMYK5.86%23.01%0.00%
6.27%

Color #E1B8EF in popluar number systems.

HEXE1B8EF
Decimal225184239
Binary111000011011100011101111
Octal341270357

Shades and tints

Shades of #E1B8EF

#E1B8EF
(225,184,239)
#CDA8DA
(205,168,218)
#B998C5
(185,152,197)
#A588B0
(165,136,176)
#91789B
(145,120,155)
#7D6886
(125,104,134)
#695871
(105,88,113)
#55485C
(85,72,92)
#413847
(65,56,71)
#2D2832
(45,40,50)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #E1B8EF

#E1B8EF
(225,184,239)
#E3BEF0
(227,190,240)
#E5C4F1
(229,196,241)
#E7CAF2
(231,202,242)
#E9D0F3
(233,208,243)
#EBD6F4
(235,214,244)
#EDDCF5
(237,220,245)
#EFE2F6
(239,226,246)
#F1E8F7
(241,232,247)
#F3EEF8
(243,238,248)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B8EF; }

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

This text font color is #E1B8EF.


Background Color

.myBgColor { background-color: #E1B8EF; }

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

This div background color is #E1B8EF.


Border color

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

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

This div border color is #E1B8EF.


Opacity

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

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

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

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

This text has shadow with #E1B8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B8EF on black background.


Color preview on white background

This text has color #E1B8EF on white background.



Black color preview on #E1B8EF background

This text has black color on #E1B8EF background.


White color preview on #E1B8EF background

This text has white color on #E1B8EF background.