COLOR #E0B1D5

HEX: #E0B1D5
RGB: (224,177,213)

Color info

#E0B1D5 contains red, green and blue colors in about the same proportion. Web safe color of #E0B1D5 is #CC99CC (or #C9C).

RGB color model

#E0B1D5 color RGB value is (224,177,213).

  • red value is 224;
  • green value is 177;
  • blue value is 213.
RGB:
(224,177,213)
(88%,69%,84%)

RGB channels and saturation

R 224 of 255 = 88%
G 177 of 255 = 69%
B 213 of 255 = 84%

224
177
213

R + G + B ~ 80%. #E0B1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 177 + 213 = 614 (100%)
R 224 of 614 ~ 36.48%
G 177 of 614 ~ 28.83%
B 213 of 614 ~ 34.69%

%36.48
%28.83
%34.69

CMYK color model

#E0B1D5 color CMYK value is (0,21,5,12).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 4.91%
  • key color value is 12.16%
CMYK:
(0,21,5,12)
C0M21Y5K12 
(0%,21%,5%,12%)
(0.00/0.21/0.05/0.12)	

CMYK percentages

%0
%20.98
%4.91
%12.16

Codes

Color #E0B1D5 in popluar color models

E0B1D5
RGB224177213
HSL314°43.12%78.63%
HSB/HSV314°20.98%87.84%
CMYK0.00%20.98%4.91%
12.16%

Color #E0B1D5 in popluar number systems.

HEXE0B1D5
Decimal224177213
Binary111000001011000111010101
Octal340261325

Shades and tints

Shades of #E0B1D5

#E0B1D5
(224,177,213)
#CCA1C2
(204,161,194)
#B891AF
(184,145,175)
#A4819C
(164,129,156)
#907189
(144,113,137)
#7C6176
(124,97,118)
#685163
(104,81,99)
#544150
(84,65,80)
#40313D
(64,49,61)
#2C212A
(44,33,42)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #E0B1D5

#E0B1D5
(224,177,213)
#E2B8D8
(226,184,216)
#E4BFDB
(228,191,219)
#E6C6DE
(230,198,222)
#E8CDE1
(232,205,225)
#EAD4E4
(234,212,228)
#ECDBE7
(236,219,231)
#EEE2EA
(238,226,234)
#F0E9ED
(240,233,237)
#F2F0F0
(242,240,240)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B1D5 color. Also use rgb(224,177,213) instead hex code.

Text Font Color

.myTextColor { color: #E0B1D5; }

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

This text font color is #E0B1D5.


Background Color

.myBgColor { background-color: #E0B1D5; }

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

This div background color is #E0B1D5.


Border color

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

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

This div border color is #E0B1D5.


Opacity

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

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

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

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

This text has shadow with #E0B1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B1D5 on black background.


Color preview on white background

This text has color #E0B1D5 on white background.



Black color preview on #E0B1D5 background

This text has black color on #E0B1D5 background.


White color preview on #E0B1D5 background

This text has white color on #E0B1D5 background.