COLOR #B59DB8

HEX: #B59DB8
RGB: (181,157,184)

Color info

#B59DB8 contains red, green and blue colors in about the same proportion. Web safe color of #B59DB8 is #CC99CC (or #C9C).

RGB color model

#B59DB8 color RGB value is (181,157,184).

  • red value is 181;
  • green value is 157;
  • blue value is 184.
RGB:
(181,157,184)
(71%,62%,72%)

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 184 of 255 = 72%

181
157
184

R + G + B ~ 68%. #B59DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 184 = 522 (100%)
R 181 of 522 ~ 34.67%
G 157 of 522 ~ 30.08%
B 184 of 522 ~ 35.25%

%34.67
%30.08
%35.25

CMYK color model

#B59DB8 color CMYK value is (2,15,0,28).

  • cyan value is 1.63%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(2,15,0,28)
C2M15Y0K28 
(2%,15%,0%,28%)
(0.02/0.15/0.00/0.28)	

CMYK percentages

%1.63
%14.67
%0
%27.84

Codes

Color #B59DB8 in popluar color models

B59DB8
RGB181157184
HSL293°15.98%66.86%
HSB/HSV293°14.67%72.16%
CMYK1.63%14.67%0.00%
27.84%

Color #B59DB8 in popluar number systems.

HEXB59DB8
Decimal181157184
Binary101101011001110110111000
Octal265235270

Shades and tints

Shades of #B59DB8

#B59DB8
(181,157,184)
#A58FA8
(165,143,168)
#958198
(149,129,152)
#857388
(133,115,136)
#756578
(117,101,120)
#655768
(101,87,104)
#554958
(85,73,88)
#453B48
(69,59,72)
#352D38
(53,45,56)
#251F28
(37,31,40)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #B59DB8

#B59DB8
(181,157,184)
#BBA5BE
(187,165,190)
#C1ADC4
(193,173,196)
#C7B5CA
(199,181,202)
#CDBDD0
(205,189,208)
#D3C5D6
(211,197,214)
#D9CDDC
(217,205,220)
#DFD5E2
(223,213,226)
#E5DDE8
(229,221,232)
#EBE5EE
(235,229,238)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59DB8 color. Also use rgb(181,157,184) instead hex code.

Text Font Color

.myTextColor { color: #B59DB8; }

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

This text font color is #B59DB8.


Background Color

.myBgColor { background-color: #B59DB8; }

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

This div background color is #B59DB8.


Border color

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

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

This div border color is #B59DB8.


Opacity

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

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

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

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

This text has shadow with #B59DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59DB8 on black background.


Color preview on white background

This text has color #B59DB8 on white background.



Black color preview on #B59DB8 background

This text has black color on #B59DB8 background.


White color preview on #B59DB8 background

This text has white color on #B59DB8 background.