COLOR #E0B4DC

HEX: #E0B4DC RGB: (224,180,220)

Color info

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

RGB color model

#E0B4DC color RGB value is (224,180,220).

RGB: (224,180,220) (88%, 71%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 180 of 255 = 71%
B 220 of 255 = 86%

224
180
220

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

Portions of RGB colors in percentages

R + G + B = 224 + 180 + 220 = 624 (100%)
R 224 of 624 ~ 35.9%
G 180 of 624 ~ 28.85%
B 220 of 624 ~ 35.26'%

%35.9
%28.85
%35.26

CMYK color model

#E0B4DC color CMYK value is (0,20,2,12).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 1.79%
  • key color value is 12.16%

CMYK: (0,20,2,12)
C0M20Y2K12 (0%, 20%, 2%, 12%)
(0.00 / 0.20 / 0.02 / 0.12)

CMYK percentages

%0
%19.64
%1.79
%12.16

Codes

Color #E0B4DC in popluar color models

E0 B4 DC
RGB 224 180 220
HSL 305° 41.51% 79.22%
HSB/HSV 305° 19.64% 87.84%
CMYK 0.00% 19.64% 1.79%
12.16%

Color #E0B4DC in popluar number systems.

HEX E0 B4 DC
Decimal 224 180 220
Binary 11100000 10110100 11011100
Octal 340 264 334

Shades and tints

Shades of #E0B4DC

#E0B4DC
(224,180,220)
#CCA4C8
(204,164,200)
#B894B4
(184,148,180)
#A484A0
(164,132,160)
#90748C
(144,116,140)
#7C6478
(124,100,120)
#685464
(104,84,100)
#544450
(84,68,80)
#40343C
(64,52,60)
#2C2428
(44,36,40)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #E0B4DC

#E0B4DC
(224,180,220)
#E2BADF
(226,186,223)
#E4C0E2
(228,192,226)
#E6C6E5
(230,198,229)
#E8CCE8
(232,204,232)
#EAD2EB
(234,210,235)
#ECD8EE
(236,216,238)
#EEDEF1
(238,222,241)
#F0E4F4
(240,228,244)
#F2EAF7
(242,234,247)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B4DC color. Also use rgb(224,180,220) instead hex code.

Text Font Color

.myTextColor { color: #E0B4DC; }

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

This text font color is #E0B4DC.

Background Color

.myBgColor { background-color: #E0B4DC; }

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

This div background color is #E0B4DC.

Border color

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

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

This div border color is #E0B4DC.

Opacity

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

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

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

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

This text has shadow with #E0B4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B4DC.

Preview

Color preview on black background

This text has color #E0B4DC on black background.


Color preview on white background

This text has color #E0B4DC on white background.


Black color preview on #E0B4DC background

This text has black color on #E0B4DC background.


White color preview on #E0B4DC background

This text has white color on #E0B4DC background.


Related colors

Complementary color

Complementary color for #hex is #1F4B23.


I love getcolorcode.com

Triadic colors

1 #DCE0B4 and #B4DCE0 with #E0B4DC are triadic colors.

2 #DCB4E0 and #B4E0DC with #E0B4DC are triadic colors.