COLOR #E5B6BF

HEX: #E5B6BF
RGB: (229,182,191)

Color info

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

RGB color model

#E5B6BF color RGB value is (229,182,191).

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

RGB channels and saturation

R 229 of 255 = 90%
G 182 of 255 = 71%
B 191 of 255 = 75%

229
182
191

R + G + B ~ 79%. #E5B6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 182 + 191 = 602 (100%)
R 229 of 602 ~ 38.04%
G 182 of 602 ~ 30.23%
B 191 of 602 ~ 31.73%

%38.04
%30.23
%31.73

CMYK color model

#E5B6BF color CMYK value is (0,21,17,10).

  • cyan value is 0.00%
  • magenta value is 20.52%
  • yellow value is 16.59%
  • key color value is 10.20%
CMYK:
(0,21,17,10)
C0M21Y17K10 
(0%,21%,17%,10%)
(0.00/0.21/0.17/0.10)	

CMYK percentages

%0
%20.52
%16.59
%10.2

Codes

Color #E5B6BF in popluar color models

E5B6BF
RGB229182191
HSL349°47.47%80.59%
HSB/HSV349°20.52%89.80%
CMYK0.00%20.52%16.59%
10.20%

Color #E5B6BF in popluar number systems.

HEXE5B6BF
Decimal229182191
Binary111001011011011010111111
Octal345266277

Shades and tints

Shades of #E5B6BF

#E5B6BF
(229,182,191)
#D1A6AE
(209,166,174)
#BD969D
(189,150,157)
#A9868C
(169,134,140)
#95767B
(149,118,123)
#81666A
(129,102,106)
#6D5659
(109,86,89)
#594648
(89,70,72)
#453637
(69,54,55)
#312626
(49,38,38)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #E5B6BF

#E5B6BF
(229,182,191)
#E7BCC4
(231,188,196)
#E9C2C9
(233,194,201)
#EBC8CE
(235,200,206)
#EDCED3
(237,206,211)
#EFD4D8
(239,212,216)
#F1DADD
(241,218,221)
#F3E0E2
(243,224,226)
#F5E6E7
(245,230,231)
#F7ECEC
(247,236,236)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B6BF; }

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

This text font color is #E5B6BF.


Background Color

.myBgColor { background-color: #E5B6BF; }

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

This div background color is #E5B6BF.


Border color

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

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

This div border color is #E5B6BF.


Opacity

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

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

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

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

This text has shadow with #E5B6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B6BF on black background.


Color preview on white background

This text has color #E5B6BF on white background.



Black color preview on #E5B6BF background

This text has black color on #E5B6BF background.


White color preview on #E5B6BF background

This text has white color on #E5B6BF background.