COLOR #B48AB6

HEX: #B48AB6
RGB: (180,138,182)

Color info

#B48AB6 contains red, green and blue colors in about the same proportion. Web safe color of #B48AB6 is #CC99CC (or #C9C).

RGB color model

#B48AB6 color RGB value is (180,138,182).

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

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 182 of 255 = 71%

180
138
182

R + G + B ~ 65%. #B48AB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 182 = 500 (100%)
R 180 of 500 ~ 36%
G 138 of 500 ~ 27.6%
B 182 of 500 ~ 36.4%

%36
%27.6
%36.4

CMYK color model

#B48AB6 color CMYK value is (1,24,0,29).

  • cyan value is 1.10%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(1,24,0,29)
C1M24Y0K29 
(1%,24%,0%,29%)
(0.01/0.24/0.00/0.29)	

CMYK percentages

%1.1
%24.18
%0
%28.63

Codes

Color #B48AB6 in popluar color models

B48AB6
RGB180138182
HSL297°23.16%62.75%
HSB/HSV297°24.18%71.37%
CMYK1.10%24.18%0.00%
28.63%

Color #B48AB6 in popluar number systems.

HEXB48AB6
Decimal180138182
Binary101101001000101010110110
Octal264212266

Shades and tints

Shades of #B48AB6

#B48AB6
(180,138,182)
#A47EA6
(164,126,166)
#947296
(148,114,150)
#846686
(132,102,134)
#745A76
(116,90,118)
#644E66
(100,78,102)
#544256
(84,66,86)
#443646
(68,54,70)
#342A36
(52,42,54)
#241E26
(36,30,38)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B48AB6

#B48AB6
(180,138,182)
#BA94BC
(186,148,188)
#C09EC2
(192,158,194)
#C6A8C8
(198,168,200)
#CCB2CE
(204,178,206)
#D2BCD4
(210,188,212)
#D8C6DA
(216,198,218)
#DED0E0
(222,208,224)
#E4DAE6
(228,218,230)
#EAE4EC
(234,228,236)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48AB6; }

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

This text font color is #B48AB6.


Background Color

.myBgColor { background-color: #B48AB6; }

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

This div background color is #B48AB6.


Border color

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

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

This div border color is #B48AB6.


Opacity

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

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

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

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

This text has shadow with #B48AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48AB6 on black background.


Color preview on white background

This text has color #B48AB6 on white background.



Black color preview on #B48AB6 background

This text has black color on #B48AB6 background.


White color preview on #B48AB6 background

This text has white color on #B48AB6 background.