COLOR #B58DAC

HEX: #B58DAC RGB: (181,141,172)

Color info

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

RGB color model

#B58DAC color RGB value is (181,141,172).

RGB: (181,141,172) (71%, 55%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 141 of 255 = 55%
B 172 of 255 = 67%

181
141
172

R + G + B ~ 64%. #B58DAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 141 + 172 = 494 (100%)
R 181 of 494 ~ 36.64%
G 141 of 494 ~ 28.54%
B 172 of 494 ~ 34.82'%

%36.64
%28.54
%34.82

CMYK color model

#B58DAC color CMYK value is (0,22,5,29).

  • cyan value is 0.00%
  • magenta value is 22.10%
  • yellow value is 4.97%
  • key color value is 29.02%

CMYK: (0,22,5,29)
C0M22Y5K29 (0%, 22%, 5%, 29%)
(0.00 / 0.22 / 0.05 / 0.29)

CMYK percentages

%0
%22.1
%4.97
%29.02

Codes

Color #B58DAC in popluar color models

B5 8D AC
RGB 181 141 172
HSL 314° 21.28% 63.14%
HSB/HSV 314° 22.10% 70.98%
CMYK 0.00% 22.10% 4.97%
29.02%

Color #B58DAC in popluar number systems.

HEX B5 8D AC
Decimal 181 141 172
Binary 10110101 10001101 10101100
Octal 265 215 254

Shades and tints

Shades of #B58DAC

#B58DAC
(181,141,172)
#A5819D
(165,129,157)
#95758E
(149,117,142)
#85697F
(133,105,127)
#755D70
(117,93,112)
#655161
(101,81,97)
#554552
(85,69,82)
#453943
(69,57,67)
#352D34
(53,45,52)
#252125
(37,33,37)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #B58DAC

#B58DAC
(181,141,172)
#BB97B3
(187,151,179)
#C1A1BA
(193,161,186)
#C7ABC1
(199,171,193)
#CDB5C8
(205,181,200)
#D3BFCF
(211,191,207)
#D9C9D6
(217,201,214)
#DFD3DD
(223,211,221)
#E5DDE4
(229,221,228)
#EBE7EB
(235,231,235)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58DAC color. Also use rgb(181,141,172) instead hex code.

Text Font Color

.myTextColor { color: #B58DAC; }

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

This text font color is #B58DAC.

Background Color

.myBgColor { background-color: #B58DAC; }

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

This div background color is #B58DAC.

Border color

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

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

This div border color is #B58DAC.

Opacity

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

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

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

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

This text has shadow with #B58DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58DAC.

Preview

Color preview on black background

This text has color #B58DAC on black background.


Color preview on white background

This text has color #B58DAC on white background.


Black color preview on #B58DAC background

This text has black color on #B58DAC background.


White color preview on #B58DAC background

This text has white color on #B58DAC background.


Related colors

Complementary color

Complementary color for #hex is #4A7253.


I love getcolorcode.com

Triadic colors

1 #ACB58D and #8DACB5 with #B58DAC are triadic colors.

2 #AC8DB5 and #8DB5AC with #B58DAC are triadic colors.