COLOR #B47EA1

HEX: #B47EA1
RGB: (180,126,161)

Color info

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

RGB color model

#B47EA1 color RGB value is (180,126,161).

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

RGB channels and saturation

R 180 of 255 = 71%
G 126 of 255 = 49%
B 161 of 255 = 63%

180
126
161

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

Portions of RGB colors in percentages

R + G + B =
180 + 126 + 161 = 467 (100%)
R 180 of 467 ~ 38.54%
G 126 of 467 ~ 26.98%
B 161 of 467 ~ 34.48%

%38.54
%26.98
%34.48

CMYK color model

#B47EA1 color CMYK value is (0,30,11,29).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 10.56%
  • key color value is 29.41%
CMYK:
(0,30,11,29)
C0M30Y11K29 
(0%,30%,11%,29%)
(0.00/0.30/0.11/0.29)	

CMYK percentages

%0
%30
%10.56
%29.41

Codes

Color #B47EA1 in popluar color models

B47EA1
RGB180126161
HSL321°26.47%60.00%
HSB/HSV321°30.00%70.59%
CMYK0.00%30.00%10.56%
29.41%

Color #B47EA1 in popluar number systems.

HEXB47EA1
Decimal180126161
Binary10110100111111010100001
Octal264176241

Shades and tints

Shades of #B47EA1

#B47EA1
(180,126,161)
#A47393
(164,115,147)
#946885
(148,104,133)
#845D77
(132,93,119)
#745269
(116,82,105)
#64475B
(100,71,91)
#543C4D
(84,60,77)
#44313F
(68,49,63)
#342631
(52,38,49)
#241B23
(36,27,35)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #B47EA1

#B47EA1
(180,126,161)
#BA89A9
(186,137,169)
#C094B1
(192,148,177)
#C69FB9
(198,159,185)
#CCAAC1
(204,170,193)
#D2B5C9
(210,181,201)
#D8C0D1
(216,192,209)
#DECBD9
(222,203,217)
#E4D6E1
(228,214,225)
#EAE1E9
(234,225,233)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47EA1 color. Also use rgb(180,126,161) instead hex code.

Text Font Color

.myTextColor { color: #B47EA1; }

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

This text font color is #B47EA1.


Background Color

.myBgColor { background-color: #B47EA1; }

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

This div background color is #B47EA1.


Border color

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

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

This div border color is #B47EA1.


Opacity

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

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

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

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

This text has shadow with #B47EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47EA1 on black background.


Color preview on white background

This text has color #B47EA1 on white background.



Black color preview on #B47EA1 background

This text has black color on #B47EA1 background.


White color preview on #B47EA1 background

This text has white color on #B47EA1 background.