COLOR #E1BAE5

HEX: #E1BAE5 RGB: (225,186,229)

Color info

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

RGB color model

#E1BAE5 color RGB value is (225,186,229).

RGB: (225,186,229) (88%, 73%, 90%)

RGB channels and saturation

R 225 of 255 = 88%
G 186 of 255 = 73%
B 229 of 255 = 90%

225
186
229

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

Portions of RGB colors in percentages

R + G + B = 225 + 186 + 229 = 640 (100%)
R 225 of 640 ~ 35.16%
G 186 of 640 ~ 29.06%
B 229 of 640 ~ 35.78'%

%35.16
%29.06
%35.78

CMYK color model

#E1BAE5 color CMYK value is (2,19,0,10).

  • cyan value is 1.75%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (2,19,0,10)
C2M19Y0K10 (2%, 19%, 0%, 10%)
(0.02 / 0.19 / 0.00 / 0.10)

CMYK percentages

%1.75
%18.78
%0
%10.2

Codes

Color #E1BAE5 in popluar color models

E1 BA E5
RGB 225 186 229
HSL 294° 45.26% 81.37%
HSB/HSV 294° 18.78% 89.80%
CMYK 1.75% 18.78% 0.00%
10.20%

Color #E1BAE5 in popluar number systems.

HEX E1 BA E5
Decimal 225 186 229
Binary 11100001 10111010 11100101
Octal 341 272 345

Shades and tints

Shades of #E1BAE5

#E1BAE5
(225,186,229)
#CDAAD1
(205,170,209)
#B99ABD
(185,154,189)
#A58AA9
(165,138,169)
#917A95
(145,122,149)
#7D6A81
(125,106,129)
#695A6D
(105,90,109)
#554A59
(85,74,89)
#413A45
(65,58,69)
#2D2A31
(45,42,49)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #E1BAE5

#E1BAE5
(225,186,229)
#E3C0E7
(227,192,231)
#E5C6E9
(229,198,233)
#E7CCEB
(231,204,235)
#E9D2ED
(233,210,237)
#EBD8EF
(235,216,239)
#EDDEF1
(237,222,241)
#EFE4F3
(239,228,243)
#F1EAF5
(241,234,245)
#F3F0F7
(243,240,247)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BAE5; }

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

This text font color is #E1BAE5.

Background Color

.myBgColor { background-color: #E1BAE5; }

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

This div background color is #E1BAE5.

Border color

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

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

This div border color is #E1BAE5.

Opacity

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

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

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

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

This text has shadow with #E1BAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BAE5.

Preview

Color preview on black background

This text has color #E1BAE5 on black background.


Color preview on white background

This text has color #E1BAE5 on white background.


Black color preview on #E1BAE5 background

This text has black color on #E1BAE5 background.


White color preview on #E1BAE5 background

This text has white color on #E1BAE5 background.


Related colors

Complementary color

Complementary color for #hex is #1E451A.


I love getcolorcode.com

Triadic colors

1 #E5E1BA and #BAE5E1 with #E1BAE5 are triadic colors.

2 #E5BAE1 and #BAE1E5 with #E1BAE5 are triadic colors.