COLOR #E4BAEA

HEX: #E4BAEA
RGB: (228,186,234)

Color info

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

RGB color model

#E4BAEA color RGB value is (228,186,234).

  • red value is 228;
  • green value is 186;
  • blue value is 234.
RGB:
(228,186,234)
(89%,73%,92%)

RGB channels and saturation

R 228 of 255 = 89%
G 186 of 255 = 73%
B 234 of 255 = 92%

228
186
234

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

Portions of RGB colors in percentages

R + G + B =
228 + 186 + 234 = 648 (100%)
R 228 of 648 ~ 35.19%
G 186 of 648 ~ 28.7%
B 234 of 648 ~ 36.11%

%35.19
%28.7
%36.11

CMYK color model

#E4BAEA color CMYK value is (3,21,0,8).

  • cyan value is 2.56%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,21,0,8)
C3M21Y0K8 
(3%,21%,0%,8%)
(0.03/0.21/0.00/0.08)	

CMYK percentages

%2.56
%20.51
%0
%8.24

Codes

Color #E4BAEA in popluar color models

E4BAEA
RGB228186234
HSL293°53.33%82.35%
HSB/HSV293°20.51%91.76%
CMYK2.56%20.51%0.00%
8.24%

Color #E4BAEA in popluar number systems.

HEXE4BAEA
Decimal228186234
Binary111001001011101011101010
Octal344272352

Shades and tints

Shades of #E4BAEA

#E4BAEA
(228,186,234)
#D0AAD5
(208,170,213)
#BC9AC0
(188,154,192)
#A88AAB
(168,138,171)
#947A96
(148,122,150)
#806A81
(128,106,129)
#6C5A6C
(108,90,108)
#584A57
(88,74,87)
#443A42
(68,58,66)
#302A2D
(48,42,45)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #E4BAEA

#E4BAEA
(228,186,234)
#E6C0EB
(230,192,235)
#E8C6EC
(232,198,236)
#EACCED
(234,204,237)
#ECD2EE
(236,210,238)
#EED8EF
(238,216,239)
#F0DEF0
(240,222,240)
#F2E4F1
(242,228,241)
#F4EAF2
(244,234,242)
#F6F0F3
(246,240,243)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BAEA color. Also use rgb(228,186,234) instead hex code.

Text Font Color

.myTextColor { color: #E4BAEA; }

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

This text font color is #E4BAEA.


Background Color

.myBgColor { background-color: #E4BAEA; }

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

This div background color is #E4BAEA.


Border color

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

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

This div border color is #E4BAEA.


Opacity

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

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

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

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

This text has shadow with #E4BAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BAEA on black background.


Color preview on white background

This text has color #E4BAEA on white background.



Black color preview on #E4BAEA background

This text has black color on #E4BAEA background.


White color preview on #E4BAEA background

This text has white color on #E4BAEA background.