COLOR #E0BDED

HEX: #E0BDED RGB: (224,189,237)

Color info

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

RGB color model

#E0BDED color RGB value is (224,189,237).

RGB: (224,189,237) (88%, 74%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 237 of 255 = 93%

224
189
237

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

Portions of RGB colors in percentages

R + G + B = 224 + 189 + 237 = 650 (100%)
R 224 of 650 ~ 34.46%
G 189 of 650 ~ 29.08%
B 237 of 650 ~ 36.46'%

%34.46
%29.08
%36.46

CMYK color model

#E0BDED color CMYK value is (5,20,0,7).

  • cyan value is 5.49%
  • magenta value is 20.25%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,20,0,7)
C5M20Y0K7 (5%, 20%, 0%, 7%)
(0.05 / 0.20 / 0.00 / 0.07)

CMYK percentages

%5.49
%20.25
%0
%7.06

Codes

Color #E0BDED in popluar color models

E0 BD ED
RGB 224 189 237
HSL 284° 57.14% 83.53%
HSB/HSV 284° 20.25% 92.94%
CMYK 5.49% 20.25% 0.00%
7.06%

Color #E0BDED in popluar number systems.

HEX E0 BD ED
Decimal 224 189 237
Binary 11100000 10111101 11101101
Octal 340 275 355

Shades and tints

Shades of #E0BDED

#E0BDED
(224,189,237)
#CCACD8
(204,172,216)
#B89BC3
(184,155,195)
#A48AAE
(164,138,174)
#907999
(144,121,153)
#7C6884
(124,104,132)
#68576F
(104,87,111)
#54465A
(84,70,90)
#403545
(64,53,69)
#2C2430
(44,36,48)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #E0BDED

#E0BDED
(224,189,237)
#E2C3EE
(226,195,238)
#E4C9EF
(228,201,239)
#E6CFF0
(230,207,240)
#E8D5F1
(232,213,241)
#EADBF2
(234,219,242)
#ECE1F3
(236,225,243)
#EEE7F4
(238,231,244)
#F0EDF5
(240,237,245)
#F2F3F6
(242,243,246)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BDED; }

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

This text font color is #E0BDED.

Background Color

.myBgColor { background-color: #E0BDED; }

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

This div background color is #E0BDED.

Border color

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

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

This div border color is #E0BDED.

Opacity

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

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

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

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

This text has shadow with #E0BDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BDED.

Preview

Color preview on black background

This text has color #E0BDED on black background.


Color preview on white background

This text has color #E0BDED on white background.


Black color preview on #E0BDED background

This text has black color on #E0BDED background.


White color preview on #E0BDED background

This text has white color on #E0BDED background.


Related colors

Complementary color

Complementary color for #hex is #1F4212.


I love getcolorcode.com

Triadic colors

1 #EDE0BD and #BDEDE0 with #E0BDED are triadic colors.

2 #EDBDE0 and #BDE0ED with #E0BDED are triadic colors.