COLOR #B48EB1

HEX: #B48EB1
RGB: (180,142,177)

Color info

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

RGB color model

#B48EB1 color RGB value is (180,142,177).

  • red value is 180;
  • green value is 142;
  • blue value is 177.
RGB:
(180,142,177)
(71%,56%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 142 of 255 = 56%
B 177 of 255 = 69%

180
142
177

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

Portions of RGB colors in percentages

R + G + B =
180 + 142 + 177 = 499 (100%)
R 180 of 499 ~ 36.07%
G 142 of 499 ~ 28.46%
B 177 of 499 ~ 35.47%

%36.07
%28.46
%35.47

CMYK color model

#B48EB1 color CMYK value is (0,21,2,29).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 1.67%
  • key color value is 29.41%
CMYK:
(0,21,2,29)
C0M21Y2K29 
(0%,21%,2%,29%)
(0.00/0.21/0.02/0.29)	

CMYK percentages

%0
%21.11
%1.67
%29.41

Codes

Color #B48EB1 in popluar color models

B48EB1
RGB180142177
HSL305°20.21%63.14%
HSB/HSV305°21.11%70.59%
CMYK0.00%21.11%1.67%
29.41%

Color #B48EB1 in popluar number systems.

HEXB48EB1
Decimal180142177
Binary101101001000111010110001
Octal264216261

Shades and tints

Shades of #B48EB1

#B48EB1
(180,142,177)
#A482A1
(164,130,161)
#947691
(148,118,145)
#846A81
(132,106,129)
#745E71
(116,94,113)
#645261
(100,82,97)
#544651
(84,70,81)
#443A41
(68,58,65)
#342E31
(52,46,49)
#242221
(36,34,33)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #B48EB1

#B48EB1
(180,142,177)
#BA98B8
(186,152,184)
#C0A2BF
(192,162,191)
#C6ACC6
(198,172,198)
#CCB6CD
(204,182,205)
#D2C0D4
(210,192,212)
#D8CADB
(216,202,219)
#DED4E2
(222,212,226)
#E4DEE9
(228,222,233)
#EAE8F0
(234,232,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48EB1 color. Also use rgb(180,142,177) instead hex code.

Text Font Color

.myTextColor { color: #B48EB1; }

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

This text font color is #B48EB1.


Background Color

.myBgColor { background-color: #B48EB1; }

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

This div background color is #B48EB1.


Border color

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

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

This div border color is #B48EB1.


Opacity

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

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

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

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

This text has shadow with #B48EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48EB1 on black background.


Color preview on white background

This text has color #B48EB1 on white background.



Black color preview on #B48EB1 background

This text has black color on #B48EB1 background.


White color preview on #B48EB1 background

This text has white color on #B48EB1 background.