COLOR #B59DCB

HEX: #B59DCB
RGB: (181,157,203)

Color info

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

RGB color model

#B59DCB color RGB value is (181,157,203).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 203 of 255 = 80%

181
157
203

R + G + B ~ 71%. #B59DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 203 = 541 (100%)
R 181 of 541 ~ 33.46%
G 157 of 541 ~ 29.02%
B 203 of 541 ~ 37.52%

%33.46
%29.02
%37.52

CMYK color model

#B59DCB color CMYK value is (11,23,0,20).

  • cyan value is 10.84%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,23,0,20)
C11M23Y0K20 
(11%,23%,0%,20%)
(0.11/0.23/0.00/0.20)	

CMYK percentages

%10.84
%22.66
%0
%20.39

Codes

Color #B59DCB in popluar color models

B59DCB
RGB181157203
HSL271°30.67%70.59%
HSB/HSV271°22.66%79.61%
CMYK10.84%22.66%0.00%
20.39%

Color #B59DCB in popluar number systems.

HEXB59DCB
Decimal181157203
Binary101101011001110111001011
Octal265235313

Shades and tints

Shades of #B59DCB

#B59DCB
(181,157,203)
#A58FB9
(165,143,185)
#9581A7
(149,129,167)
#857395
(133,115,149)
#756583
(117,101,131)
#655771
(101,87,113)
#55495F
(85,73,95)
#453B4D
(69,59,77)
#352D3B
(53,45,59)
#251F29
(37,31,41)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #B59DCB

#B59DCB
(181,157,203)
#BBA5CF
(187,165,207)
#C1ADD3
(193,173,211)
#C7B5D7
(199,181,215)
#CDBDDB
(205,189,219)
#D3C5DF
(211,197,223)
#D9CDE3
(217,205,227)
#DFD5E7
(223,213,231)
#E5DDEB
(229,221,235)
#EBE5EF
(235,229,239)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59DCB; }

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

This text font color is #B59DCB.


Background Color

.myBgColor { background-color: #B59DCB; }

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

This div background color is #B59DCB.


Border color

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

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

This div border color is #B59DCB.


Opacity

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

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

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

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

This text has shadow with #B59DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59DCB on black background.


Color preview on white background

This text has color #B59DCB on white background.



Black color preview on #B59DCB background

This text has black color on #B59DCB background.


White color preview on #B59DCB background

This text has white color on #B59DCB background.