COLOR #B47D9E

HEX: #B47D9E
RGB: (180,125,158)

Color info

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

RGB color model

#B47D9E color RGB value is (180,125,158).

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

RGB channels and saturation

R 180 of 255 = 71%
G 125 of 255 = 49%
B 158 of 255 = 62%

180
125
158

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

Portions of RGB colors in percentages

R + G + B =
180 + 125 + 158 = 463 (100%)
R 180 of 463 ~ 38.88%
G 125 of 463 ~ 27%
B 158 of 463 ~ 34.13%

%38.88
%27
%34.13

CMYK color model

#B47D9E color CMYK value is (0,31,12,29).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(0,31,12,29)
C0M31Y12K29 
(0%,31%,12%,29%)
(0.00/0.31/0.12/0.29)	

CMYK percentages

%0
%30.56
%12.22
%29.41

Codes

Color #B47D9E in popluar color models

B47D9E
RGB180125158
HSL324°26.83%59.80%
HSB/HSV324°30.56%70.59%
CMYK0.00%30.56%12.22%
29.41%

Color #B47D9E in popluar number systems.

HEXB47D9E
Decimal180125158
Binary10110100111110110011110
Octal264175236

Shades and tints

Shades of #B47D9E

#B47D9E
(180,125,158)
#A47290
(164,114,144)
#946782
(148,103,130)
#845C74
(132,92,116)
#745166
(116,81,102)
#644658
(100,70,88)
#543B4A
(84,59,74)
#44303C
(68,48,60)
#34252E
(52,37,46)
#241A20
(36,26,32)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #B47D9E

#B47D9E
(180,125,158)
#BA88A6
(186,136,166)
#C093AE
(192,147,174)
#C69EB6
(198,158,182)
#CCA9BE
(204,169,190)
#D2B4C6
(210,180,198)
#D8BFCE
(216,191,206)
#DECAD6
(222,202,214)
#E4D5DE
(228,213,222)
#EAE0E6
(234,224,230)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47D9E; }

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

This text font color is #B47D9E.


Background Color

.myBgColor { background-color: #B47D9E; }

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

This div background color is #B47D9E.


Border color

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

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

This div border color is #B47D9E.


Opacity

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

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

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

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

This text has shadow with #B47D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47D9E on black background.


Color preview on white background

This text has color #B47D9E on white background.



Black color preview on #B47D9E background

This text has black color on #B47D9E background.


White color preview on #B47D9E background

This text has white color on #B47D9E background.