COLOR #B48DB4

HEX: #B48DB4
RGB: (180,141,180)

Color info

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

RGB color model

#B48DB4 color RGB value is (180,141,180).

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

RGB channels and saturation

R 180 of 255 = 71%
G 141 of 255 = 55%
B 180 of 255 = 71%

180
141
180

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

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 180 = 501 (100%)
R 180 of 501 ~ 35.93%
G 141 of 501 ~ 28.14%
B 180 of 501 ~ 35.93%

%35.93
%28.14
%35.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(0,22,0,29)
C0M22Y0K29 
(0%,22%,0%,29%)
(0.00/0.22/0.00/0.29)	

CMYK percentages

%0
%21.67
%0
%29.41

Codes

Color #B48DB4 in popluar color models

B48DB4
RGB180141180
HSL300°20.63%62.94%
HSB/HSV300°21.67%70.59%
CMYK0.00%21.67%0.00%
29.41%

Color #B48DB4 in popluar number systems.

HEXB48DB4
Decimal180141180
Binary101101001000110110110100
Octal264215264

Shades and tints

Shades of #B48DB4

#B48DB4
(180,141,180)
#A481A4
(164,129,164)
#947594
(148,117,148)
#846984
(132,105,132)
#745D74
(116,93,116)
#645164
(100,81,100)
#544554
(84,69,84)
#443944
(68,57,68)
#342D34
(52,45,52)
#242124
(36,33,36)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #B48DB4

#B48DB4
(180,141,180)
#BA97BA
(186,151,186)
#C0A1C0
(192,161,192)
#C6ABC6
(198,171,198)
#CCB5CC
(204,181,204)
#D2BFD2
(210,191,210)
#D8C9D8
(216,201,216)
#DED3DE
(222,211,222)
#E4DDE4
(228,221,228)
#EAE7EA
(234,231,234)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48DB4; }

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

This text font color is #B48DB4.


Background Color

.myBgColor { background-color: #B48DB4; }

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

This div background color is #B48DB4.


Border color

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

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

This div border color is #B48DB4.


Opacity

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

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

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

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

This text has shadow with #B48DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48DB4 on black background.


Color preview on white background

This text has color #B48DB4 on white background.



Black color preview on #B48DB4 background

This text has black color on #B48DB4 background.


White color preview on #B48DB4 background

This text has white color on #B48DB4 background.