COLOR #B59DBB

HEX: #B59DBB
RGB: (181,157,187)

Color info

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

RGB color model

#B59DBB color RGB value is (181,157,187).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 187 of 255 = 73%

181
157
187

R + G + B ~ 69%. #B59DBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 187 = 525 (100%)
R 181 of 525 ~ 34.48%
G 157 of 525 ~ 29.9%
B 187 of 525 ~ 35.62%

%34.48
%29.9
%35.62

CMYK color model

#B59DBB color CMYK value is (3,16,0,27).

  • cyan value is 3.21%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(3,16,0,27)
C3M16Y0K27 
(3%,16%,0%,27%)
(0.03/0.16/0.00/0.27)	

CMYK percentages

%3.21
%16.04
%0
%26.67

Codes

Color #B59DBB in popluar color models

B59DBB
RGB181157187
HSL288°18.07%67.45%
HSB/HSV288°16.04%73.33%
CMYK3.21%16.04%0.00%
26.67%

Color #B59DBB in popluar number systems.

HEXB59DBB
Decimal181157187
Binary101101011001110110111011
Octal265235273

Shades and tints

Shades of #B59DBB

#B59DBB
(181,157,187)
#A58FAA
(165,143,170)
#958199
(149,129,153)
#857388
(133,115,136)
#756577
(117,101,119)
#655766
(101,87,102)
#554955
(85,73,85)
#453B44
(69,59,68)
#352D33
(53,45,51)
#251F22
(37,31,34)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #B59DBB

#B59DBB
(181,157,187)
#BBA5C1
(187,165,193)
#C1ADC7
(193,173,199)
#C7B5CD
(199,181,205)
#CDBDD3
(205,189,211)
#D3C5D9
(211,197,217)
#D9CDDF
(217,205,223)
#DFD5E5
(223,213,229)
#E5DDEB
(229,221,235)
#EBE5F1
(235,229,241)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59DBB; }

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

This text font color is #B59DBB.


Background Color

.myBgColor { background-color: #B59DBB; }

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

This div background color is #B59DBB.


Border color

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

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

This div border color is #B59DBB.


Opacity

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

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

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

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

This text has shadow with #B59DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59DBB on black background.


Color preview on white background

This text has color #B59DBB on white background.



Black color preview on #B59DBB background

This text has black color on #B59DBB background.


White color preview on #B59DBB background

This text has white color on #B59DBB background.