COLOR #B47DA0

HEX: #B47DA0
RGB: (180,125,160)

Color info

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

RGB color model

#B47DA0 color RGB value is (180,125,160).

  • red value is 180;
  • green value is 125;
  • blue value is 160.
RGB:
(180,125,160)
(71%,49%,63%)

RGB channels and saturation

R 180 of 255 = 71%
G 125 of 255 = 49%
B 160 of 255 = 63%

180
125
160

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

Portions of RGB colors in percentages

R + G + B =
180 + 125 + 160 = 465 (100%)
R 180 of 465 ~ 38.71%
G 125 of 465 ~ 26.88%
B 160 of 465 ~ 34.41%

%38.71
%26.88
%34.41

CMYK color model

#B47DA0 color CMYK value is (0,31,11,29).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 11.11%
  • key color value is 29.41%
CMYK:
(0,31,11,29)
C0M31Y11K29 
(0%,31%,11%,29%)
(0.00/0.31/0.11/0.29)	

CMYK percentages

%0
%30.56
%11.11
%29.41

Codes

Color #B47DA0 in popluar color models

B47DA0
RGB180125160
HSL322°26.83%59.80%
HSB/HSV322°30.56%70.59%
CMYK0.00%30.56%11.11%
29.41%

Color #B47DA0 in popluar number systems.

HEXB47DA0
Decimal180125160
Binary10110100111110110100000
Octal264175240

Shades and tints

Shades of #B47DA0

#B47DA0
(180,125,160)
#A47292
(164,114,146)
#946784
(148,103,132)
#845C76
(132,92,118)
#745168
(116,81,104)
#64465A
(100,70,90)
#543B4C
(84,59,76)
#44303E
(68,48,62)
#342530
(52,37,48)
#241A22
(36,26,34)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #B47DA0

#B47DA0
(180,125,160)
#BA88A8
(186,136,168)
#C093B0
(192,147,176)
#C69EB8
(198,158,184)
#CCA9C0
(204,169,192)
#D2B4C8
(210,180,200)
#D8BFD0
(216,191,208)
#DECAD8
(222,202,216)
#E4D5E0
(228,213,224)
#EAE0E8
(234,224,232)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47DA0 color. Also use rgb(180,125,160) instead hex code.

Text Font Color

.myTextColor { color: #B47DA0; }

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

This text font color is #B47DA0.


Background Color

.myBgColor { background-color: #B47DA0; }

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

This div background color is #B47DA0.


Border color

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

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

This div border color is #B47DA0.


Opacity

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

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

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

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

This text has shadow with #B47DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47DA0 on black background.


Color preview on white background

This text has color #B47DA0 on white background.



Black color preview on #B47DA0 background

This text has black color on #B47DA0 background.


White color preview on #B47DA0 background

This text has white color on #B47DA0 background.