COLOR #B9A0BD

HEX: #B9A0BD
RGB: (185,160,189)

Color info

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

RGB color model

#B9A0BD color RGB value is (185,160,189).

  • red value is 185;
  • green value is 160;
  • blue value is 189.
RGB:
(185,160,189)
(73%,63%,74%)

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 189 of 255 = 74%

185
160
189

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

Portions of RGB colors in percentages

R + G + B =
185 + 160 + 189 = 534 (100%)
R 185 of 534 ~ 34.64%
G 160 of 534 ~ 29.96%
B 189 of 534 ~ 35.39%

%34.64
%29.96
%35.39

CMYK color model

#B9A0BD color CMYK value is (2,15,0,26).

  • cyan value is 2.12%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,15,0,26)
C2M15Y0K26 
(2%,15%,0%,26%)
(0.02/0.15/0.00/0.26)	

CMYK percentages

%2.12
%15.34
%0
%25.88

Codes

Color #B9A0BD in popluar color models

B9A0BD
RGB185160189
HSL292°18.01%68.43%
HSB/HSV292°15.34%74.12%
CMYK2.12%15.34%0.00%
25.88%

Color #B9A0BD in popluar number systems.

HEXB9A0BD
Decimal185160189
Binary101110011010000010111101
Octal271240275

Shades and tints

Shades of #B9A0BD

#B9A0BD
(185,160,189)
#A992AC
(169,146,172)
#99849B
(153,132,155)
#89768A
(137,118,138)
#796879
(121,104,121)
#695A68
(105,90,104)
#594C57
(89,76,87)
#493E46
(73,62,70)
#393035
(57,48,53)
#292224
(41,34,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #B9A0BD

#B9A0BD
(185,160,189)
#BFA8C3
(191,168,195)
#C5B0C9
(197,176,201)
#CBB8CF
(203,184,207)
#D1C0D5
(209,192,213)
#D7C8DB
(215,200,219)
#DDD0E1
(221,208,225)
#E3D8E7
(227,216,231)
#E9E0ED
(233,224,237)
#EFE8F3
(239,232,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A0BD color. Also use rgb(185,160,189) instead hex code.

Text Font Color

.myTextColor { color: #B9A0BD; }

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

This text font color is #B9A0BD.


Background Color

.myBgColor { background-color: #B9A0BD; }

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

This div background color is #B9A0BD.


Border color

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

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

This div border color is #B9A0BD.


Opacity

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

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

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

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

This text has shadow with #B9A0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A0BD on black background.


Color preview on white background

This text has color #B9A0BD on white background.



Black color preview on #B9A0BD background

This text has black color on #B9A0BD background.


White color preview on #B9A0BD background

This text has white color on #B9A0BD background.