COLOR #E5B6D5

HEX: #E5B6D5
RGB: (229,182,213)

Color info

#E5B6D5 contains red, green and blue colors in about the same proportion. Web safe color of #E5B6D5 is #CCCCCC (or #CCC).

RGB color model

#E5B6D5 color RGB value is (229,182,213).

  • red value is 229;
  • green value is 182;
  • blue value is 213.
RGB:
(229,182,213)
(90%,71%,84%)

RGB channels and saturation

R 229 of 255 = 90%
G 182 of 255 = 71%
B 213 of 255 = 84%

229
182
213

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

Portions of RGB colors in percentages

R + G + B =
229 + 182 + 213 = 624 (100%)
R 229 of 624 ~ 36.7%
G 182 of 624 ~ 29.17%
B 213 of 624 ~ 34.13%

%36.7
%29.17
%34.13

CMYK color model

#E5B6D5 color CMYK value is (0,21,7,10).

  • cyan value is 0.00%
  • magenta value is 20.52%
  • yellow value is 6.99%
  • key color value is 10.20%
CMYK:
(0,21,7,10)
C0M21Y7K10 
(0%,21%,7%,10%)
(0.00/0.21/0.07/0.10)	

CMYK percentages

%0
%20.52
%6.99
%10.2

Codes

Color #E5B6D5 in popluar color models

E5B6D5
RGB229182213
HSL320°47.47%80.59%
HSB/HSV320°20.52%89.80%
CMYK0.00%20.52%6.99%
10.20%

Color #E5B6D5 in popluar number systems.

HEXE5B6D5
Decimal229182213
Binary111001011011011011010101
Octal345266325

Shades and tints

Shades of #E5B6D5

#E5B6D5
(229,182,213)
#D1A6C2
(209,166,194)
#BD96AF
(189,150,175)
#A9869C
(169,134,156)
#957689
(149,118,137)
#816676
(129,102,118)
#6D5663
(109,86,99)
#594650
(89,70,80)
#45363D
(69,54,61)
#31262A
(49,38,42)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #E5B6D5

#E5B6D5
(229,182,213)
#E7BCD8
(231,188,216)
#E9C2DB
(233,194,219)
#EBC8DE
(235,200,222)
#EDCEE1
(237,206,225)
#EFD4E4
(239,212,228)
#F1DAE7
(241,218,231)
#F3E0EA
(243,224,234)
#F5E6ED
(245,230,237)
#F7ECF0
(247,236,240)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B6D5 color. Also use rgb(229,182,213) instead hex code.

Text Font Color

.myTextColor { color: #E5B6D5; }

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

This text font color is #E5B6D5.


Background Color

.myBgColor { background-color: #E5B6D5; }

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

This div background color is #E5B6D5.


Border color

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

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

This div border color is #E5B6D5.


Opacity

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

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

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

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

This text has shadow with #E5B6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B6D5 on black background.


Color preview on white background

This text has color #E5B6D5 on white background.



Black color preview on #E5B6D5 background

This text has black color on #E5B6D5 background.


White color preview on #E5B6D5 background

This text has white color on #E5B6D5 background.