COLOR #E5B6D1

HEX: #E5B6D1
RGB: (229,182,209)

Color info

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

RGB color model

#E5B6D1 color RGB value is (229,182,209).

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

RGB channels and saturation

R 229 of 255 = 90%
G 182 of 255 = 71%
B 209 of 255 = 82%

229
182
209

R + G + B ~ 81%. #E5B6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 182 + 209 = 620 (100%)
R 229 of 620 ~ 36.94%
G 182 of 620 ~ 29.35%
B 209 of 620 ~ 33.71%

%36.94
%29.35
%33.71

CMYK color model

#E5B6D1 color CMYK value is (0,21,9,10).

  • cyan value is 0.00%
  • magenta value is 20.52%
  • yellow value is 8.73%
  • key color value is 10.20%
CMYK:
(0,21,9,10)
C0M21Y9K10 
(0%,21%,9%,10%)
(0.00/0.21/0.09/0.10)	

CMYK percentages

%0
%20.52
%8.73
%10.2

Codes

Color #E5B6D1 in popluar color models

E5B6D1
RGB229182209
HSL326°47.47%80.59%
HSB/HSV326°20.52%89.80%
CMYK0.00%20.52%8.73%
10.20%

Color #E5B6D1 in popluar number systems.

HEXE5B6D1
Decimal229182209
Binary111001011011011011010001
Octal345266321

Shades and tints

Shades of #E5B6D1

#E5B6D1
(229,182,209)
#D1A6BE
(209,166,190)
#BD96AB
(189,150,171)
#A98698
(169,134,152)
#957685
(149,118,133)
#816672
(129,102,114)
#6D565F
(109,86,95)
#59464C
(89,70,76)
#453639
(69,54,57)
#312626
(49,38,38)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #E5B6D1

#E5B6D1
(229,182,209)
#E7BCD5
(231,188,213)
#E9C2D9
(233,194,217)
#EBC8DD
(235,200,221)
#EDCEE1
(237,206,225)
#EFD4E5
(239,212,229)
#F1DAE9
(241,218,233)
#F3E0ED
(243,224,237)
#F5E6F1
(245,230,241)
#F7ECF5
(247,236,245)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B6D1; }

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

This text font color is #E5B6D1.


Background Color

.myBgColor { background-color: #E5B6D1; }

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

This div background color is #E5B6D1.


Border color

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

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

This div border color is #E5B6D1.


Opacity

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

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

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

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

This text has shadow with #E5B6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B6D1 on black background.


Color preview on white background

This text has color #E5B6D1 on white background.



Black color preview on #E5B6D1 background

This text has black color on #E5B6D1 background.


White color preview on #E5B6D1 background

This text has white color on #E5B6D1 background.