COLOR #B48ABD

HEX: #B48ABD
RGB: (180,138,189)

Color info

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

RGB color model

#B48ABD color RGB value is (180,138,189).

  • red value is 180;
  • green value is 138;
  • blue value is 189.
RGB:
(180,138,189)
(71%,54%,74%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 189 of 255 = 74%

180
138
189

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

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 189 = 507 (100%)
R 180 of 507 ~ 35.5%
G 138 of 507 ~ 27.22%
B 189 of 507 ~ 37.28%

%35.5
%27.22
%37.28

CMYK color model

#B48ABD color CMYK value is (5,27,0,26).

  • cyan value is 4.76%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,27,0,26)
C5M27Y0K26 
(5%,27%,0%,26%)
(0.05/0.27/0.00/0.26)	

CMYK percentages

%4.76
%26.98
%0
%25.88

Codes

Color #B48ABD in popluar color models

B48ABD
RGB180138189
HSL289°27.87%64.12%
HSB/HSV289°26.98%74.12%
CMYK4.76%26.98%0.00%
25.88%

Color #B48ABD in popluar number systems.

HEXB48ABD
Decimal180138189
Binary101101001000101010111101
Octal264212275

Shades and tints

Shades of #B48ABD

#B48ABD
(180,138,189)
#A47EAC
(164,126,172)
#94729B
(148,114,155)
#84668A
(132,102,138)
#745A79
(116,90,121)
#644E68
(100,78,104)
#544257
(84,66,87)
#443646
(68,54,70)
#342A35
(52,42,53)
#241E24
(36,30,36)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #B48ABD

#B48ABD
(180,138,189)
#BA94C3
(186,148,195)
#C09EC9
(192,158,201)
#C6A8CF
(198,168,207)
#CCB2D5
(204,178,213)
#D2BCDB
(210,188,219)
#D8C6E1
(216,198,225)
#DED0E7
(222,208,231)
#E4DAED
(228,218,237)
#EAE4F3
(234,228,243)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48ABD; }

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

This text font color is #B48ABD.


Background Color

.myBgColor { background-color: #B48ABD; }

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

This div background color is #B48ABD.


Border color

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

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

This div border color is #B48ABD.


Opacity

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

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

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

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

This text has shadow with #B48ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48ABD on black background.


Color preview on white background

This text has color #B48ABD on white background.



Black color preview on #B48ABD background

This text has black color on #B48ABD background.


White color preview on #B48ABD background

This text has white color on #B48ABD background.