COLOR #E0B1D1

HEX: #E0B1D1
RGB: (224,177,209)

Color info

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

RGB color model

#E0B1D1 color RGB value is (224,177,209).

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

RGB channels and saturation

R 224 of 255 = 88%
G 177 of 255 = 69%
B 209 of 255 = 82%

224
177
209

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

Portions of RGB colors in percentages

R + G + B =
224 + 177 + 209 = 610 (100%)
R 224 of 610 ~ 36.72%
G 177 of 610 ~ 29.02%
B 209 of 610 ~ 34.26%

%36.72
%29.02
%34.26

CMYK color model

#E0B1D1 color CMYK value is (0,21,7,12).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 6.70%
  • key color value is 12.16%
CMYK:
(0,21,7,12)
C0M21Y7K12 
(0%,21%,7%,12%)
(0.00/0.21/0.07/0.12)	

CMYK percentages

%0
%20.98
%6.7
%12.16

Codes

Color #E0B1D1 in popluar color models

E0B1D1
RGB224177209
HSL319°43.12%78.63%
HSB/HSV319°20.98%87.84%
CMYK0.00%20.98%6.70%
12.16%

Color #E0B1D1 in popluar number systems.

HEXE0B1D1
Decimal224177209
Binary111000001011000111010001
Octal340261321

Shades and tints

Shades of #E0B1D1

#E0B1D1
(224,177,209)
#CCA1BE
(204,161,190)
#B891AB
(184,145,171)
#A48198
(164,129,152)
#907185
(144,113,133)
#7C6172
(124,97,114)
#68515F
(104,81,95)
#54414C
(84,65,76)
#403139
(64,49,57)
#2C2126
(44,33,38)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #E0B1D1

#E0B1D1
(224,177,209)
#E2B8D5
(226,184,213)
#E4BFD9
(228,191,217)
#E6C6DD
(230,198,221)
#E8CDE1
(232,205,225)
#EAD4E5
(234,212,229)
#ECDBE9
(236,219,233)
#EEE2ED
(238,226,237)
#F0E9F1
(240,233,241)
#F2F0F5
(242,240,245)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B1D1; }

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

This text font color is #E0B1D1.


Background Color

.myBgColor { background-color: #E0B1D1; }

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

This div background color is #E0B1D1.


Border color

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

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

This div border color is #E0B1D1.


Opacity

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

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

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

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

This text has shadow with #E0B1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B1D1 on black background.


Color preview on white background

This text has color #E0B1D1 on white background.



Black color preview on #E0B1D1 background

This text has black color on #E0B1D1 background.


White color preview on #E0B1D1 background

This text has white color on #E0B1D1 background.