COLOR #B48FAF

HEX: #B48FAF
RGB: (180,143,175)

Color info

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

RGB color model

#B48FAF color RGB value is (180,143,175).

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

RGB channels and saturation

R 180 of 255 = 71%
G 143 of 255 = 56%
B 175 of 255 = 69%

180
143
175

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

Portions of RGB colors in percentages

R + G + B =
180 + 143 + 175 = 498 (100%)
R 180 of 498 ~ 36.14%
G 143 of 498 ~ 28.71%
B 175 of 498 ~ 35.14%

%36.14
%28.71
%35.14

CMYK color model

#B48FAF color CMYK value is (0,21,3,29).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK:
(0,21,3,29)
C0M21Y3K29 
(0%,21%,3%,29%)
(0.00/0.21/0.03/0.29)	

CMYK percentages

%0
%20.56
%2.78
%29.41

Codes

Color #B48FAF in popluar color models

B48FAF
RGB180143175
HSL308°19.79%63.33%
HSB/HSV308°20.56%70.59%
CMYK0.00%20.56%2.78%
29.41%

Color #B48FAF in popluar number systems.

HEXB48FAF
Decimal180143175
Binary101101001000111110101111
Octal264217257

Shades and tints

Shades of #B48FAF

#B48FAF
(180,143,175)
#A482A0
(164,130,160)
#947591
(148,117,145)
#846882
(132,104,130)
#745B73
(116,91,115)
#644E64
(100,78,100)
#544155
(84,65,85)
#443446
(68,52,70)
#342737
(52,39,55)
#241A28
(36,26,40)
#140D19
(20,13,25)
#000000
(0,0,0)

Tints of #B48FAF

#B48FAF
(180,143,175)
#BA99B6
(186,153,182)
#C0A3BD
(192,163,189)
#C6ADC4
(198,173,196)
#CCB7CB
(204,183,203)
#D2C1D2
(210,193,210)
#D8CBD9
(216,203,217)
#DED5E0
(222,213,224)
#E4DFE7
(228,223,231)
#EAE9EE
(234,233,238)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48FAF; }

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

This text font color is #B48FAF.


Background Color

.myBgColor { background-color: #B48FAF; }

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

This div background color is #B48FAF.


Border color

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

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

This div border color is #B48FAF.


Opacity

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

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

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

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

This text has shadow with #B48FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48FAF on black background.


Color preview on white background

This text has color #B48FAF on white background.



Black color preview on #B48FAF background

This text has black color on #B48FAF background.


White color preview on #B48FAF background

This text has white color on #B48FAF background.