COLOR #B59EAD

HEX: #B59EAD
RGB: (181,158,173)

Color info

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

RGB color model

#B59EAD color RGB value is (181,158,173).

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

RGB channels and saturation

R 181 of 255 = 71%
G 158 of 255 = 62%
B 173 of 255 = 68%

181
158
173

R + G + B ~ 67%. #B59EAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 158 + 173 = 512 (100%)
R 181 of 512 ~ 35.35%
G 158 of 512 ~ 30.86%
B 173 of 512 ~ 33.79%

%35.35
%30.86
%33.79

CMYK color model

#B59EAD color CMYK value is (0,13,4,29).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(0,13,4,29)
C0M13Y4K29 
(0%,13%,4%,29%)
(0.00/0.13/0.04/0.29)	

CMYK percentages

%0
%12.71
%4.42
%29.02

Codes

Color #B59EAD in popluar color models

B59EAD
RGB181158173
HSL321°13.45%66.47%
HSB/HSV321°12.71%70.98%
CMYK0.00%12.71%4.42%
29.02%

Color #B59EAD in popluar number systems.

HEXB59EAD
Decimal181158173
Binary101101011001111010101101
Octal265236255

Shades and tints

Shades of #B59EAD

#B59EAD
(181,158,173)
#A5909E
(165,144,158)
#95828F
(149,130,143)
#857480
(133,116,128)
#756671
(117,102,113)
#655862
(101,88,98)
#554A53
(85,74,83)
#453C44
(69,60,68)
#352E35
(53,46,53)
#252026
(37,32,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #B59EAD

#B59EAD
(181,158,173)
#BBA6B4
(187,166,180)
#C1AEBB
(193,174,187)
#C7B6C2
(199,182,194)
#CDBEC9
(205,190,201)
#D3C6D0
(211,198,208)
#D9CED7
(217,206,215)
#DFD6DE
(223,214,222)
#E5DEE5
(229,222,229)
#EBE6EC
(235,230,236)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59EAD; }

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

This text font color is #B59EAD.


Background Color

.myBgColor { background-color: #B59EAD; }

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

This div background color is #B59EAD.


Border color

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

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

This div border color is #B59EAD.


Opacity

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

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

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

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

This text has shadow with #B59EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59EAD on black background.


Color preview on white background

This text has color #B59EAD on white background.



Black color preview on #B59EAD background

This text has black color on #B59EAD background.


White color preview on #B59EAD background

This text has white color on #B59EAD background.