COLOR #B58DAF

HEX: #B58DAF
RGB: (181,141,175)

Color info

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

RGB color model

#B58DAF color RGB value is (181,141,175).

  • red value is 181;
  • green value is 141;
  • blue value is 175.
RGB:
(181,141,175)
(71%,55%,69%)

RGB channels and saturation

R 181 of 255 = 71%
G 141 of 255 = 55%
B 175 of 255 = 69%

181
141
175

R + G + B ~ 65%. #B58DAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 141 + 175 = 497 (100%)
R 181 of 497 ~ 36.42%
G 141 of 497 ~ 28.37%
B 175 of 497 ~ 35.21%

%36.42
%28.37
%35.21

CMYK color model

#B58DAF color CMYK value is (0,22,3,29).

  • cyan value is 0.00%
  • magenta value is 22.10%
  • yellow value is 3.31%
  • key color value is 29.02%
CMYK:
(0,22,3,29)
C0M22Y3K29 
(0%,22%,3%,29%)
(0.00/0.22/0.03/0.29)	

CMYK percentages

%0
%22.1
%3.31
%29.02

Codes

Color #B58DAF in popluar color models

B58DAF
RGB181141175
HSL309°21.28%63.14%
HSB/HSV309°22.10%70.98%
CMYK0.00%22.10%3.31%
29.02%

Color #B58DAF in popluar number systems.

HEXB58DAF
Decimal181141175
Binary101101011000110110101111
Octal265215257

Shades and tints

Shades of #B58DAF

#B58DAF
(181,141,175)
#A581A0
(165,129,160)
#957591
(149,117,145)
#856982
(133,105,130)
#755D73
(117,93,115)
#655164
(101,81,100)
#554555
(85,69,85)
#453946
(69,57,70)
#352D37
(53,45,55)
#252128
(37,33,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #B58DAF

#B58DAF
(181,141,175)
#BB97B6
(187,151,182)
#C1A1BD
(193,161,189)
#C7ABC4
(199,171,196)
#CDB5CB
(205,181,203)
#D3BFD2
(211,191,210)
#D9C9D9
(217,201,217)
#DFD3E0
(223,211,224)
#E5DDE7
(229,221,231)
#EBE7EE
(235,231,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58DAF; }

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

This text font color is #B58DAF.


Background Color

.myBgColor { background-color: #B58DAF; }

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

This div background color is #B58DAF.


Border color

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

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

This div border color is #B58DAF.


Opacity

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

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

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

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

This text has shadow with #B58DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58DAF on black background.


Color preview on white background

This text has color #B58DAF on white background.



Black color preview on #B58DAF background

This text has black color on #B58DAF background.


White color preview on #B58DAF background

This text has white color on #B58DAF background.