COLOR #E0B5DB

HEX: #E0B5DB
RGB: (224,181,219)

Color info

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

RGB color model

#E0B5DB color RGB value is (224,181,219).

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

RGB channels and saturation

R 224 of 255 = 88%
G 181 of 255 = 71%
B 219 of 255 = 86%

224
181
219

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

Portions of RGB colors in percentages

R + G + B =
224 + 181 + 219 = 624 (100%)
R 224 of 624 ~ 35.9%
G 181 of 624 ~ 29.01%
B 219 of 624 ~ 35.1%

%35.9
%29.01
%35.1

CMYK color model

#E0B5DB color CMYK value is (0,19,2,12).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(0,19,2,12)
C0M19Y2K12 
(0%,19%,2%,12%)
(0.00/0.19/0.02/0.12)	

CMYK percentages

%0
%19.2
%2.23
%12.16

Codes

Color #E0B5DB in popluar color models

E0B5DB
RGB224181219
HSL307°40.95%79.41%
HSB/HSV307°19.20%87.84%
CMYK0.00%19.20%2.23%
12.16%

Color #E0B5DB in popluar number systems.

HEXE0B5DB
Decimal224181219
Binary111000001011010111011011
Octal340265333

Shades and tints

Shades of #E0B5DB

#E0B5DB
(224,181,219)
#CCA5C8
(204,165,200)
#B895B5
(184,149,181)
#A485A2
(164,133,162)
#90758F
(144,117,143)
#7C657C
(124,101,124)
#685569
(104,85,105)
#544556
(84,69,86)
#403543
(64,53,67)
#2C2530
(44,37,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #E0B5DB

#E0B5DB
(224,181,219)
#E2BBDE
(226,187,222)
#E4C1E1
(228,193,225)
#E6C7E4
(230,199,228)
#E8CDE7
(232,205,231)
#EAD3EA
(234,211,234)
#ECD9ED
(236,217,237)
#EEDFF0
(238,223,240)
#F0E5F3
(240,229,243)
#F2EBF6
(242,235,246)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B5DB; }

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

This text font color is #E0B5DB.


Background Color

.myBgColor { background-color: #E0B5DB; }

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

This div background color is #E0B5DB.


Border color

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

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

This div border color is #E0B5DB.


Opacity

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

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

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

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

This text has shadow with #E0B5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B5DB on black background.


Color preview on white background

This text has color #E0B5DB on white background.



Black color preview on #E0B5DB background

This text has black color on #E0B5DB background.


White color preview on #E0B5DB background

This text has white color on #E0B5DB background.