COLOR #E5BAE0

HEX: #E5BAE0
RGB: (229,186,224)

Color info

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

RGB color model

#E5BAE0 color RGB value is (229,186,224).

  • red value is 229;
  • green value is 186;
  • blue value is 224.
RGB:
(229,186,224)
(90%,73%,88%)

RGB channels and saturation

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

229
186
224

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

Portions of RGB colors in percentages

R + G + B =
229 + 186 + 224 = 639 (100%)
R 229 of 639 ~ 35.84%
G 186 of 639 ~ 29.11%
B 224 of 639 ~ 35.05%

%35.84
%29.11
%35.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 2.18%
  • key color value is 10.20%
CMYK:
(0,19,2,10)
C0M19Y2K10 
(0%,19%,2%,10%)
(0.00/0.19/0.02/0.10)	

CMYK percentages

%0
%18.78
%2.18
%10.2

Codes

Color #E5BAE0 in popluar color models

E5BAE0
RGB229186224
HSL307°45.26%81.37%
HSB/HSV307°18.78%89.80%
CMYK0.00%18.78%2.18%
10.20%

Color #E5BAE0 in popluar number systems.

HEXE5BAE0
Decimal229186224
Binary111001011011101011100000
Octal345272340

Shades and tints

Shades of #E5BAE0

#E5BAE0
(229,186,224)
#D1AACC
(209,170,204)
#BD9AB8
(189,154,184)
#A98AA4
(169,138,164)
#957A90
(149,122,144)
#816A7C
(129,106,124)
#6D5A68
(109,90,104)
#594A54
(89,74,84)
#453A40
(69,58,64)
#312A2C
(49,42,44)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #E5BAE0

#E5BAE0
(229,186,224)
#E7C0E2
(231,192,226)
#E9C6E4
(233,198,228)
#EBCCE6
(235,204,230)
#EDD2E8
(237,210,232)
#EFD8EA
(239,216,234)
#F1DEEC
(241,222,236)
#F3E4EE
(243,228,238)
#F5EAF0
(245,234,240)
#F7F0F2
(247,240,242)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BAE0; }

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

This text font color is #E5BAE0.


Background Color

.myBgColor { background-color: #E5BAE0; }

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

This div background color is #E5BAE0.


Border color

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

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

This div border color is #E5BAE0.


Opacity

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

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

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

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

This text has shadow with #E5BAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BAE0 on black background.


Color preview on white background

This text has color #E5BAE0 on white background.



Black color preview on #E5BAE0 background

This text has black color on #E5BAE0 background.


White color preview on #E5BAE0 background

This text has white color on #E5BAE0 background.