COLOR #B48CBA

HEX: #B48CBA
RGB: (180,140,186)

Color info

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

RGB color model

#B48CBA color RGB value is (180,140,186).

  • red value is 180;
  • green value is 140;
  • blue value is 186.
RGB:
(180,140,186)
(71%,55%,73%)

RGB channels and saturation

R 180 of 255 = 71%
G 140 of 255 = 55%
B 186 of 255 = 73%

180
140
186

R + G + B ~ 66%. #B48CBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 140 + 186 = 506 (100%)
R 180 of 506 ~ 35.57%
G 140 of 506 ~ 27.67%
B 186 of 506 ~ 36.76%

%35.57
%27.67
%36.76

CMYK color model

#B48CBA color CMYK value is (3,25,0,27).

  • cyan value is 3.23%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,25,0,27)
C3M25Y0K27 
(3%,25%,0%,27%)
(0.03/0.25/0.00/0.27)	

CMYK percentages

%3.23
%24.73
%0
%27.06

Codes

Color #B48CBA in popluar color models

B48CBA
RGB180140186
HSL292°25.00%63.92%
HSB/HSV292°24.73%72.94%
CMYK3.23%24.73%0.00%
27.06%

Color #B48CBA in popluar number systems.

HEXB48CBA
Decimal180140186
Binary101101001000110010111010
Octal264214272

Shades and tints

Shades of #B48CBA

#B48CBA
(180,140,186)
#A480AA
(164,128,170)
#94749A
(148,116,154)
#84688A
(132,104,138)
#745C7A
(116,92,122)
#64506A
(100,80,106)
#54445A
(84,68,90)
#44384A
(68,56,74)
#342C3A
(52,44,58)
#24202A
(36,32,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #B48CBA

#B48CBA
(180,140,186)
#BA96C0
(186,150,192)
#C0A0C6
(192,160,198)
#C6AACC
(198,170,204)
#CCB4D2
(204,180,210)
#D2BED8
(210,190,216)
#D8C8DE
(216,200,222)
#DED2E4
(222,210,228)
#E4DCEA
(228,220,234)
#EAE6F0
(234,230,240)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48CBA color. Also use rgb(180,140,186) instead hex code.

Text Font Color

.myTextColor { color: #B48CBA; }

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

This text font color is #B48CBA.


Background Color

.myBgColor { background-color: #B48CBA; }

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

This div background color is #B48CBA.


Border color

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

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

This div border color is #B48CBA.


Opacity

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

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

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

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

This text has shadow with #B48CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48CBA on black background.


Color preview on white background

This text has color #B48CBA on white background.



Black color preview on #B48CBA background

This text has black color on #B48CBA background.


White color preview on #B48CBA background

This text has white color on #B48CBA background.