COLOR #B59EA4

HEX: #B59EA4
RGB: (181,158,164)

Color info

#B59EA4 contains red, green and blue colors in about the same proportion. Web safe color of #B59EA4 is #CC9999 (or #C99).

RGB color model

#B59EA4 color RGB value is (181,158,164).

  • red value is 181;
  • green value is 158;
  • blue value is 164.
RGB:
(181,158,164)
(71%,62%,64%)

RGB channels and saturation

R 181 of 255 = 71%
G 158 of 255 = 62%
B 164 of 255 = 64%

181
158
164

R + G + B ~ 66%. #B59EA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 158 + 164 = 503 (100%)
R 181 of 503 ~ 35.98%
G 158 of 503 ~ 31.41%
B 164 of 503 ~ 32.6%

%35.98
%31.41
%32.6

CMYK color model

#B59EA4 color CMYK value is (0,13,9,29).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 9.39%
  • key color value is 29.02%
CMYK:
(0,13,9,29)
C0M13Y9K29 
(0%,13%,9%,29%)
(0.00/0.13/0.09/0.29)	

CMYK percentages

%0
%12.71
%9.39
%29.02

Codes

Color #B59EA4 in popluar color models

B59EA4
RGB181158164
HSL344°13.45%66.47%
HSB/HSV344°12.71%70.98%
CMYK0.00%12.71%9.39%
29.02%

Color #B59EA4 in popluar number systems.

HEXB59EA4
Decimal181158164
Binary101101011001111010100100
Octal265236244

Shades and tints

Shades of #B59EA4

#B59EA4
(181,158,164)
#A59096
(165,144,150)
#958288
(149,130,136)
#85747A
(133,116,122)
#75666C
(117,102,108)
#65585E
(101,88,94)
#554A50
(85,74,80)
#453C42
(69,60,66)
#352E34
(53,46,52)
#252026
(37,32,38)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #B59EA4

#B59EA4
(181,158,164)
#BBA6AC
(187,166,172)
#C1AEB4
(193,174,180)
#C7B6BC
(199,182,188)
#CDBEC4
(205,190,196)
#D3C6CC
(211,198,204)
#D9CED4
(217,206,212)
#DFD6DC
(223,214,220)
#E5DEE4
(229,222,228)
#EBE6EC
(235,230,236)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59EA4 color. Also use rgb(181,158,164) instead hex code.

Text Font Color

.myTextColor { color: #B59EA4; }

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

This text font color is #B59EA4.


Background Color

.myBgColor { background-color: #B59EA4; }

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

This div background color is #B59EA4.


Border color

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

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

This div border color is #B59EA4.


Opacity

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

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

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

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

This text has shadow with #B59EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59EA4 on black background.


Color preview on white background

This text has color #B59EA4 on white background.



Black color preview on #B59EA4 background

This text has black color on #B59EA4 background.


White color preview on #B59EA4 background

This text has white color on #B59EA4 background.