COLOR #E0BDD1

HEX: #E0BDD1 RGB: (224,189,209)

Color info

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

RGB color model

#E0BDD1 color RGB value is (224,189,209).

RGB: (224,189,209) (88%, 74%, 82%)

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 209 of 255 = 82%

224
189
209

R + G + B ~ 81%. #E0BDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 189 + 209 = 622 (100%)
R 224 of 622 ~ 36.01%
G 189 of 622 ~ 30.39%
B 209 of 622 ~ 33.6'%

%36.01
%30.39
%33.6

CMYK color model

#E0BDD1 color CMYK value is (0,16,7,12).

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

CMYK: (0,16,7,12)
C0M16Y7K12 (0%, 16%, 7%, 12%)
(0.00 / 0.16 / 0.07 / 0.12)

CMYK percentages

%0
%15.63
%6.7
%12.16

Codes

Color #E0BDD1 in popluar color models

E0 BD D1
RGB 224 189 209
HSL 326° 36.08% 80.98%
HSB/HSV 326° 15.63% 87.84%
CMYK 0.00% 15.63% 6.70%
12.16%

Color #E0BDD1 in popluar number systems.

HEX E0 BD D1
Decimal 224 189 209
Binary 11100000 10111101 11010001
Octal 340 275 321

Shades and tints

Shades of #E0BDD1

#E0BDD1
(224,189,209)
#CCACBE
(204,172,190)
#B89BAB
(184,155,171)
#A48A98
(164,138,152)
#907985
(144,121,133)
#7C6872
(124,104,114)
#68575F
(104,87,95)
#54464C
(84,70,76)
#403539
(64,53,57)
#2C2426
(44,36,38)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #E0BDD1

#E0BDD1
(224,189,209)
#E2C3D5
(226,195,213)
#E4C9D9
(228,201,217)
#E6CFDD
(230,207,221)
#E8D5E1
(232,213,225)
#EADBE5
(234,219,229)
#ECE1E9
(236,225,233)
#EEE7ED
(238,231,237)
#F0EDF1
(240,237,241)
#F2F3F5
(242,243,245)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BDD1; }

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

This text font color is #E0BDD1.

Background Color

.myBgColor { background-color: #E0BDD1; }

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

This div background color is #E0BDD1.

Border color

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

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

This div border color is #E0BDD1.

Opacity

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

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

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

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

This text has shadow with #E0BDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BDD1.

Preview

Color preview on black background

This text has color #E0BDD1 on black background.


Color preview on white background

This text has color #E0BDD1 on white background.


Black color preview on #E0BDD1 background

This text has black color on #E0BDD1 background.


White color preview on #E0BDD1 background

This text has white color on #E0BDD1 background.


Related colors

Complementary color

Complementary color for #hex is #1F422E.


I love getcolorcode.com

Triadic colors

1 #D1E0BD and #BDD1E0 with #E0BDD1 are triadic colors.

2 #D1BDE0 and #BDE0D1 with #E0BDD1 are triadic colors.