COLOR #E1BAE3

HEX: #E1BAE3
RGB: (225,186,227)

Color info

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

RGB color model

#E1BAE3 color RGB value is (225,186,227).

  • red value is 225;
  • green value is 186;
  • blue value is 227.
RGB:
(225,186,227)
(88%,73%,89%)

RGB channels and saturation

R 225 of 255 = 88%
G 186 of 255 = 73%
B 227 of 255 = 89%

225
186
227

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

Portions of RGB colors in percentages

R + G + B =
225 + 186 + 227 = 638 (100%)
R 225 of 638 ~ 35.27%
G 186 of 638 ~ 29.15%
B 227 of 638 ~ 35.58%

%35.27
%29.15
%35.58

CMYK color model

#E1BAE3 color CMYK value is (1,18,0,11).

  • cyan value is 0.88%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(1,18,0,11)
C1M18Y0K11 
(1%,18%,0%,11%)
(0.01/0.18/0.00/0.11)	

CMYK percentages

%0.88
%18.06
%0
%10.98

Codes

Color #E1BAE3 in popluar color models

E1BAE3
RGB225186227
HSL297°42.27%80.98%
HSB/HSV297°18.06%89.02%
CMYK0.88%18.06%0.00%
10.98%

Color #E1BAE3 in popluar number systems.

HEXE1BAE3
Decimal225186227
Binary111000011011101011100011
Octal341272343

Shades and tints

Shades of #E1BAE3

#E1BAE3
(225,186,227)
#CDAACF
(205,170,207)
#B99ABB
(185,154,187)
#A58AA7
(165,138,167)
#917A93
(145,122,147)
#7D6A7F
(125,106,127)
#695A6B
(105,90,107)
#554A57
(85,74,87)
#413A43
(65,58,67)
#2D2A2F
(45,42,47)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #E1BAE3

#E1BAE3
(225,186,227)
#E3C0E5
(227,192,229)
#E5C6E7
(229,198,231)
#E7CCE9
(231,204,233)
#E9D2EB
(233,210,235)
#EBD8ED
(235,216,237)
#EDDEEF
(237,222,239)
#EFE4F1
(239,228,241)
#F1EAF3
(241,234,243)
#F3F0F5
(243,240,245)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BAE3; }

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

This text font color is #E1BAE3.


Background Color

.myBgColor { background-color: #E1BAE3; }

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

This div background color is #E1BAE3.


Border color

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

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

This div border color is #E1BAE3.


Opacity

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

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

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

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

This text has shadow with #E1BAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BAE3 on black background.


Color preview on white background

This text has color #E1BAE3 on white background.



Black color preview on #E1BAE3 background

This text has black color on #E1BAE3 background.


White color preview on #E1BAE3 background

This text has white color on #E1BAE3 background.