COLOR #B59DBA

HEX: #B59DBA RGB: (181,157,186)

Color info

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

RGB color model

#B59DBA color RGB value is (181,157,186).

RGB: (181,157,186) (71%, 62%, 73%)

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 186 of 255 = 73%

181
157
186

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

Portions of RGB colors in percentages

R + G + B = 181 + 157 + 186 = 524 (100%)
R 181 of 524 ~ 34.54%
G 157 of 524 ~ 29.96%
B 186 of 524 ~ 35.5'%

%34.54
%29.96
%35.5

CMYK color model

#B59DBA color CMYK value is (3,16,0,27).

  • cyan value is 2.69%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (3,16,0,27)
C3M16Y0K27 (3%, 16%, 0%, 27%)
(0.03 / 0.16 / 0.00 / 0.27)

CMYK percentages

%2.69
%15.59
%0
%27.06

Codes

Color #B59DBA in popluar color models

B5 9D BA
RGB 181 157 186
HSL 290° 17.37% 67.25%
HSB/HSV 290° 15.59% 72.94%
CMYK 2.69% 15.59% 0.00%
27.06%

Color #B59DBA in popluar number systems.

HEX B5 9D BA
Decimal 181 157 186
Binary 10110101 10011101 10111010
Octal 265 235 272

Shades and tints

Shades of #B59DBA

#B59DBA
(181,157,186)
#A58FAA
(165,143,170)
#95819A
(149,129,154)
#85738A
(133,115,138)
#75657A
(117,101,122)
#65576A
(101,87,106)
#55495A
(85,73,90)
#453B4A
(69,59,74)
#352D3A
(53,45,58)
#251F2A
(37,31,42)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #B59DBA

#B59DBA
(181,157,186)
#BBA5C0
(187,165,192)
#C1ADC6
(193,173,198)
#C7B5CC
(199,181,204)
#CDBDD2
(205,189,210)
#D3C5D8
(211,197,216)
#D9CDDE
(217,205,222)
#DFD5E4
(223,213,228)
#E5DDEA
(229,221,234)
#EBE5F0
(235,229,240)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59DBA; }

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

This text font color is #B59DBA.

Background Color

.myBgColor { background-color: #B59DBA; }

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

This div background color is #B59DBA.

Border color

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

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

This div border color is #B59DBA.

Opacity

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

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

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

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

This text has shadow with #B59DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59DBA.

Preview

Color preview on black background

This text has color #B59DBA on black background.


Color preview on white background

This text has color #B59DBA on white background.


Black color preview on #B59DBA background

This text has black color on #B59DBA background.


White color preview on #B59DBA background

This text has white color on #B59DBA background.


Related colors

Complementary color

Complementary color for #hex is #4A6245.


I love getcolorcode.com

Triadic colors

1 #BAB59D and #9DBAB5 with #B59DBA are triadic colors.

2 #BA9DB5 and #9DB5BA with #B59DBA are triadic colors.