COLOR #B57C9E

HEX: #B57C9E
RGB: (181,124,158)

Color info

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

RGB color model

#B57C9E color RGB value is (181,124,158).

  • red value is 181;
  • green value is 124;
  • blue value is 158.
RGB:
(181,124,158)
(71%,49%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 124 of 255 = 49%
B 158 of 255 = 62%

181
124
158

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

Portions of RGB colors in percentages

R + G + B =
181 + 124 + 158 = 463 (100%)
R 181 of 463 ~ 39.09%
G 124 of 463 ~ 26.78%
B 158 of 463 ~ 34.13%

%39.09
%26.78
%34.13

CMYK color model

#B57C9E color CMYK value is (0,31,13,29).

  • cyan value is 0.00%
  • magenta value is 31.49%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(0,31,13,29)
C0M31Y13K29 
(0%,31%,13%,29%)
(0.00/0.31/0.13/0.29)	

CMYK percentages

%0
%31.49
%12.71
%29.02

Codes

Color #B57C9E in popluar color models

B57C9E
RGB181124158
HSL324°27.80%59.80%
HSB/HSV324°31.49%70.98%
CMYK0.00%31.49%12.71%
29.02%

Color #B57C9E in popluar number systems.

HEXB57C9E
Decimal181124158
Binary10110101111110010011110
Octal265174236

Shades and tints

Shades of #B57C9E

#B57C9E
(181,124,158)
#A57190
(165,113,144)
#956682
(149,102,130)
#855B74
(133,91,116)
#755066
(117,80,102)
#654558
(101,69,88)
#553A4A
(85,58,74)
#452F3C
(69,47,60)
#35242E
(53,36,46)
#251920
(37,25,32)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #B57C9E

#B57C9E
(181,124,158)
#BB87A6
(187,135,166)
#C192AE
(193,146,174)
#C79DB6
(199,157,182)
#CDA8BE
(205,168,190)
#D3B3C6
(211,179,198)
#D9BECE
(217,190,206)
#DFC9D6
(223,201,214)
#E5D4DE
(229,212,222)
#EBDFE6
(235,223,230)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57C9E color. Also use rgb(181,124,158) instead hex code.

Text Font Color

.myTextColor { color: #B57C9E; }

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

This text font color is #B57C9E.


Background Color

.myBgColor { background-color: #B57C9E; }

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

This div background color is #B57C9E.


Border color

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

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

This div border color is #B57C9E.


Opacity

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

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

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

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

This text has shadow with #B57C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57C9E on black background.


Color preview on white background

This text has color #B57C9E on white background.



Black color preview on #B57C9E background

This text has black color on #B57C9E background.


White color preview on #B57C9E background

This text has white color on #B57C9E background.