COLOR #B59BB7

HEX: #B59BB7
RGB: (181,155,183)

Color info

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

RGB color model

#B59BB7 color RGB value is (181,155,183).

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

RGB channels and saturation

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

181
155
183

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

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 183 = 519 (100%)
R 181 of 519 ~ 34.87%
G 155 of 519 ~ 29.87%
B 183 of 519 ~ 35.26%

%34.87
%29.87
%35.26

CMYK color model

#B59BB7 color CMYK value is (1,15,0,28).

  • cyan value is 1.09%
  • magenta value is 15.30%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(1,15,0,28)
C1M15Y0K28 
(1%,15%,0%,28%)
(0.01/0.15/0.00/0.28)	

CMYK percentages

%1.09
%15.3
%0
%28.24

Codes

Color #B59BB7 in popluar color models

B59BB7
RGB181155183
HSL296°16.28%66.27%
HSB/HSV296°15.30%71.76%
CMYK1.09%15.30%0.00%
28.24%

Color #B59BB7 in popluar number systems.

HEXB59BB7
Decimal181155183
Binary101101011001101110110111
Octal265233267

Shades and tints

Shades of #B59BB7

#B59BB7
(181,155,183)
#A58DA7
(165,141,167)
#957F97
(149,127,151)
#857187
(133,113,135)
#756377
(117,99,119)
#655567
(101,85,103)
#554757
(85,71,87)
#453947
(69,57,71)
#352B37
(53,43,55)
#251D27
(37,29,39)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #B59BB7

#B59BB7
(181,155,183)
#BBA4BD
(187,164,189)
#C1ADC3
(193,173,195)
#C7B6C9
(199,182,201)
#CDBFCF
(205,191,207)
#D3C8D5
(211,200,213)
#D9D1DB
(217,209,219)
#DFDAE1
(223,218,225)
#E5E3E7
(229,227,231)
#EBECED
(235,236,237)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59BB7; }

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

This text font color is #B59BB7.


Background Color

.myBgColor { background-color: #B59BB7; }

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

This div background color is #B59BB7.


Border color

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

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

This div border color is #B59BB7.


Opacity

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

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

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

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

This text has shadow with #B59BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59BB7 on black background.


Color preview on white background

This text has color #B59BB7 on white background.



Black color preview on #B59BB7 background

This text has black color on #B59BB7 background.


White color preview on #B59BB7 background

This text has white color on #B59BB7 background.