COLOR #B46C9F

HEX: #B46C9F
RGB: (180,108,159)

Color info

#B46C9F contains mainly red and blue colors. Web safe color of #B46C9F is #CC6699 (or #C69).

RGB color model

#B46C9F color RGB value is (180,108,159).

  • red value is 180;
  • green value is 108;
  • blue value is 159.
RGB:
(180,108,159)
(71%,42%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 108 of 255 = 42%
B 159 of 255 = 62%

180
108
159

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

Portions of RGB colors in percentages

R + G + B =
180 + 108 + 159 = 447 (100%)
R 180 of 447 ~ 40.27%
G 108 of 447 ~ 24.16%
B 159 of 447 ~ 35.57%

%40.27
%24.16
%35.57

CMYK color model

#B46C9F color CMYK value is (0,40,12,29).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(0,40,12,29)
C0M40Y12K29 
(0%,40%,12%,29%)
(0.00/0.40/0.12/0.29)	

CMYK percentages

%0
%40
%11.67
%29.41

Codes

Color #B46C9F in popluar color models

B46C9F
RGB180108159
HSL318°32.43%56.47%
HSB/HSV318°40.00%70.59%
CMYK0.00%40.00%11.67%
29.41%

Color #B46C9F in popluar number systems.

HEXB46C9F
Decimal180108159
Binary10110100110110010011111
Octal264154237

Shades and tints

Shades of #B46C9F

#B46C9F
(180,108,159)
#A46391
(164,99,145)
#945A83
(148,90,131)
#845175
(132,81,117)
#744867
(116,72,103)
#643F59
(100,63,89)
#54364B
(84,54,75)
#442D3D
(68,45,61)
#34242F
(52,36,47)
#241B21
(36,27,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #B46C9F

#B46C9F
(180,108,159)
#BA79A7
(186,121,167)
#C086AF
(192,134,175)
#C693B7
(198,147,183)
#CCA0BF
(204,160,191)
#D2ADC7
(210,173,199)
#D8BACF
(216,186,207)
#DEC7D7
(222,199,215)
#E4D4DF
(228,212,223)
#EAE1E7
(234,225,231)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46C9F color. Also use rgb(180,108,159) instead hex code.

Text Font Color

.myTextColor { color: #B46C9F; }

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

This text font color is #B46C9F.


Background Color

.myBgColor { background-color: #B46C9F; }

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

This div background color is #B46C9F.


Border color

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

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

This div border color is #B46C9F.


Opacity

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

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

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

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

This text has shadow with #B46C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46C9F on black background.


Color preview on white background

This text has color #B46C9F on white background.



Black color preview on #B46C9F background

This text has black color on #B46C9F background.


White color preview on #B46C9F background

This text has white color on #B46C9F background.