COLOR #B59BB5

HEX: #B59BB5
RGB: (181,155,181)

Color info

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

RGB color model

#B59BB5 color RGB value is (181,155,181).

  • red value is 181;
  • green value is 155;
  • blue value is 181.
RGB:
(181,155,181)
(71%,61%,71%)

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 181 of 255 = 71%

181
155
181

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

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 181 = 517 (100%)
R 181 of 517 ~ 35.01%
G 155 of 517 ~ 29.98%
B 181 of 517 ~ 35.01%

%35.01
%29.98
%35.01

CMYK color model

#B59BB5 color CMYK value is (0,14,0,29).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(0,14,0,29)
C0M14Y0K29 
(0%,14%,0%,29%)
(0.00/0.14/0.00/0.29)	

CMYK percentages

%0
%14.36
%0
%29.02

Codes

Color #B59BB5 in popluar color models

B59BB5
RGB181155181
HSL300°14.94%65.88%
HSB/HSV300°14.36%70.98%
CMYK0.00%14.36%0.00%
29.02%

Color #B59BB5 in popluar number systems.

HEXB59BB5
Decimal181155181
Binary101101011001101110110101
Octal265233265

Shades and tints

Shades of #B59BB5

#B59BB5
(181,155,181)
#A58DA5
(165,141,165)
#957F95
(149,127,149)
#857185
(133,113,133)
#756375
(117,99,117)
#655565
(101,85,101)
#554755
(85,71,85)
#453945
(69,57,69)
#352B35
(53,43,53)
#251D25
(37,29,37)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #B59BB5

#B59BB5
(181,155,181)
#BBA4BB
(187,164,187)
#C1ADC1
(193,173,193)
#C7B6C7
(199,182,199)
#CDBFCD
(205,191,205)
#D3C8D3
(211,200,211)
#D9D1D9
(217,209,217)
#DFDADF
(223,218,223)
#E5E3E5
(229,227,229)
#EBECEB
(235,236,235)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59BB5; }

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

This text font color is #B59BB5.


Background Color

.myBgColor { background-color: #B59BB5; }

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

This div background color is #B59BB5.


Border color

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

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

This div border color is #B59BB5.


Opacity

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

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

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

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

This text has shadow with #B59BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59BB5 on black background.


Color preview on white background

This text has color #B59BB5 on white background.



Black color preview on #B59BB5 background

This text has black color on #B59BB5 background.


White color preview on #B59BB5 background

This text has white color on #B59BB5 background.