COLOR #B59DB0

HEX: #B59DB0 RGB: (181,157,176)

Color info

#B59DB0 contains red, green and blue colors in about the same proportion. Web safe color of #B59DB0 is #CC9999 (or #C99).

RGB color model

#B59DB0 color RGB value is (181,157,176).

RGB: (181,157,176) (71%, 62%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 176 of 255 = 69%

181
157
176

R + G + B ~ 67%. #B59DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 157 + 176 = 514 (100%)
R 181 of 514 ~ 35.21%
G 157 of 514 ~ 30.54%
B 176 of 514 ~ 34.24'%

%35.21
%30.54
%34.24

CMYK color model

#B59DB0 color CMYK value is (0,13,3,29).

  • cyan value is 0.00%
  • magenta value is 13.26%
  • yellow value is 2.76%
  • key color value is 29.02%
CMYK: (0,13,3,29) C0M13Y3K29 (0%,13%,3%,29%) (0.00/0.13/0.03/0.29) 

CMYK percentages

%0
%13.26
%2.76
%29.02

Codes

Color #B59DB0 in popluar color models

B5 9D B0
RGB 181 157 176
HSL 313° 13.95% 66.27%
HSB/HSV 313° 13.26% 70.98%
CMYK 0.00% 13.26% 2.76%
29.02%

Color #B59DB0 in popluar number systems.

HEX B5 9D B0
Decimal 181 157 176
Binary 10110101 10011101 10110000
Octal 265 235 260

Shades and tints

Shades of #B59DB0

#B59DB0
(181,157,176)
#A58FA0
(165,143,160)
#958190
(149,129,144)
#857380
(133,115,128)
#756570
(117,101,112)
#655760
(101,87,96)
#554950
(85,73,80)
#453B40
(69,59,64)
#352D30
(53,45,48)
#251F20
(37,31,32)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #B59DB0

#B59DB0
(181,157,176)
#BBA5B7
(187,165,183)
#C1ADBE
(193,173,190)
#C7B5C5
(199,181,197)
#CDBDCC
(205,189,204)
#D3C5D3
(211,197,211)
#D9CDDA
(217,205,218)
#DFD5E1
(223,213,225)
#E5DDE8
(229,221,232)
#EBE5EF
(235,229,239)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59DB0; }

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

This text font color is #B59DB0.

Background Color

.myBgColor { background-color: #B59DB0; }

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

This div background color is #B59DB0.

Border color

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

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

This div border color is #B59DB0.

Opacity

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

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

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

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

This text has shadow with #B59DB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59DB0.

Preview

Color preview on black background

This text has color #B59DB0 on black background.


Color preview on white background

This text has color #B59DB0 on white background.


Black color preview on #B59DB0 background

This text has black color on #B59DB0 background.


White color preview on #B59DB0 background

This text has white color on #B59DB0 background.


Related colors

Complementary color

Complementary color for #hex is #4A624F.


I love getcolorcode.com

Triadic colors

1 #B0B59D and #9DB0B5 with #B59DB0 are triadic colors.

2 #B09DB5 and #9DB5B0 with #B59DB0 are triadic colors.