COLOR #E0B5DD

HEX: #E0B5DD
RGB: (224,181,221)

Color info

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

RGB color model

#E0B5DD color RGB value is (224,181,221).

  • red value is 224;
  • green value is 181;
  • blue value is 221.
RGB:
(224,181,221)
(88%,71%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 181 of 255 = 71%
B 221 of 255 = 87%

224
181
221

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

Portions of RGB colors in percentages

R + G + B =
224 + 181 + 221 = 626 (100%)
R 224 of 626 ~ 35.78%
G 181 of 626 ~ 28.91%
B 221 of 626 ~ 35.3%

%35.78
%28.91
%35.3

CMYK color model

#E0B5DD color CMYK value is (0,19,1,12).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(0,19,1,12)
C0M19Y1K12 
(0%,19%,1%,12%)
(0.00/0.19/0.01/0.12)	

CMYK percentages

%0
%19.2
%1.34
%12.16

Codes

Color #E0B5DD in popluar color models

E0B5DD
RGB224181221
HSL304°40.95%79.41%
HSB/HSV304°19.20%87.84%
CMYK0.00%19.20%1.34%
12.16%

Color #E0B5DD in popluar number systems.

HEXE0B5DD
Decimal224181221
Binary111000001011010111011101
Octal340265335

Shades and tints

Shades of #E0B5DD

#E0B5DD
(224,181,221)
#CCA5C9
(204,165,201)
#B895B5
(184,149,181)
#A485A1
(164,133,161)
#90758D
(144,117,141)
#7C6579
(124,101,121)
#685565
(104,85,101)
#544551
(84,69,81)
#40353D
(64,53,61)
#2C2529
(44,37,41)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #E0B5DD

#E0B5DD
(224,181,221)
#E2BBE0
(226,187,224)
#E4C1E3
(228,193,227)
#E6C7E6
(230,199,230)
#E8CDE9
(232,205,233)
#EAD3EC
(234,211,236)
#ECD9EF
(236,217,239)
#EEDFF2
(238,223,242)
#F0E5F5
(240,229,245)
#F2EBF8
(242,235,248)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B5DD color. Also use rgb(224,181,221) instead hex code.

Text Font Color

.myTextColor { color: #E0B5DD; }

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

This text font color is #E0B5DD.


Background Color

.myBgColor { background-color: #E0B5DD; }

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

This div background color is #E0B5DD.


Border color

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

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

This div border color is #E0B5DD.


Opacity

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

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

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

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

This text has shadow with #E0B5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B5DD on black background.


Color preview on white background

This text has color #E0B5DD on white background.



Black color preview on #E0B5DD background

This text has black color on #E0B5DD background.


White color preview on #E0B5DD background

This text has white color on #E0B5DD background.