COLOR #B48CA7

HEX: #B48CA7
RGB: (180,140,167)

Color info

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

RGB color model

#B48CA7 color RGB value is (180,140,167).

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

RGB channels and saturation

R 180 of 255 = 71%
G 140 of 255 = 55%
B 167 of 255 = 65%

180
140
167

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

Portions of RGB colors in percentages

R + G + B =
180 + 140 + 167 = 487 (100%)
R 180 of 487 ~ 36.96%
G 140 of 487 ~ 28.75%
B 167 of 487 ~ 34.29%

%36.96
%28.75
%34.29

CMYK color model

#B48CA7 color CMYK value is (0,22,7,29).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 7.22%
  • key color value is 29.41%
CMYK:
(0,22,7,29)
C0M22Y7K29 
(0%,22%,7%,29%)
(0.00/0.22/0.07/0.29)	

CMYK percentages

%0
%22.22
%7.22
%29.41

Codes

Color #B48CA7 in popluar color models

B48CA7
RGB180140167
HSL320°21.05%62.75%
HSB/HSV320°22.22%70.59%
CMYK0.00%22.22%7.22%
29.41%

Color #B48CA7 in popluar number systems.

HEXB48CA7
Decimal180140167
Binary101101001000110010100111
Octal264214247

Shades and tints

Shades of #B48CA7

#B48CA7
(180,140,167)
#A48098
(164,128,152)
#947489
(148,116,137)
#84687A
(132,104,122)
#745C6B
(116,92,107)
#64505C
(100,80,92)
#54444D
(84,68,77)
#44383E
(68,56,62)
#342C2F
(52,44,47)
#242020
(36,32,32)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #B48CA7

#B48CA7
(180,140,167)
#BA96AF
(186,150,175)
#C0A0B7
(192,160,183)
#C6AABF
(198,170,191)
#CCB4C7
(204,180,199)
#D2BECF
(210,190,207)
#D8C8D7
(216,200,215)
#DED2DF
(222,210,223)
#E4DCE7
(228,220,231)
#EAE6EF
(234,230,239)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48CA7; }

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

This text font color is #B48CA7.


Background Color

.myBgColor { background-color: #B48CA7; }

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

This div background color is #B48CA7.


Border color

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

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

This div border color is #B48CA7.


Opacity

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

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

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

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

This text has shadow with #B48CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48CA7 on black background.


Color preview on white background

This text has color #B48CA7 on white background.



Black color preview on #B48CA7 background

This text has black color on #B48CA7 background.


White color preview on #B48CA7 background

This text has white color on #B48CA7 background.