COLOR #B59DC6

HEX: #B59DC6
RGB: (181,157,198)

Color info

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

RGB color model

#B59DC6 color RGB value is (181,157,198).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 198 of 255 = 78%

181
157
198

R + G + B ~ 70%. #B59DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 198 = 536 (100%)
R 181 of 536 ~ 33.77%
G 157 of 536 ~ 29.29%
B 198 of 536 ~ 36.94%

%33.77
%29.29
%36.94

CMYK color model

#B59DC6 color CMYK value is (9,21,0,22).

  • cyan value is 8.59%
  • magenta value is 20.71%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (9,21,0,22) C9M21Y0K22 (9%,21%,0%,22%) (0.09/0.21/0.00/0.22)

CMYK percentages

%8.59
%20.71
%0
%22.35

Codes

Color #B59DC6 in popluar color models

B59DC6
RGB181157198
HSL275°26.45%69.61%
HSB/HSV275°20.71%77.65%
CMYK8.59%20.71%0.00%
22.35%

Color #B59DC6 in popluar number systems.

HEXB59DC6
Decimal181157198
Binary101101011001110111000110
Octal265235306

Shades and tints

Shades of #B59DC6

#B59DC6
(181,157,198)
#A58FB4
(165,143,180)
#9581A2
(149,129,162)
#857390
(133,115,144)
#75657E
(117,101,126)
#65576C
(101,87,108)
#55495A
(85,73,90)
#453B48
(69,59,72)
#352D36
(53,45,54)
#251F24
(37,31,36)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #B59DC6

#B59DC6
(181,157,198)
#BBA5CB
(187,165,203)
#C1ADD0
(193,173,208)
#C7B5D5
(199,181,213)
#CDBDDA
(205,189,218)
#D3C5DF
(211,197,223)
#D9CDE4
(217,205,228)
#DFD5E9
(223,213,233)
#E5DDEE
(229,221,238)
#EBE5F3
(235,229,243)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59DC6; }

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

This text font color is #B59DC6.


Background Color

.myBgColor { background-color: #B59DC6; }

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

This div background color is #B59DC6.


Border color

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

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

This div border color is #B59DC6.


Opacity

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

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

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

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

This text has shadow with #B59DC6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B59DC6 on black background.


Color preview on white background

This text has color #B59DC6 on white background.



Black color preview on #B59DC6 background

This text has black color on #B59DC6 background.


White color preview on #B59DC6 background

This text has white color on #B59DC6 background.