COLOR #B48CAD

HEX: #B48CAD
RGB: (180,140,173)

Color info

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

RGB color model

#B48CAD color RGB value is (180,140,173).

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

RGB channels and saturation

R 180 of 255 = 71%
G 140 of 255 = 55%
B 173 of 255 = 68%

180
140
173

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

Portions of RGB colors in percentages

R + G + B =
180 + 140 + 173 = 493 (100%)
R 180 of 493 ~ 36.51%
G 140 of 493 ~ 28.4%
B 173 of 493 ~ 35.09%

%36.51
%28.4
%35.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 3.89%
  • key color value is 29.41%
CMYK:
(0,22,4,29)
C0M22Y4K29 
(0%,22%,4%,29%)
(0.00/0.22/0.04/0.29)	

CMYK percentages

%0
%22.22
%3.89
%29.41

Codes

Color #B48CAD in popluar color models

B48CAD
RGB180140173
HSL311°21.05%62.75%
HSB/HSV311°22.22%70.59%
CMYK0.00%22.22%3.89%
29.41%

Color #B48CAD in popluar number systems.

HEXB48CAD
Decimal180140173
Binary101101001000110010101101
Octal264214255

Shades and tints

Shades of #B48CAD

#B48CAD
(180,140,173)
#A4809E
(164,128,158)
#94748F
(148,116,143)
#846880
(132,104,128)
#745C71
(116,92,113)
#645062
(100,80,98)
#544453
(84,68,83)
#443844
(68,56,68)
#342C35
(52,44,53)
#242026
(36,32,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B48CAD

#B48CAD
(180,140,173)
#BA96B4
(186,150,180)
#C0A0BB
(192,160,187)
#C6AAC2
(198,170,194)
#CCB4C9
(204,180,201)
#D2BED0
(210,190,208)
#D8C8D7
(216,200,215)
#DED2DE
(222,210,222)
#E4DCE5
(228,220,229)
#EAE6EC
(234,230,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48CAD; }

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

This text font color is #B48CAD.


Background Color

.myBgColor { background-color: #B48CAD; }

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

This div background color is #B48CAD.


Border color

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

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

This div border color is #B48CAD.


Opacity

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

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

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

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

This text has shadow with #B48CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48CAD on black background.


Color preview on white background

This text has color #B48CAD on white background.



Black color preview on #B48CAD background

This text has black color on #B48CAD background.


White color preview on #B48CAD background

This text has white color on #B48CAD background.