COLOR #E5B4BA

HEX: #E5B4BA
RGB: (229,180,186)

Color info

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

RGB color model

#E5B4BA color RGB value is (229,180,186).

  • red value is 229;
  • green value is 180;
  • blue value is 186.
RGB:
(229,180,186)
(90%,71%,73%)

RGB channels and saturation

R 229 of 255 = 90%
G 180 of 255 = 71%
B 186 of 255 = 73%

229
180
186

R + G + B ~ 78%. #E5B4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 180 + 186 = 595 (100%)
R 229 of 595 ~ 38.49%
G 180 of 595 ~ 30.25%
B 186 of 595 ~ 31.26%

%38.49
%30.25
%31.26

CMYK color model

#E5B4BA color CMYK value is (0,21,19,10).

  • cyan value is 0.00%
  • magenta value is 21.40%
  • yellow value is 18.78%
  • key color value is 10.20%
CMYK:
(0,21,19,10)
C0M21Y19K10 
(0%,21%,19%,10%)
(0.00/0.21/0.19/0.10)	

CMYK percentages

%0
%21.4
%18.78
%10.2

Codes

Color #E5B4BA in popluar color models

E5B4BA
RGB229180186
HSL353°48.51%80.20%
HSB/HSV353°21.40%89.80%
CMYK0.00%21.40%18.78%
10.20%

Color #E5B4BA in popluar number systems.

HEXE5B4BA
Decimal229180186
Binary111001011011010010111010
Octal345264272

Shades and tints

Shades of #E5B4BA

#E5B4BA
(229,180,186)
#D1A4AA
(209,164,170)
#BD949A
(189,148,154)
#A9848A
(169,132,138)
#95747A
(149,116,122)
#81646A
(129,100,106)
#6D545A
(109,84,90)
#59444A
(89,68,74)
#45343A
(69,52,58)
#31242A
(49,36,42)
#1D141A
(29,20,26)
#000000
(0,0,0)

Tints of #E5B4BA

#E5B4BA
(229,180,186)
#E7BAC0
(231,186,192)
#E9C0C6
(233,192,198)
#EBC6CC
(235,198,204)
#EDCCD2
(237,204,210)
#EFD2D8
(239,210,216)
#F1D8DE
(241,216,222)
#F3DEE4
(243,222,228)
#F5E4EA
(245,228,234)
#F7EAF0
(247,234,240)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B4BA color. Also use rgb(229,180,186) instead hex code.

Text Font Color

.myTextColor { color: #E5B4BA; }

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

This text font color is #E5B4BA.


Background Color

.myBgColor { background-color: #E5B4BA; }

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

This div background color is #E5B4BA.


Border color

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

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

This div border color is #E5B4BA.


Opacity

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

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

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

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

This text has shadow with #E5B4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B4BA on black background.


Color preview on white background

This text has color #E5B4BA on white background.



Black color preview on #E5B4BA background

This text has black color on #E5B4BA background.


White color preview on #E5B4BA background

This text has white color on #E5B4BA background.