COLOR #B57DAD

HEX: #B57DAD
RGB: (181,125,173)

Color info

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

RGB color model

#B57DAD color RGB value is (181,125,173).

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

RGB channels and saturation

R 181 of 255 = 71%
G 125 of 255 = 49%
B 173 of 255 = 68%

181
125
173

R + G + B ~ 63%. #B57DAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 125 + 173 = 479 (100%)
R 181 of 479 ~ 37.79%
G 125 of 479 ~ 26.1%
B 173 of 479 ~ 36.12%

%37.79
%26.1
%36.12

CMYK color model

#B57DAD color CMYK value is (0,31,4,29).

  • cyan value is 0.00%
  • magenta value is 30.94%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(0,31,4,29)
C0M31Y4K29 
(0%,31%,4%,29%)
(0.00/0.31/0.04/0.29)	

CMYK percentages

%0
%30.94
%4.42
%29.02

Codes

Color #B57DAD in popluar color models

B57DAD
RGB181125173
HSL309°27.45%60.00%
HSB/HSV309°30.94%70.98%
CMYK0.00%30.94%4.42%
29.02%

Color #B57DAD in popluar number systems.

HEXB57DAD
Decimal181125173
Binary10110101111110110101101
Octal265175255

Shades and tints

Shades of #B57DAD

#B57DAD
(181,125,173)
#A5729E
(165,114,158)
#95678F
(149,103,143)
#855C80
(133,92,128)
#755171
(117,81,113)
#654662
(101,70,98)
#553B53
(85,59,83)
#453044
(69,48,68)
#352535
(53,37,53)
#251A26
(37,26,38)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #B57DAD

#B57DAD
(181,125,173)
#BB88B4
(187,136,180)
#C193BB
(193,147,187)
#C79EC2
(199,158,194)
#CDA9C9
(205,169,201)
#D3B4D0
(211,180,208)
#D9BFD7
(217,191,215)
#DFCADE
(223,202,222)
#E5D5E5
(229,213,229)
#EBE0EC
(235,224,236)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57DAD; }

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

This text font color is #B57DAD.


Background Color

.myBgColor { background-color: #B57DAD; }

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

This div background color is #B57DAD.


Border color

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

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

This div border color is #B57DAD.


Opacity

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

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

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

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

This text has shadow with #B57DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57DAD on black background.


Color preview on white background

This text has color #B57DAD on white background.



Black color preview on #B57DAD background

This text has black color on #B57DAD background.


White color preview on #B57DAD background

This text has white color on #B57DAD background.