COLOR #B59BBD

HEX: #B59BBD
RGB: (181,155,189)

Color info

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

RGB color model

#B59BBD color RGB value is (181,155,189).

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

RGB channels and saturation

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

181
155
189

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

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 189 = 525 (100%)
R 181 of 525 ~ 34.48%
G 155 of 525 ~ 29.52%
B 189 of 525 ~ 36%

%34.48
%29.52
%36

CMYK color model

#B59BBD color CMYK value is (4,18,0,26).

  • cyan value is 4.23%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(4,18,0,26)
C4M18Y0K26 
(4%,18%,0%,26%)
(0.04/0.18/0.00/0.26)	

CMYK percentages

%4.23
%17.99
%0
%25.88

Codes

Color #B59BBD in popluar color models

B59BBD
RGB181155189
HSL286°20.48%67.45%
HSB/HSV286°17.99%74.12%
CMYK4.23%17.99%0.00%
25.88%

Color #B59BBD in popluar number systems.

HEXB59BBD
Decimal181155189
Binary101101011001101110111101
Octal265233275

Shades and tints

Shades of #B59BBD

#B59BBD
(181,155,189)
#A58DAC
(165,141,172)
#957F9B
(149,127,155)
#85718A
(133,113,138)
#756379
(117,99,121)
#655568
(101,85,104)
#554757
(85,71,87)
#453946
(69,57,70)
#352B35
(53,43,53)
#251D24
(37,29,36)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #B59BBD

#B59BBD
(181,155,189)
#BBA4C3
(187,164,195)
#C1ADC9
(193,173,201)
#C7B6CF
(199,182,207)
#CDBFD5
(205,191,213)
#D3C8DB
(211,200,219)
#D9D1E1
(217,209,225)
#DFDAE7
(223,218,231)
#E5E3ED
(229,227,237)
#EBECF3
(235,236,243)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59BBD; }

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

This text font color is #B59BBD.


Background Color

.myBgColor { background-color: #B59BBD; }

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

This div background color is #B59BBD.


Border color

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

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

This div border color is #B59BBD.


Opacity

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

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

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

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

This text has shadow with #B59BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59BBD on black background.


Color preview on white background

This text has color #B59BBD on white background.



Black color preview on #B59BBD background

This text has black color on #B59BBD background.


White color preview on #B59BBD background

This text has white color on #B59BBD background.