COLOR #B46D8D

HEX: #B46D8D
RGB: (180,109,141)

Color info

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

RGB color model

#B46D8D color RGB value is (180,109,141).

  • red value is 180;
  • green value is 109;
  • blue value is 141.
RGB:
(180,109,141)
(71%,43%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 109 of 255 = 43%
B 141 of 255 = 55%

180
109
141

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

Portions of RGB colors in percentages

R + G + B =
180 + 109 + 141 = 430 (100%)
R 180 of 430 ~ 41.86%
G 109 of 430 ~ 25.35%
B 141 of 430 ~ 32.79%

%41.86
%25.35
%32.79

CMYK color model

#B46D8D color CMYK value is (0,39,22,29).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 21.67%
  • key color value is 29.41%
CMYK:
(0,39,22,29)
C0M39Y22K29 
(0%,39%,22%,29%)
(0.00/0.39/0.22/0.29)	

CMYK percentages

%0
%39.44
%21.67
%29.41

Codes

Color #B46D8D in popluar color models

B46D8D
RGB180109141
HSL333°32.13%56.67%
HSB/HSV333°39.44%70.59%
CMYK0.00%39.44%21.67%
29.41%

Color #B46D8D in popluar number systems.

HEXB46D8D
Decimal180109141
Binary10110100110110110001101
Octal264155215

Shades and tints

Shades of #B46D8D

#B46D8D
(180,109,141)
#A46481
(164,100,129)
#945B75
(148,91,117)
#845269
(132,82,105)
#74495D
(116,73,93)
#644051
(100,64,81)
#543745
(84,55,69)
#442E39
(68,46,57)
#34252D
(52,37,45)
#241C21
(36,28,33)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B46D8D

#B46D8D
(180,109,141)
#BA7A97
(186,122,151)
#C087A1
(192,135,161)
#C694AB
(198,148,171)
#CCA1B5
(204,161,181)
#D2AEBF
(210,174,191)
#D8BBC9
(216,187,201)
#DEC8D3
(222,200,211)
#E4D5DD
(228,213,221)
#EAE2E7
(234,226,231)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46D8D color. Also use rgb(180,109,141) instead hex code.

Text Font Color

.myTextColor { color: #B46D8D; }

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

This text font color is #B46D8D.


Background Color

.myBgColor { background-color: #B46D8D; }

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

This div background color is #B46D8D.


Border color

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

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

This div border color is #B46D8D.


Opacity

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

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

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

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

This text has shadow with #B46D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46D8D on black background.


Color preview on white background

This text has color #B46D8D on white background.



Black color preview on #B46D8D background

This text has black color on #B46D8D background.


White color preview on #B46D8D background

This text has white color on #B46D8D background.