COLOR #B48DAC

HEX: #B48DAC
RGB: (180,141,172)

Color info

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

RGB color model

#B48DAC color RGB value is (180,141,172).

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

RGB channels and saturation

R 180 of 255 = 71%
G 141 of 255 = 55%
B 172 of 255 = 67%

180
141
172

R + G + B ~ 64%. #B48DAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 172 = 493 (100%)
R 180 of 493 ~ 36.51%
G 141 of 493 ~ 28.6%
B 172 of 493 ~ 34.89%

%36.51
%28.6
%34.89

CMYK color model

#B48DAC color CMYK value is (0,22,4,29).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(0,22,4,29)
C0M22Y4K29 
(0%,22%,4%,29%)
(0.00/0.22/0.04/0.29)	

CMYK percentages

%0
%21.67
%4.44
%29.41

Codes

Color #B48DAC in popluar color models

B48DAC
RGB180141172
HSL312°20.63%62.94%
HSB/HSV312°21.67%70.59%
CMYK0.00%21.67%4.44%
29.41%

Color #B48DAC in popluar number systems.

HEXB48DAC
Decimal180141172
Binary101101001000110110101100
Octal264215254

Shades and tints

Shades of #B48DAC

#B48DAC
(180,141,172)
#A4819D
(164,129,157)
#94758E
(148,117,142)
#84697F
(132,105,127)
#745D70
(116,93,112)
#645161
(100,81,97)
#544552
(84,69,82)
#443943
(68,57,67)
#342D34
(52,45,52)
#242125
(36,33,37)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #B48DAC

#B48DAC
(180,141,172)
#BA97B3
(186,151,179)
#C0A1BA
(192,161,186)
#C6ABC1
(198,171,193)
#CCB5C8
(204,181,200)
#D2BFCF
(210,191,207)
#D8C9D6
(216,201,214)
#DED3DD
(222,211,221)
#E4DDE4
(228,221,228)
#EAE7EB
(234,231,235)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48DAC; }

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

This text font color is #B48DAC.


Background Color

.myBgColor { background-color: #B48DAC; }

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

This div background color is #B48DAC.


Border color

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

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

This div border color is #B48DAC.


Opacity

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

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

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

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

This text has shadow with #B48DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48DAC on black background.


Color preview on white background

This text has color #B48DAC on white background.



Black color preview on #B48DAC background

This text has black color on #B48DAC background.


White color preview on #B48DAC background

This text has white color on #B48DAC background.