COLOR #B57F9B

HEX: #B57F9B
RGB: (181,127,155)

Color info

#B57F9B contains red, green and blue colors in about the same proportion. Web safe color of #B57F9B is #CC6699 (or #C69).

RGB color model

#B57F9B color RGB value is (181,127,155).

  • red value is 181;
  • green value is 127;
  • blue value is 155.
RGB:
(181,127,155)
(71%,50%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 127 of 255 = 50%
B 155 of 255 = 61%

181
127
155

R + G + B ~ 61%. #B57F9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 127 + 155 = 463 (100%)
R 181 of 463 ~ 39.09%
G 127 of 463 ~ 27.43%
B 155 of 463 ~ 33.48%

%39.09
%27.43
%33.48

CMYK color model

#B57F9B color CMYK value is (0,30,14,29).

  • cyan value is 0.00%
  • magenta value is 29.83%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(0,30,14,29)
C0M30Y14K29 
(0%,30%,14%,29%)
(0.00/0.30/0.14/0.29)	

CMYK percentages

%0
%29.83
%14.36
%29.02

Codes

Color #B57F9B in popluar color models

B57F9B
RGB181127155
HSL329°26.73%60.39%
HSB/HSV329°29.83%70.98%
CMYK0.00%29.83%14.36%
29.02%

Color #B57F9B in popluar number systems.

HEXB57F9B
Decimal181127155
Binary10110101111111110011011
Octal265177233

Shades and tints

Shades of #B57F9B

#B57F9B
(181,127,155)
#A5748D
(165,116,141)
#95697F
(149,105,127)
#855E71
(133,94,113)
#755363
(117,83,99)
#654855
(101,72,85)
#553D47
(85,61,71)
#453239
(69,50,57)
#35272B
(53,39,43)
#251C1D
(37,28,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #B57F9B

#B57F9B
(181,127,155)
#BB8AA4
(187,138,164)
#C195AD
(193,149,173)
#C7A0B6
(199,160,182)
#CDABBF
(205,171,191)
#D3B6C8
(211,182,200)
#D9C1D1
(217,193,209)
#DFCCDA
(223,204,218)
#E5D7E3
(229,215,227)
#EBE2EC
(235,226,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57F9B color. Also use rgb(181,127,155) instead hex code.

Text Font Color

.myTextColor { color: #B57F9B; }

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

This text font color is #B57F9B.


Background Color

.myBgColor { background-color: #B57F9B; }

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

This div background color is #B57F9B.


Border color

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

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

This div border color is #B57F9B.


Opacity

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

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

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

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

This text has shadow with #B57F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57F9B on black background.


Color preview on white background

This text has color #B57F9B on white background.



Black color preview on #B57F9B background

This text has black color on #B57F9B background.


White color preview on #B57F9B background

This text has white color on #B57F9B background.