COLOR #E0BDD4

HEX: #E0BDD4 RGB: (224,189,212)

Color info

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

RGB color model

#E0BDD4 color RGB value is (224,189,212).

RGB: (224,189,212) (88%, 74%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 212 of 255 = 83%

224
189
212

R + G + B ~ 82%. #E0BDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 189 + 212 = 625 (100%)
R 224 of 625 ~ 35.84%
G 189 of 625 ~ 30.24%
B 212 of 625 ~ 33.92'%

%35.84
%30.24
%33.92

CMYK color model

#E0BDD4 color CMYK value is (0,16,5,12).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 5.36%
  • key color value is 12.16%

CMYK: (0,16,5,12)
C0M16Y5K12 (0%, 16%, 5%, 12%)
(0.00 / 0.16 / 0.05 / 0.12)

CMYK percentages

%0
%15.63
%5.36
%12.16

Codes

Color #E0BDD4 in popluar color models

E0 BD D4
RGB 224 189 212
HSL 321° 36.08% 80.98%
HSB/HSV 321° 15.63% 87.84%
CMYK 0.00% 15.63% 5.36%
12.16%

Color #E0BDD4 in popluar number systems.

HEX E0 BD D4
Decimal 224 189 212
Binary 11100000 10111101 11010100
Octal 340 275 324

Shades and tints

Shades of #E0BDD4

#E0BDD4
(224,189,212)
#CCACC1
(204,172,193)
#B89BAE
(184,155,174)
#A48A9B
(164,138,155)
#907988
(144,121,136)
#7C6875
(124,104,117)
#685762
(104,87,98)
#54464F
(84,70,79)
#40353C
(64,53,60)
#2C2429
(44,36,41)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #E0BDD4

#E0BDD4
(224,189,212)
#E2C3D7
(226,195,215)
#E4C9DA
(228,201,218)
#E6CFDD
(230,207,221)
#E8D5E0
(232,213,224)
#EADBE3
(234,219,227)
#ECE1E6
(236,225,230)
#EEE7E9
(238,231,233)
#F0EDEC
(240,237,236)
#F2F3EF
(242,243,239)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BDD4; }

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

This text font color is #E0BDD4.

Background Color

.myBgColor { background-color: #E0BDD4; }

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

This div background color is #E0BDD4.

Border color

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

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

This div border color is #E0BDD4.

Opacity

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

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

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

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

This text has shadow with #E0BDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BDD4.

Preview

Color preview on black background

This text has color #E0BDD4 on black background.


Color preview on white background

This text has color #E0BDD4 on white background.


Black color preview on #E0BDD4 background

This text has black color on #E0BDD4 background.


White color preview on #E0BDD4 background

This text has white color on #E0BDD4 background.


Related colors

Complementary color

Complementary color for #hex is #1F422B.


I love getcolorcode.com

Triadic colors

1 #D4E0BD and #BDD4E0 with #E0BDD4 are triadic colors.

2 #D4BDE0 and #BDE0D4 with #E0BDD4 are triadic colors.