COLOR #B57D99

HEX: #B57D99
RGB: (181,125,153)

Color info

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

RGB color model

#B57D99 color RGB value is (181,125,153).

  • red value is 181;
  • green value is 125;
  • blue value is 153.
RGB:
(181,125,153)
(71%,49%,60%)

RGB channels and saturation

R 181 of 255 = 71%
G 125 of 255 = 49%
B 153 of 255 = 60%

181
125
153

R + G + B ~ 60%. #B57D99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 125 + 153 = 459 (100%)
R 181 of 459 ~ 39.43%
G 125 of 459 ~ 27.23%
B 153 of 459 ~ 33.33%

%39.43
%27.23
%33.33

CMYK color model

#B57D99 color CMYK value is (0,31,15,29).

  • cyan value is 0.00%
  • magenta value is 30.94%
  • yellow value is 15.47%
  • key color value is 29.02%
CMYK:
(0,31,15,29)
C0M31Y15K29 
(0%,31%,15%,29%)
(0.00/0.31/0.15/0.29)	

CMYK percentages

%0
%30.94
%15.47
%29.02

Codes

Color #B57D99 in popluar color models

B57D99
RGB181125153
HSL330°27.45%60.00%
HSB/HSV330°30.94%70.98%
CMYK0.00%30.94%15.47%
29.02%

Color #B57D99 in popluar number systems.

HEXB57D99
Decimal181125153
Binary10110101111110110011001
Octal265175231

Shades and tints

Shades of #B57D99

#B57D99
(181,125,153)
#A5728C
(165,114,140)
#95677F
(149,103,127)
#855C72
(133,92,114)
#755165
(117,81,101)
#654658
(101,70,88)
#553B4B
(85,59,75)
#45303E
(69,48,62)
#352531
(53,37,49)
#251A24
(37,26,36)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #B57D99

#B57D99
(181,125,153)
#BB88A2
(187,136,162)
#C193AB
(193,147,171)
#C79EB4
(199,158,180)
#CDA9BD
(205,169,189)
#D3B4C6
(211,180,198)
#D9BFCF
(217,191,207)
#DFCAD8
(223,202,216)
#E5D5E1
(229,213,225)
#EBE0EA
(235,224,234)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57D99 color. Also use rgb(181,125,153) instead hex code.

Text Font Color

.myTextColor { color: #B57D99; }

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

This text font color is #B57D99.


Background Color

.myBgColor { background-color: #B57D99; }

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

This div background color is #B57D99.


Border color

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

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

This div border color is #B57D99.


Opacity

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

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

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

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

This text has shadow with #B57D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57D99 on black background.


Color preview on white background

This text has color #B57D99 on white background.



Black color preview on #B57D99 background

This text has black color on #B57D99 background.


White color preview on #B57D99 background

This text has white color on #B57D99 background.