COLOR #B47B9F

HEX: #B47B9F
RGB: (180,123,159)

Color info

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

RGB color model

#B47B9F color RGB value is (180,123,159).

  • red value is 180;
  • green value is 123;
  • blue value is 159.
RGB:
(180,123,159)
(71%,48%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 123 of 255 = 48%
B 159 of 255 = 62%

180
123
159

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

Portions of RGB colors in percentages

R + G + B =
180 + 123 + 159 = 462 (100%)
R 180 of 462 ~ 38.96%
G 123 of 462 ~ 26.62%
B 159 of 462 ~ 34.42%

%38.96
%26.62
%34.42

CMYK color model

#B47B9F color CMYK value is (0,32,12,29).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(0,32,12,29)
C0M32Y12K29 
(0%,32%,12%,29%)
(0.00/0.32/0.12/0.29)	

CMYK percentages

%0
%31.67
%11.67
%29.41

Codes

Color #B47B9F in popluar color models

B47B9F
RGB180123159
HSL322°27.54%59.41%
HSB/HSV322°31.67%70.59%
CMYK0.00%31.67%11.67%
29.41%

Color #B47B9F in popluar number systems.

HEXB47B9F
Decimal180123159
Binary10110100111101110011111
Octal264173237

Shades and tints

Shades of #B47B9F

#B47B9F
(180,123,159)
#A47091
(164,112,145)
#946583
(148,101,131)
#845A75
(132,90,117)
#744F67
(116,79,103)
#644459
(100,68,89)
#54394B
(84,57,75)
#442E3D
(68,46,61)
#34232F
(52,35,47)
#241821
(36,24,33)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #B47B9F

#B47B9F
(180,123,159)
#BA87A7
(186,135,167)
#C093AF
(192,147,175)
#C69FB7
(198,159,183)
#CCABBF
(204,171,191)
#D2B7C7
(210,183,199)
#D8C3CF
(216,195,207)
#DECFD7
(222,207,215)
#E4DBDF
(228,219,223)
#EAE7E7
(234,231,231)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47B9F color. Also use rgb(180,123,159) instead hex code.

Text Font Color

.myTextColor { color: #B47B9F; }

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

This text font color is #B47B9F.


Background Color

.myBgColor { background-color: #B47B9F; }

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

This div background color is #B47B9F.


Border color

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

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

This div border color is #B47B9F.


Opacity

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

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

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

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

This text has shadow with #B47B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47B9F on black background.


Color preview on white background

This text has color #B47B9F on white background.



Black color preview on #B47B9F background

This text has black color on #B47B9F background.


White color preview on #B47B9F background

This text has white color on #B47B9F background.