COLOR #B59DBC

HEX: #B59DBC
RGB: (181,157,188)

Color info

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

RGB color model

#B59DBC color RGB value is (181,157,188).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 188 of 255 = 74%

181
157
188

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

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 188 = 526 (100%)
R 181 of 526 ~ 34.41%
G 157 of 526 ~ 29.85%
B 188 of 526 ~ 35.74%

%34.41
%29.85
%35.74

CMYK color model

#B59DBC color CMYK value is (4,16,0,26).

  • cyan value is 3.72%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(4,16,0,26)
C4M16Y0K26 
(4%,16%,0%,26%)
(0.04/0.16/0.00/0.26)	

CMYK percentages

%3.72
%16.49
%0
%26.27

Codes

Color #B59DBC in popluar color models

B59DBC
RGB181157188
HSL286°18.79%67.65%
HSB/HSV286°16.49%73.73%
CMYK3.72%16.49%0.00%
26.27%

Color #B59DBC in popluar number systems.

HEXB59DBC
Decimal181157188
Binary101101011001110110111100
Octal265235274

Shades and tints

Shades of #B59DBC

#B59DBC
(181,157,188)
#A58FAB
(165,143,171)
#95819A
(149,129,154)
#857389
(133,115,137)
#756578
(117,101,120)
#655767
(101,87,103)
#554956
(85,73,86)
#453B45
(69,59,69)
#352D34
(53,45,52)
#251F23
(37,31,35)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #B59DBC

#B59DBC
(181,157,188)
#BBA5C2
(187,165,194)
#C1ADC8
(193,173,200)
#C7B5CE
(199,181,206)
#CDBDD4
(205,189,212)
#D3C5DA
(211,197,218)
#D9CDE0
(217,205,224)
#DFD5E6
(223,213,230)
#E5DDEC
(229,221,236)
#EBE5F2
(235,229,242)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59DBC; }

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

This text font color is #B59DBC.


Background Color

.myBgColor { background-color: #B59DBC; }

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

This div background color is #B59DBC.


Border color

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

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

This div border color is #B59DBC.


Opacity

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

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

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

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

This text has shadow with #B59DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59DBC on black background.


Color preview on white background

This text has color #B59DBC on white background.



Black color preview on #B59DBC background

This text has black color on #B59DBC background.


White color preview on #B59DBC background

This text has white color on #B59DBC background.