COLOR #B48CBB

HEX: #B48CBB
RGB: (180,140,187)

Color info

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

RGB color model

#B48CBB color RGB value is (180,140,187).

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

RGB channels and saturation

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

180
140
187

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

Portions of RGB colors in percentages

R + G + B =
180 + 140 + 187 = 507 (100%)
R 180 of 507 ~ 35.5%
G 140 of 507 ~ 27.61%
B 187 of 507 ~ 36.88%

%35.5
%27.61
%36.88

CMYK color model

#B48CBB color CMYK value is (4,25,0,27).

  • cyan value is 3.74%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(4,25,0,27)
C4M25Y0K27 
(4%,25%,0%,27%)
(0.04/0.25/0.00/0.27)	

CMYK percentages

%3.74
%25.13
%0
%26.67

Codes

Color #B48CBB in popluar color models

B48CBB
RGB180140187
HSL291°25.68%64.12%
HSB/HSV291°25.13%73.33%
CMYK3.74%25.13%0.00%
26.67%

Color #B48CBB in popluar number systems.

HEXB48CBB
Decimal180140187
Binary101101001000110010111011
Octal264214273

Shades and tints

Shades of #B48CBB

#B48CBB
(180,140,187)
#A480AA
(164,128,170)
#947499
(148,116,153)
#846888
(132,104,136)
#745C77
(116,92,119)
#645066
(100,80,102)
#544455
(84,68,85)
#443844
(68,56,68)
#342C33
(52,44,51)
#242022
(36,32,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #B48CBB

#B48CBB
(180,140,187)
#BA96C1
(186,150,193)
#C0A0C7
(192,160,199)
#C6AACD
(198,170,205)
#CCB4D3
(204,180,211)
#D2BED9
(210,190,217)
#D8C8DF
(216,200,223)
#DED2E5
(222,210,229)
#E4DCEB
(228,220,235)
#EAE6F1
(234,230,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48CBB; }

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

This text font color is #B48CBB.


Background Color

.myBgColor { background-color: #B48CBB; }

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

This div background color is #B48CBB.


Border color

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

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

This div border color is #B48CBB.


Opacity

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

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

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

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

This text has shadow with #B48CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48CBB on black background.


Color preview on white background

This text has color #B48CBB on white background.



Black color preview on #B48CBB background

This text has black color on #B48CBB background.


White color preview on #B48CBB background

This text has white color on #B48CBB background.