COLOR #B48AAC

HEX: #B48AAC
RGB: (180,138,172)

Color info

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

RGB color model

#B48AAC color RGB value is (180,138,172).

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

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 172 of 255 = 67%

180
138
172

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

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 172 = 490 (100%)
R 180 of 490 ~ 36.73%
G 138 of 490 ~ 28.16%
B 172 of 490 ~ 35.1%

%36.73
%28.16
%35.1

CMYK color model

#B48AAC color CMYK value is (0,23,4,29).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(0,23,4,29)
C0M23Y4K29 
(0%,23%,4%,29%)
(0.00/0.23/0.04/0.29)	

CMYK percentages

%0
%23.33
%4.44
%29.41

Codes

Color #B48AAC in popluar color models

B48AAC
RGB180138172
HSL311°21.88%62.35%
HSB/HSV311°23.33%70.59%
CMYK0.00%23.33%4.44%
29.41%

Color #B48AAC in popluar number systems.

HEXB48AAC
Decimal180138172
Binary101101001000101010101100
Octal264212254

Shades and tints

Shades of #B48AAC

#B48AAC
(180,138,172)
#A47E9D
(164,126,157)
#94728E
(148,114,142)
#84667F
(132,102,127)
#745A70
(116,90,112)
#644E61
(100,78,97)
#544252
(84,66,82)
#443643
(68,54,67)
#342A34
(52,42,52)
#241E25
(36,30,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B48AAC

#B48AAC
(180,138,172)
#BA94B3
(186,148,179)
#C09EBA
(192,158,186)
#C6A8C1
(198,168,193)
#CCB2C8
(204,178,200)
#D2BCCF
(210,188,207)
#D8C6D6
(216,198,214)
#DED0DD
(222,208,221)
#E4DAE4
(228,218,228)
#EAE4EB
(234,228,235)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48AAC; }

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

This text font color is #B48AAC.


Background Color

.myBgColor { background-color: #B48AAC; }

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

This div background color is #B48AAC.


Border color

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

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

This div border color is #B48AAC.


Opacity

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

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

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

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

This text has shadow with #B48AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48AAC on black background.


Color preview on white background

This text has color #B48AAC on white background.



Black color preview on #B48AAC background

This text has black color on #B48AAC background.


White color preview on #B48AAC background

This text has white color on #B48AAC background.