COLOR #B47EA9

HEX: #B47EA9
RGB: (180,126,169)

Color info

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

RGB color model

#B47EA9 color RGB value is (180,126,169).

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

RGB channels and saturation

R 180 of 255 = 71%
G 126 of 255 = 49%
B 169 of 255 = 66%

180
126
169

R + G + B ~ 62%. #B47EA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 126 + 169 = 475 (100%)
R 180 of 475 ~ 37.89%
G 126 of 475 ~ 26.53%
B 169 of 475 ~ 35.58%

%37.89
%26.53
%35.58

CMYK color model

#B47EA9 color CMYK value is (0,30,6,29).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 6.11%
  • key color value is 29.41%
CMYK:
(0,30,6,29)
C0M30Y6K29 
(0%,30%,6%,29%)
(0.00/0.30/0.06/0.29)	

CMYK percentages

%0
%30
%6.11
%29.41

Codes

Color #B47EA9 in popluar color models

B47EA9
RGB180126169
HSL312°26.47%60.00%
HSB/HSV312°30.00%70.59%
CMYK0.00%30.00%6.11%
29.41%

Color #B47EA9 in popluar number systems.

HEXB47EA9
Decimal180126169
Binary10110100111111010101001
Octal264176251

Shades and tints

Shades of #B47EA9

#B47EA9
(180,126,169)
#A4739A
(164,115,154)
#94688B
(148,104,139)
#845D7C
(132,93,124)
#74526D
(116,82,109)
#64475E
(100,71,94)
#543C4F
(84,60,79)
#443140
(68,49,64)
#342631
(52,38,49)
#241B22
(36,27,34)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #B47EA9

#B47EA9
(180,126,169)
#BA89B0
(186,137,176)
#C094B7
(192,148,183)
#C69FBE
(198,159,190)
#CCAAC5
(204,170,197)
#D2B5CC
(210,181,204)
#D8C0D3
(216,192,211)
#DECBDA
(222,203,218)
#E4D6E1
(228,214,225)
#EAE1E8
(234,225,232)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47EA9; }

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

This text font color is #B47EA9.


Background Color

.myBgColor { background-color: #B47EA9; }

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

This div background color is #B47EA9.


Border color

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

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

This div border color is #B47EA9.


Opacity

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

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

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

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

This text has shadow with #B47EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47EA9 on black background.


Color preview on white background

This text has color #B47EA9 on white background.



Black color preview on #B47EA9 background

This text has black color on #B47EA9 background.


White color preview on #B47EA9 background

This text has white color on #B47EA9 background.