COLOR #E9B5D7

HEX: #E9B5D7
RGB: (233,181,215)

Color info

#E9B5D7 contains red, green and blue colors in about the same proportion. Web safe color of #E9B5D7 is #FFCCCC (or #FCC).

RGB color model

#E9B5D7 color RGB value is (233,181,215).

  • red value is 233;
  • green value is 181;
  • blue value is 215.
RGB:
(233,181,215)
(91%,71%,84%)

RGB channels and saturation

R 233 of 255 = 91%
G 181 of 255 = 71%
B 215 of 255 = 84%

233
181
215

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

Portions of RGB colors in percentages

R + G + B =
233 + 181 + 215 = 629 (100%)
R 233 of 629 ~ 37.04%
G 181 of 629 ~ 28.78%
B 215 of 629 ~ 34.18%

%37.04
%28.78
%34.18

CMYK color model

#E9B5D7 color CMYK value is (0,22,8,9).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 7.73%
  • key color value is 8.63%
CMYK:
(0,22,8,9)
C0M22Y8K9 
(0%,22%,8%,9%)
(0.00/0.22/0.08/0.09)	

CMYK percentages

%0
%22.32
%7.73
%8.63

Codes

Color #E9B5D7 in popluar color models

E9B5D7
RGB233181215
HSL321°54.17%81.18%
HSB/HSV321°22.32%91.37%
CMYK0.00%22.32%7.73%
8.63%

Color #E9B5D7 in popluar number systems.

HEXE9B5D7
Decimal233181215
Binary111010011011010111010111
Octal351265327

Shades and tints

Shades of #E9B5D7

#E9B5D7
(233,181,215)
#D4A5C4
(212,165,196)
#BF95B1
(191,149,177)
#AA859E
(170,133,158)
#95758B
(149,117,139)
#806578
(128,101,120)
#6B5565
(107,85,101)
#564552
(86,69,82)
#41353F
(65,53,63)
#2C252C
(44,37,44)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #E9B5D7

#E9B5D7
(233,181,215)
#EBBBDA
(235,187,218)
#EDC1DD
(237,193,221)
#EFC7E0
(239,199,224)
#F1CDE3
(241,205,227)
#F3D3E6
(243,211,230)
#F5D9E9
(245,217,233)
#F7DFEC
(247,223,236)
#F9E5EF
(249,229,239)
#FBEBF2
(251,235,242)
#FDF1F5
(253,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B5D7 color. Also use rgb(233,181,215) instead hex code.

Text Font Color

.myTextColor { color: #E9B5D7; }

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

This text font color is #E9B5D7.


Background Color

.myBgColor { background-color: #E9B5D7; }

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

This div background color is #E9B5D7.


Border color

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

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

This div border color is #E9B5D7.


Opacity

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

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

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

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

This text has shadow with #E9B5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B5D7 on black background.


Color preview on white background

This text has color #E9B5D7 on white background.



Black color preview on #E9B5D7 background

This text has black color on #E9B5D7 background.


White color preview on #E9B5D7 background

This text has white color on #E9B5D7 background.