COLOR #B47FAF

HEX: #B47FAF RGB: (180,127,175)

Color info

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

RGB color model

#B47FAF color RGB value is (180,127,175).

RGB: (180,127,175) (71%, 50%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 127 of 255 = 50%
B 175 of 255 = 69%

180
127
175

R + G + B ~ 63%. #B47FAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 127 + 175 = 482 (100%)
R 180 of 482 ~ 37.34%
G 127 of 482 ~ 26.35%
B 175 of 482 ~ 36.31'%

%37.34
%26.35
%36.31

CMYK color model

#B47FAF color CMYK value is (0,29,3,29).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 2.78%
  • key color value is 29.41%

CMYK: (0,29,3,29)
C0M29Y3K29 (0%, 29%, 3%, 29%)
(0.00 / 0.29 / 0.03 / 0.29)

CMYK percentages

%0
%29.44
%2.78
%29.41

Codes

Color #B47FAF in popluar color models

B4 7F AF
RGB 180 127 175
HSL 306° 26.11% 60.20%
HSB/HSV 306° 29.44% 70.59%
CMYK 0.00% 29.44% 2.78%
29.41%

Color #B47FAF in popluar number systems.

HEX B4 7F AF
Decimal 180 127 175
Binary 10110100 1111111 10101111
Octal 264 177 257

Shades and tints

Shades of #B47FAF

#B47FAF
(180,127,175)
#A474A0
(164,116,160)
#946991
(148,105,145)
#845E82
(132,94,130)
#745373
(116,83,115)
#644864
(100,72,100)
#543D55
(84,61,85)
#443246
(68,50,70)
#342737
(52,39,55)
#241C28
(36,28,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #B47FAF

#B47FAF
(180,127,175)
#BA8AB6
(186,138,182)
#C095BD
(192,149,189)
#C6A0C4
(198,160,196)
#CCABCB
(204,171,203)
#D2B6D2
(210,182,210)
#D8C1D9
(216,193,217)
#DECCE0
(222,204,224)
#E4D7E7
(228,215,231)
#EAE2EE
(234,226,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47FAF color. Also use rgb(180,127,175) instead hex code.

Text Font Color

.myTextColor { color: #B47FAF; }

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

This text font color is #B47FAF.

Background Color

.myBgColor { background-color: #B47FAF; }

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

This div background color is #B47FAF.

Border color

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

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

This div border color is #B47FAF.

Opacity

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

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

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

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

This text has shadow with #B47FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47FAF.

Preview

Color preview on black background

This text has color #B47FAF on black background.


Color preview on white background

This text has color #B47FAF on white background.


Black color preview on #B47FAF background

This text has black color on #B47FAF background.


White color preview on #B47FAF background

This text has white color on #B47FAF background.


Related colors

Complementary color

Complementary color for #hex is #4B8050.


I love getcolorcode.com

Triadic colors

1 #AFB47F and #7FAFB4 with #B47FAF are triadic colors.

2 #AF7FB4 and #7FB4AF with #B47FAF are triadic colors.