COLOR #B59DB4

HEX: #B59DB4
RGB: (181,157,180)

Color info

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

RGB color model

#B59DB4 color RGB value is (181,157,180).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 180 of 255 = 71%

181
157
180

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

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 180 = 518 (100%)
R 181 of 518 ~ 34.94%
G 157 of 518 ~ 30.31%
B 180 of 518 ~ 34.75%

%34.94
%30.31
%34.75

CMYK color model

#B59DB4 color CMYK value is (0,13,1,29).

  • cyan value is 0.00%
  • magenta value is 13.26%
  • yellow value is 0.55%
  • key color value is 29.02%
CMYK:
(0,13,1,29)
C0M13Y1K29 
(0%,13%,1%,29%)
(0.00/0.13/0.01/0.29)	

CMYK percentages

%0
%13.26
%0.55
%29.02

Codes

Color #B59DB4 in popluar color models

B59DB4
RGB181157180
HSL303°13.95%66.27%
HSB/HSV303°13.26%70.98%
CMYK0.00%13.26%0.55%
29.02%

Color #B59DB4 in popluar number systems.

HEXB59DB4
Decimal181157180
Binary101101011001110110110100
Octal265235264

Shades and tints

Shades of #B59DB4

#B59DB4
(181,157,180)
#A58FA4
(165,143,164)
#958194
(149,129,148)
#857384
(133,115,132)
#756574
(117,101,116)
#655764
(101,87,100)
#554954
(85,73,84)
#453B44
(69,59,68)
#352D34
(53,45,52)
#251F24
(37,31,36)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #B59DB4

#B59DB4
(181,157,180)
#BBA5BA
(187,165,186)
#C1ADC0
(193,173,192)
#C7B5C6
(199,181,198)
#CDBDCC
(205,189,204)
#D3C5D2
(211,197,210)
#D9CDD8
(217,205,216)
#DFD5DE
(223,213,222)
#E5DDE4
(229,221,228)
#EBE5EA
(235,229,234)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59DB4; }

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

This text font color is #B59DB4.


Background Color

.myBgColor { background-color: #B59DB4; }

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

This div background color is #B59DB4.


Border color

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

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

This div border color is #B59DB4.


Opacity

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

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

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

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

This text has shadow with #B59DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59DB4 on black background.


Color preview on white background

This text has color #B59DB4 on white background.



Black color preview on #B59DB4 background

This text has black color on #B59DB4 background.


White color preview on #B59DB4 background

This text has white color on #B59DB4 background.