COLOR #E0B1D0

HEX: #E0B1D0
RGB: (224,177,208)

Color info

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

RGB color model

#E0B1D0 color RGB value is (224,177,208).

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

RGB channels and saturation

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

224
177
208

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

Portions of RGB colors in percentages

R + G + B =
224 + 177 + 208 = 609 (100%)
R 224 of 609 ~ 36.78%
G 177 of 609 ~ 29.06%
B 208 of 609 ~ 34.15%

%36.78
%29.06
%34.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 7.14%
  • 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
%7.14
%12.16

Codes

Color #E0B1D0 in popluar color models

E0B1D0
RGB224177208
HSL320°43.12%78.63%
HSB/HSV320°20.98%87.84%
CMYK0.00%20.98%7.14%
12.16%

Color #E0B1D0 in popluar number systems.

HEXE0B1D0
Decimal224177208
Binary111000001011000111010000
Octal340261320

Shades and tints

Shades of #E0B1D0

#E0B1D0
(224,177,208)
#CCA1BE
(204,161,190)
#B891AC
(184,145,172)
#A4819A
(164,129,154)
#907188
(144,113,136)
#7C6176
(124,97,118)
#685164
(104,81,100)
#544152
(84,65,82)
#403140
(64,49,64)
#2C212E
(44,33,46)
#18111C
(24,17,28)
#000000
(0,0,0)

Tints of #E0B1D0

#E0B1D0
(224,177,208)
#E2B8D4
(226,184,212)
#E4BFD8
(228,191,216)
#E6C6DC
(230,198,220)
#E8CDE0
(232,205,224)
#EAD4E4
(234,212,228)
#ECDBE8
(236,219,232)
#EEE2EC
(238,226,236)
#F0E9F0
(240,233,240)
#F2F0F4
(242,240,244)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B1D0; }

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

This text font color is #E0B1D0.


Background Color

.myBgColor { background-color: #E0B1D0; }

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

This div background color is #E0B1D0.


Border color

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

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

This div border color is #E0B1D0.


Opacity

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

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

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

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

This text has shadow with #E0B1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B1D0 on black background.


Color preview on white background

This text has color #E0B1D0 on white background.



Black color preview on #E0B1D0 background

This text has black color on #E0B1D0 background.


White color preview on #E0B1D0 background

This text has white color on #E0B1D0 background.