COLOR #B4A0BF

HEX: #B4A0BF
RGB: (180,160,191)

Color info

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

RGB color model

#B4A0BF color RGB value is (180,160,191).

  • red value is 180;
  • green value is 160;
  • blue value is 191.
RGB:
(180,160,191)
(71%,63%,75%)

RGB channels and saturation

R 180 of 255 = 71%
G 160 of 255 = 63%
B 191 of 255 = 75%

180
160
191

R + G + B ~ 70%. #B4A0BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 160 + 191 = 531 (100%)
R 180 of 531 ~ 33.9%
G 160 of 531 ~ 30.13%
B 191 of 531 ~ 35.97%

%33.9
%30.13
%35.97

CMYK color model

#B4A0BF color CMYK value is (6,16,0,25).

  • cyan value is 5.76%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(6,16,0,25)
C6M16Y0K25 
(6%,16%,0%,25%)
(0.06/0.16/0.00/0.25)	

CMYK percentages

%5.76
%16.23
%0
%25.1

Codes

Color #B4A0BF in popluar color models

B4A0BF
RGB180160191
HSL279°19.50%68.82%
HSB/HSV279°16.23%74.90%
CMYK5.76%16.23%0.00%
25.10%

Color #B4A0BF in popluar number systems.

HEXB4A0BF
Decimal180160191
Binary101101001010000010111111
Octal264240277

Shades and tints

Shades of #B4A0BF

#B4A0BF
(180,160,191)
#A492AE
(164,146,174)
#94849D
(148,132,157)
#84768C
(132,118,140)
#74687B
(116,104,123)
#645A6A
(100,90,106)
#544C59
(84,76,89)
#443E48
(68,62,72)
#343037
(52,48,55)
#242226
(36,34,38)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #B4A0BF

#B4A0BF
(180,160,191)
#BAA8C4
(186,168,196)
#C0B0C9
(192,176,201)
#C6B8CE
(198,184,206)
#CCC0D3
(204,192,211)
#D2C8D8
(210,200,216)
#D8D0DD
(216,208,221)
#DED8E2
(222,216,226)
#E4E0E7
(228,224,231)
#EAE8EC
(234,232,236)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A0BF; }

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

This text font color is #B4A0BF.


Background Color

.myBgColor { background-color: #B4A0BF; }

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

This div background color is #B4A0BF.


Border color

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

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

This div border color is #B4A0BF.


Opacity

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

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

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

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

This text has shadow with #B4A0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A0BF on black background.


Color preview on white background

This text has color #B4A0BF on white background.



Black color preview on #B4A0BF background

This text has black color on #B4A0BF background.


White color preview on #B4A0BF background

This text has white color on #B4A0BF background.