COLOR #B57EAB

HEX: #B57EAB
RGB: (181,126,171)

Color info

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

RGB color model

#B57EAB color RGB value is (181,126,171).

  • red value is 181;
  • green value is 126;
  • blue value is 171.
RGB:
(181,126,171)
(71%,49%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 126 of 255 = 49%
B 171 of 255 = 67%

181
126
171

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

Portions of RGB colors in percentages

R + G + B =
181 + 126 + 171 = 478 (100%)
R 181 of 478 ~ 37.87%
G 126 of 478 ~ 26.36%
B 171 of 478 ~ 35.77%

%37.87
%26.36
%35.77

CMYK color model

#B57EAB color CMYK value is (0,30,6,29).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(0,30,6,29)
C0M30Y6K29 
(0%,30%,6%,29%)
(0.00/0.30/0.06/0.29)	

CMYK percentages

%0
%30.39
%5.52
%29.02

Codes

Color #B57EAB in popluar color models

B57EAB
RGB181126171
HSL311°27.09%60.20%
HSB/HSV311°30.39%70.98%
CMYK0.00%30.39%5.52%
29.02%

Color #B57EAB in popluar number systems.

HEXB57EAB
Decimal181126171
Binary10110101111111010101011
Octal265176253

Shades and tints

Shades of #B57EAB

#B57EAB
(181,126,171)
#A5739C
(165,115,156)
#95688D
(149,104,141)
#855D7E
(133,93,126)
#75526F
(117,82,111)
#654760
(101,71,96)
#553C51
(85,60,81)
#453142
(69,49,66)
#352633
(53,38,51)
#251B24
(37,27,36)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #B57EAB

#B57EAB
(181,126,171)
#BB89B2
(187,137,178)
#C194B9
(193,148,185)
#C79FC0
(199,159,192)
#CDAAC7
(205,170,199)
#D3B5CE
(211,181,206)
#D9C0D5
(217,192,213)
#DFCBDC
(223,203,220)
#E5D6E3
(229,214,227)
#EBE1EA
(235,225,234)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57EAB color. Also use rgb(181,126,171) instead hex code.

Text Font Color

.myTextColor { color: #B57EAB; }

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

This text font color is #B57EAB.


Background Color

.myBgColor { background-color: #B57EAB; }

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

This div background color is #B57EAB.


Border color

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

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

This div border color is #B57EAB.


Opacity

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

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

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

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

This text has shadow with #B57EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57EAB on black background.


Color preview on white background

This text has color #B57EAB on white background.



Black color preview on #B57EAB background

This text has black color on #B57EAB background.


White color preview on #B57EAB background

This text has white color on #B57EAB background.