COLOR #B59ABD

HEX: #B59ABD RGB: (181,154,189)

Color info

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

RGB color model

#B59ABD color RGB value is (181,154,189).

RGB: (181,154,189) (71%, 60%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 189 of 255 = 74%

181
154
189

R + G + B ~ 68%. #B59ABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 154 + 189 = 524 (100%)
R 181 of 524 ~ 34.54%
G 154 of 524 ~ 29.39%
B 189 of 524 ~ 36.07'%

%34.54
%29.39
%36.07

CMYK color model

#B59ABD color CMYK value is (4,19,0,26).

  • cyan value is 4.23%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (4,19,0,26) C4M19Y0K26 (4%,19%,0%,26%) (0.04/0.19/0.00/0.26) 

CMYK percentages

%4.23
%18.52
%0
%25.88

Codes

Color #B59ABD in popluar color models

B5 9A BD
RGB 181 154 189
HSL 286° 20.96% 67.25%
HSB/HSV 286° 18.52% 74.12%
CMYK 4.23% 18.52% 0.00%
25.88%

Color #B59ABD in popluar number systems.

HEX B5 9A BD
Decimal 181 154 189
Binary 10110101 10011010 10111101
Octal 265 232 275

Shades and tints

Shades of #B59ABD

#B59ABD
(181,154,189)
#A58CAC
(165,140,172)
#957E9B
(149,126,155)
#85708A
(133,112,138)
#756279
(117,98,121)
#655468
(101,84,104)
#554657
(85,70,87)
#453846
(69,56,70)
#352A35
(53,42,53)
#251C24
(37,28,36)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #B59ABD

#B59ABD
(181,154,189)
#BBA3C3
(187,163,195)
#C1ACC9
(193,172,201)
#C7B5CF
(199,181,207)
#CDBED5
(205,190,213)
#D3C7DB
(211,199,219)
#D9D0E1
(217,208,225)
#DFD9E7
(223,217,231)
#E5E2ED
(229,226,237)
#EBEBF3
(235,235,243)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59ABD color. Also use rgb(181,154,189) instead hex code.

Text Font Color

.myTextColor { color: #B59ABD; }

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

This text font color is #B59ABD.

Background Color

.myBgColor { background-color: #B59ABD; }

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

This div background color is #B59ABD.

Border color

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

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

This div border color is #B59ABD.

Opacity

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

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

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

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

This text has shadow with #B59ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59ABD.

Preview

Color preview on black background

This text has color #B59ABD on black background.


Color preview on white background

This text has color #B59ABD on white background.


Black color preview on #B59ABD background

This text has black color on #B59ABD background.


White color preview on #B59ABD background

This text has white color on #B59ABD background.


Related colors

Complementary color

Complementary color for #hex is #4A6542.


I love getcolorcode.com

Triadic colors

1 #BDB59A and #9ABDB5 with #B59ABD are triadic colors.

2 #BD9AB5 and #9AB5BD with #B59ABD are triadic colors.