COLOR #E4BAE1

HEX: #E4BAE1 RGB: (228,186,225)

Color info

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

RGB color model

#E4BAE1 color RGB value is (228,186,225).

RGB: (228,186,225) (89%, 73%, 88%)

RGB channels and saturation

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

228
186
225

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

Portions of RGB colors in percentages

R + G + B = 228 + 186 + 225 = 639 (100%)
R 228 of 639 ~ 35.68%
G 186 of 639 ~ 29.11%
B 225 of 639 ~ 35.21'%

%35.68
%29.11
%35.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 1.32%
  • key color value is 10.59%

CMYK: (0,18,1,11)
C0M18Y1K11 (0%, 18%, 1%, 11%)
(0.00 / 0.18 / 0.01 / 0.11)

CMYK percentages

%0
%18.42
%1.32
%10.59

Codes

Color #E4BAE1 in popluar color models

E4 BA E1
RGB 228 186 225
HSL 304° 43.75% 81.18%
HSB/HSV 304° 18.42% 89.41%
CMYK 0.00% 18.42% 1.32%
10.59%

Color #E4BAE1 in popluar number systems.

HEX E4 BA E1
Decimal 228 186 225
Binary 11100100 10111010 11100001
Octal 344 272 341

Shades and tints

Shades of #E4BAE1

#E4BAE1
(228,186,225)
#D0AACD
(208,170,205)
#BC9AB9
(188,154,185)
#A88AA5
(168,138,165)
#947A91
(148,122,145)
#806A7D
(128,106,125)
#6C5A69
(108,90,105)
#584A55
(88,74,85)
#443A41
(68,58,65)
#302A2D
(48,42,45)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #E4BAE1

#E4BAE1
(228,186,225)
#E6C0E3
(230,192,227)
#E8C6E5
(232,198,229)
#EACCE7
(234,204,231)
#ECD2E9
(236,210,233)
#EED8EB
(238,216,235)
#F0DEED
(240,222,237)
#F2E4EF
(242,228,239)
#F4EAF1
(244,234,241)
#F6F0F3
(246,240,243)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BAE1; }

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

This text font color is #E4BAE1.

Background Color

.myBgColor { background-color: #E4BAE1; }

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

This div background color is #E4BAE1.

Border color

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

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

This div border color is #E4BAE1.

Opacity

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

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

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

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

This text has shadow with #E4BAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BAE1.

Preview

Color preview on black background

This text has color #E4BAE1 on black background.


Color preview on white background

This text has color #E4BAE1 on white background.


Black color preview on #E4BAE1 background

This text has black color on #E4BAE1 background.


White color preview on #E4BAE1 background

This text has white color on #E4BAE1 background.


Related colors

Complementary color

Complementary color for #hex is #1B451E.


I love getcolorcode.com

Triadic colors

1 #E1E4BA and #BAE1E4 with #E4BAE1 are triadic colors.

2 #E1BAE4 and #BAE4E1 with #E4BAE1 are triadic colors.