COLOR #B48DA0

HEX: #B48DA0
RGB: (180,141,160)

Color info

#B48DA0 contains red, green and blue colors in about the same proportion. Web safe color of #B48DA0 is #CC9999 (or #C99).

RGB color model

#B48DA0 color RGB value is (180,141,160).

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

RGB channels and saturation

R 180 of 255 = 71%
G 141 of 255 = 55%
B 160 of 255 = 63%

180
141
160

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

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 160 = 481 (100%)
R 180 of 481 ~ 37.42%
G 141 of 481 ~ 29.31%
B 160 of 481 ~ 33.26%

%37.42
%29.31
%33.26

CMYK color model

#B48DA0 color CMYK value is (0,22,11,29).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 11.11%
  • key color value is 29.41%
CMYK:
(0,22,11,29)
C0M22Y11K29 
(0%,22%,11%,29%)
(0.00/0.22/0.11/0.29)	

CMYK percentages

%0
%21.67
%11.11
%29.41

Codes

Color #B48DA0 in popluar color models

B48DA0
RGB180141160
HSL331°20.63%62.94%
HSB/HSV331°21.67%70.59%
CMYK0.00%21.67%11.11%
29.41%

Color #B48DA0 in popluar number systems.

HEXB48DA0
Decimal180141160
Binary101101001000110110100000
Octal264215240

Shades and tints

Shades of #B48DA0

#B48DA0
(180,141,160)
#A48192
(164,129,146)
#947584
(148,117,132)
#846976
(132,105,118)
#745D68
(116,93,104)
#64515A
(100,81,90)
#54454C
(84,69,76)
#44393E
(68,57,62)
#342D30
(52,45,48)
#242122
(36,33,34)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #B48DA0

#B48DA0
(180,141,160)
#BA97A8
(186,151,168)
#C0A1B0
(192,161,176)
#C6ABB8
(198,171,184)
#CCB5C0
(204,181,192)
#D2BFC8
(210,191,200)
#D8C9D0
(216,201,208)
#DED3D8
(222,211,216)
#E4DDE0
(228,221,224)
#EAE7E8
(234,231,232)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48DA0; }

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

This text font color is #B48DA0.


Background Color

.myBgColor { background-color: #B48DA0; }

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

This div background color is #B48DA0.


Border color

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

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

This div border color is #B48DA0.


Opacity

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

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

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

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

This text has shadow with #B48DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48DA0 on black background.


Color preview on white background

This text has color #B48DA0 on white background.



Black color preview on #B48DA0 background

This text has black color on #B48DA0 background.


White color preview on #B48DA0 background

This text has white color on #B48DA0 background.