COLOR #E5B3DD

HEX: #E5B3DD
RGB: (229,179,221)

Color info

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

RGB color model

#E5B3DD color RGB value is (229,179,221).

  • red value is 229;
  • green value is 179;
  • blue value is 221.
RGB:
(229,179,221)
(90%,70%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 179 of 255 = 70%
B 221 of 255 = 87%

229
179
221

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

Portions of RGB colors in percentages

R + G + B =
229 + 179 + 221 = 629 (100%)
R 229 of 629 ~ 36.41%
G 179 of 629 ~ 28.46%
B 221 of 629 ~ 35.14%

%36.41
%28.46
%35.14

CMYK color model

#E5B3DD color CMYK value is (0,22,3,10).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(0,22,3,10)
C0M22Y3K10 
(0%,22%,3%,10%)
(0.00/0.22/0.03/0.10)	

CMYK percentages

%0
%21.83
%3.49
%10.2

Codes

Color #E5B3DD in popluar color models

E5B3DD
RGB229179221
HSL310°49.02%80.00%
HSB/HSV310°21.83%89.80%
CMYK0.00%21.83%3.49%
10.20%

Color #E5B3DD in popluar number systems.

HEXE5B3DD
Decimal229179221
Binary111001011011001111011101
Octal345263335

Shades and tints

Shades of #E5B3DD

#E5B3DD
(229,179,221)
#D1A3C9
(209,163,201)
#BD93B5
(189,147,181)
#A983A1
(169,131,161)
#95738D
(149,115,141)
#816379
(129,99,121)
#6D5365
(109,83,101)
#594351
(89,67,81)
#45333D
(69,51,61)
#312329
(49,35,41)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #E5B3DD

#E5B3DD
(229,179,221)
#E7B9E0
(231,185,224)
#E9BFE3
(233,191,227)
#EBC5E6
(235,197,230)
#EDCBE9
(237,203,233)
#EFD1EC
(239,209,236)
#F1D7EF
(241,215,239)
#F3DDF2
(243,221,242)
#F5E3F5
(245,227,245)
#F7E9F8
(247,233,248)
#F9EFFB
(249,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B3DD color. Also use rgb(229,179,221) instead hex code.

Text Font Color

.myTextColor { color: #E5B3DD; }

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

This text font color is #E5B3DD.


Background Color

.myBgColor { background-color: #E5B3DD; }

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

This div background color is #E5B3DD.


Border color

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

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

This div border color is #E5B3DD.


Opacity

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

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

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

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

This text has shadow with #E5B3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B3DD on black background.


Color preview on white background

This text has color #E5B3DD on white background.



Black color preview on #E5B3DD background

This text has black color on #E5B3DD background.


White color preview on #E5B3DD background

This text has white color on #E5B3DD background.