COLOR #E4BDEC

HEX: #E4BDEC RGB: (228,189,236)

Color info

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

RGB color model

#E4BDEC color RGB value is (228,189,236).

RGB: (228,189,236) (89%, 74%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 189 of 255 = 74%
B 236 of 255 = 93%

228
189
236

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

Portions of RGB colors in percentages

R + G + B = 228 + 189 + 236 = 653 (100%)
R 228 of 653 ~ 34.92%
G 189 of 653 ~ 28.94%
B 236 of 653 ~ 36.14'%

%34.92
%28.94
%36.14

CMYK color model

#E4BDEC color CMYK value is (3,20,0,7).

  • cyan value is 3.39%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,20,0,7)
C3M20Y0K7 (3%, 20%, 0%, 7%)
(0.03 / 0.20 / 0.00 / 0.07)

CMYK percentages

%3.39
%19.92
%0
%7.45

Codes

Color #E4BDEC in popluar color models

E4 BD EC
RGB 228 189 236
HSL 290° 55.29% 83.33%
HSB/HSV 290° 19.92% 92.55%
CMYK 3.39% 19.92% 0.00%
7.45%

Color #E4BDEC in popluar number systems.

HEX E4 BD EC
Decimal 228 189 236
Binary 11100100 10111101 11101100
Octal 344 275 354

Shades and tints

Shades of #E4BDEC

#E4BDEC
(228,189,236)
#D0ACD7
(208,172,215)
#BC9BC2
(188,155,194)
#A88AAD
(168,138,173)
#947998
(148,121,152)
#806883
(128,104,131)
#6C576E
(108,87,110)
#584659
(88,70,89)
#443544
(68,53,68)
#30242F
(48,36,47)
#1C131A
(28,19,26)
#000000
(0,0,0)

Tints of #E4BDEC

#E4BDEC
(228,189,236)
#E6C3ED
(230,195,237)
#E8C9EE
(232,201,238)
#EACFEF
(234,207,239)
#ECD5F0
(236,213,240)
#EEDBF1
(238,219,241)
#F0E1F2
(240,225,242)
#F2E7F3
(242,231,243)
#F4EDF4
(244,237,244)
#F6F3F5
(246,243,245)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BDEC color. Also use rgb(228,189,236) instead hex code.

Text Font Color

.myTextColor { color: #E4BDEC; }

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

This text font color is #E4BDEC.

Background Color

.myBgColor { background-color: #E4BDEC; }

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

This div background color is #E4BDEC.

Border color

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

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

This div border color is #E4BDEC.

Opacity

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

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

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

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

This text has shadow with #E4BDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BDEC.

Preview

Color preview on black background

This text has color #E4BDEC on black background.


Color preview on white background

This text has color #E4BDEC on white background.


Black color preview on #E4BDEC background

This text has black color on #E4BDEC background.


White color preview on #E4BDEC background

This text has white color on #E4BDEC background.


Related colors

Complementary color

Complementary color for #hex is #1B4213.


I love getcolorcode.com

Triadic colors

1 #ECE4BD and #BDECE4 with #E4BDEC are triadic colors.

2 #ECBDE4 and #BDE4EC with #E4BDEC are triadic colors.