COLOR #B47E9A

HEX: #B47E9A RGB: (180,126,154)

Color info

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

RGB color model

#B47E9A color RGB value is (180,126,154).

RGB: (180,126,154) (71%, 49%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 126 of 255 = 49%
B 154 of 255 = 60%

180
126
154

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

Portions of RGB colors in percentages

R + G + B = 180 + 126 + 154 = 460 (100%)
R 180 of 460 ~ 39.13%
G 126 of 460 ~ 27.39%
B 154 of 460 ~ 33.48'%

%39.13
%27.39
%33.48

CMYK color model

#B47E9A color CMYK value is (0,30,14,29).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 14.44%
  • key color value is 29.41%

CMYK: (0,30,14,29)
C0M30Y14K29 (0%, 30%, 14%, 29%)
(0.00 / 0.30 / 0.14 / 0.29)

CMYK percentages

%0
%30
%14.44
%29.41

Codes

Color #B47E9A in popluar color models

B4 7E 9A
RGB 180 126 154
HSL 329° 26.47% 60.00%
HSB/HSV 329° 30.00% 70.59%
CMYK 0.00% 30.00% 14.44%
29.41%

Color #B47E9A in popluar number systems.

HEX B4 7E 9A
Decimal 180 126 154
Binary 10110100 1111110 10011010
Octal 264 176 232

Shades and tints

Shades of #B47E9A

#B47E9A
(180,126,154)
#A4738C
(164,115,140)
#94687E
(148,104,126)
#845D70
(132,93,112)
#745262
(116,82,98)
#644754
(100,71,84)
#543C46
(84,60,70)
#443138
(68,49,56)
#34262A
(52,38,42)
#241B1C
(36,27,28)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #B47E9A

#B47E9A
(180,126,154)
#BA89A3
(186,137,163)
#C094AC
(192,148,172)
#C69FB5
(198,159,181)
#CCAABE
(204,170,190)
#D2B5C7
(210,181,199)
#D8C0D0
(216,192,208)
#DECBD9
(222,203,217)
#E4D6E2
(228,214,226)
#EAE1EB
(234,225,235)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47E9A; }

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

This text font color is #B47E9A.

Background Color

.myBgColor { background-color: #B47E9A; }

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

This div background color is #B47E9A.

Border color

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

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

This div border color is #B47E9A.

Opacity

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

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

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

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

This text has shadow with #B47E9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47E9A.

Preview

Color preview on black background

This text has color #B47E9A on black background.


Color preview on white background

This text has color #B47E9A on white background.


Black color preview on #B47E9A background

This text has black color on #B47E9A background.


White color preview on #B47E9A background

This text has white color on #B47E9A background.


Related colors

Complementary color

Complementary color for #hex is #4B8165.


I love getcolorcode.com

Triadic colors

1 #9AB47E and #7E9AB4 with #B47E9A are triadic colors.

2 #9A7EB4 and #7EB49A with #B47E9A are triadic colors.