COLOR #B47CA0

HEX: #B47CA0
RGB: (180,124,160)

Color info

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

RGB color model

#B47CA0 color RGB value is (180,124,160).

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

RGB channels and saturation

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

180
124
160

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

Portions of RGB colors in percentages

R + G + B =
180 + 124 + 160 = 464 (100%)
R 180 of 464 ~ 38.79%
G 124 of 464 ~ 26.72%
B 160 of 464 ~ 34.48%

%38.79
%26.72
%34.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.11%
  • 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
%31.11
%11.11
%29.41

Codes

Color #B47CA0 in popluar color models

B47CA0
RGB180124160
HSL321°27.18%59.61%
HSB/HSV321°31.11%70.59%
CMYK0.00%31.11%11.11%
29.41%

Color #B47CA0 in popluar number systems.

HEXB47CA0
Decimal180124160
Binary10110100111110010100000
Octal264174240

Shades and tints

Shades of #B47CA0

#B47CA0
(180,124,160)
#A47192
(164,113,146)
#946684
(148,102,132)
#845B76
(132,91,118)
#745068
(116,80,104)
#64455A
(100,69,90)
#543A4C
(84,58,76)
#442F3E
(68,47,62)
#342430
(52,36,48)
#241922
(36,25,34)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B47CA0

#B47CA0
(180,124,160)
#BA87A8
(186,135,168)
#C092B0
(192,146,176)
#C69DB8
(198,157,184)
#CCA8C0
(204,168,192)
#D2B3C8
(210,179,200)
#D8BED0
(216,190,208)
#DEC9D8
(222,201,216)
#E4D4E0
(228,212,224)
#EADFE8
(234,223,232)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47CA0; }

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

This text font color is #B47CA0.


Background Color

.myBgColor { background-color: #B47CA0; }

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

This div background color is #B47CA0.


Border color

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

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

This div border color is #B47CA0.


Opacity

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

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

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

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

This text has shadow with #B47CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47CA0 on black background.


Color preview on white background

This text has color #B47CA0 on white background.



Black color preview on #B47CA0 background

This text has black color on #B47CA0 background.


White color preview on #B47CA0 background

This text has white color on #B47CA0 background.