COLOR #B48BBF

HEX: #B48BBF
RGB: (180,139,191)

Color info

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

RGB color model

#B48BBF color RGB value is (180,139,191).

  • red value is 180;
  • green value is 139;
  • blue value is 191.
RGB:
(180,139,191)
(71%,55%,75%)

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 191 of 255 = 75%

180
139
191

R + G + B ~ 67%. #B48BBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 139 + 191 = 510 (100%)
R 180 of 510 ~ 35.29%
G 139 of 510 ~ 27.25%
B 191 of 510 ~ 37.45%

%35.29
%27.25
%37.45

CMYK color model

#B48BBF color CMYK value is (6,27,0,25).

  • cyan value is 5.76%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(6,27,0,25)
C6M27Y0K25 
(6%,27%,0%,25%)
(0.06/0.27/0.00/0.25)	

CMYK percentages

%5.76
%27.23
%0
%25.1

Codes

Color #B48BBF in popluar color models

B48BBF
RGB180139191
HSL287°28.89%64.71%
HSB/HSV287°27.23%74.90%
CMYK5.76%27.23%0.00%
25.10%

Color #B48BBF in popluar number systems.

HEXB48BBF
Decimal180139191
Binary101101001000101110111111
Octal264213277

Shades and tints

Shades of #B48BBF

#B48BBF
(180,139,191)
#A47FAE
(164,127,174)
#94739D
(148,115,157)
#84678C
(132,103,140)
#745B7B
(116,91,123)
#644F6A
(100,79,106)
#544359
(84,67,89)
#443748
(68,55,72)
#342B37
(52,43,55)
#241F26
(36,31,38)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B48BBF

#B48BBF
(180,139,191)
#BA95C4
(186,149,196)
#C09FC9
(192,159,201)
#C6A9CE
(198,169,206)
#CCB3D3
(204,179,211)
#D2BDD8
(210,189,216)
#D8C7DD
(216,199,221)
#DED1E2
(222,209,226)
#E4DBE7
(228,219,231)
#EAE5EC
(234,229,236)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48BBF color. Also use rgb(180,139,191) instead hex code.

Text Font Color

.myTextColor { color: #B48BBF; }

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

This text font color is #B48BBF.


Background Color

.myBgColor { background-color: #B48BBF; }

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

This div background color is #B48BBF.


Border color

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

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

This div border color is #B48BBF.


Opacity

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

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

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

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

This text has shadow with #B48BBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48BBF on black background.


Color preview on white background

This text has color #B48BBF on white background.



Black color preview on #B48BBF background

This text has black color on #B48BBF background.


White color preview on #B48BBF background

This text has white color on #B48BBF background.