COLOR #E5B5BF

HEX: #E5B5BF
RGB: (229,181,191)

Color info

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

RGB color model

#E5B5BF color RGB value is (229,181,191).

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

RGB channels and saturation

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

229
181
191

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

Portions of RGB colors in percentages

R + G + B =
229 + 181 + 191 = 601 (100%)
R 229 of 601 ~ 38.1%
G 181 of 601 ~ 30.12%
B 191 of 601 ~ 31.78%

%38.1
%30.12
%31.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.96%
  • 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.96
%16.59
%10.2

Codes

Color #E5B5BF in popluar color models

E5B5BF
RGB229181191
HSL348°48.00%80.39%
HSB/HSV348°20.96%89.80%
CMYK0.00%20.96%16.59%
10.20%

Color #E5B5BF in popluar number systems.

HEXE5B5BF
Decimal229181191
Binary111001011011010110111111
Octal345265277

Shades and tints

Shades of #E5B5BF

#E5B5BF
(229,181,191)
#D1A5AE
(209,165,174)
#BD959D
(189,149,157)
#A9858C
(169,133,140)
#95757B
(149,117,123)
#81656A
(129,101,106)
#6D5559
(109,85,89)
#594548
(89,69,72)
#453537
(69,53,55)
#312526
(49,37,38)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #E5B5BF

#E5B5BF
(229,181,191)
#E7BBC4
(231,187,196)
#E9C1C9
(233,193,201)
#EBC7CE
(235,199,206)
#EDCDD3
(237,205,211)
#EFD3D8
(239,211,216)
#F1D9DD
(241,217,221)
#F3DFE2
(243,223,226)
#F5E5E7
(245,229,231)
#F7EBEC
(247,235,236)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B5BF; }

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

This text font color is #E5B5BF.


Background Color

.myBgColor { background-color: #E5B5BF; }

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

This div background color is #E5B5BF.


Border color

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

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

This div border color is #E5B5BF.


Opacity

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

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

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

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

This text has shadow with #E5B5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B5BF on black background.


Color preview on white background

This text has color #E5B5BF on white background.



Black color preview on #E5B5BF background

This text has black color on #E5B5BF background.


White color preview on #E5B5BF background

This text has white color on #E5B5BF background.