COLOR #B57FA3

HEX: #B57FA3
RGB: (181,127,163)

Color info

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

RGB color model

#B57FA3 color RGB value is (181,127,163).

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

RGB channels and saturation

R 181 of 255 = 71%
G 127 of 255 = 50%
B 163 of 255 = 64%

181
127
163

R + G + B ~ 62%. #B57FA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 127 + 163 = 471 (100%)
R 181 of 471 ~ 38.43%
G 127 of 471 ~ 26.96%
B 163 of 471 ~ 34.61%

%38.43
%26.96
%34.61

CMYK color model

#B57FA3 color CMYK value is (0,30,10,29).

  • cyan value is 0.00%
  • magenta value is 29.83%
  • yellow value is 9.94%
  • key color value is 29.02%
CMYK:
(0,30,10,29)
C0M30Y10K29 
(0%,30%,10%,29%)
(0.00/0.30/0.10/0.29)	

CMYK percentages

%0
%29.83
%9.94
%29.02

Codes

Color #B57FA3 in popluar color models

B57FA3
RGB181127163
HSL320°26.73%60.39%
HSB/HSV320°29.83%70.98%
CMYK0.00%29.83%9.94%
29.02%

Color #B57FA3 in popluar number systems.

HEXB57FA3
Decimal181127163
Binary10110101111111110100011
Octal265177243

Shades and tints

Shades of #B57FA3

#B57FA3
(181,127,163)
#A57495
(165,116,149)
#956987
(149,105,135)
#855E79
(133,94,121)
#75536B
(117,83,107)
#65485D
(101,72,93)
#553D4F
(85,61,79)
#453241
(69,50,65)
#352733
(53,39,51)
#251C25
(37,28,37)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #B57FA3

#B57FA3
(181,127,163)
#BB8AAB
(187,138,171)
#C195B3
(193,149,179)
#C7A0BB
(199,160,187)
#CDABC3
(205,171,195)
#D3B6CB
(211,182,203)
#D9C1D3
(217,193,211)
#DFCCDB
(223,204,219)
#E5D7E3
(229,215,227)
#EBE2EB
(235,226,235)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57FA3; }

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

This text font color is #B57FA3.


Background Color

.myBgColor { background-color: #B57FA3; }

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

This div background color is #B57FA3.


Border color

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

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

This div border color is #B57FA3.


Opacity

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

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

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

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

This text has shadow with #B57FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57FA3 on black background.


Color preview on white background

This text has color #B57FA3 on white background.



Black color preview on #B57FA3 background

This text has black color on #B57FA3 background.


White color preview on #B57FA3 background

This text has white color on #B57FA3 background.