COLOR #E0BDEA

HEX: #E0BDEA RGB: (224,189,234)

Color info

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

RGB color model

#E0BDEA color RGB value is (224,189,234).

RGB: (224,189,234) (88%, 74%, 92%)

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 234 of 255 = 92%

224
189
234

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

Portions of RGB colors in percentages

R + G + B = 224 + 189 + 234 = 647 (100%)
R 224 of 647 ~ 34.62%
G 189 of 647 ~ 29.21%
B 234 of 647 ~ 36.17'%

%34.62
%29.21
%36.17

CMYK color model

#E0BDEA color CMYK value is (4,19,0,8).

  • cyan value is 4.27%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (4,19,0,8) C4M19Y0K8 (4%,19%,0%,8%) (0.04/0.19/0.00/0.08) 

CMYK percentages

%4.27
%19.23
%0
%8.24

Codes

Color #E0BDEA in popluar color models

E0 BD EA
RGB 224 189 234
HSL 287° 51.72% 82.94%
HSB/HSV 287° 19.23% 91.76%
CMYK 4.27% 19.23% 0.00%
8.24%

Color #E0BDEA in popluar number systems.

HEX E0 BD EA
Decimal 224 189 234
Binary 11100000 10111101 11101010
Octal 340 275 352

Shades and tints

Shades of #E0BDEA

#E0BDEA
(224,189,234)
#CCACD5
(204,172,213)
#B89BC0
(184,155,192)
#A48AAB
(164,138,171)
#907996
(144,121,150)
#7C6881
(124,104,129)
#68576C
(104,87,108)
#544657
(84,70,87)
#403542
(64,53,66)
#2C242D
(44,36,45)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #E0BDEA

#E0BDEA
(224,189,234)
#E2C3EB
(226,195,235)
#E4C9EC
(228,201,236)
#E6CFED
(230,207,237)
#E8D5EE
(232,213,238)
#EADBEF
(234,219,239)
#ECE1F0
(236,225,240)
#EEE7F1
(238,231,241)
#F0EDF2
(240,237,242)
#F2F3F3
(242,243,243)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BDEA color. Also use rgb(224,189,234) instead hex code.

Text Font Color

.myTextColor { color: #E0BDEA; }

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

This text font color is #E0BDEA.

Background Color

.myBgColor { background-color: #E0BDEA; }

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

This div background color is #E0BDEA.

Border color

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

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

This div border color is #E0BDEA.

Opacity

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

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

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

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

This text has shadow with #E0BDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BDEA.

Preview

Color preview on black background

This text has color #E0BDEA on black background.


Color preview on white background

This text has color #E0BDEA on white background.


Black color preview on #E0BDEA background

This text has black color on #E0BDEA background.


White color preview on #E0BDEA background

This text has white color on #E0BDEA background.


Related colors

Complementary color

Complementary color for #hex is #1F4215.


I love getcolorcode.com

Triadic colors

1 #EAE0BD and #BDEAE0 with #E0BDEA are triadic colors.

2 #EABDE0 and #BDE0EA with #E0BDEA are triadic colors.