COLOR #B9A5B5

HEX: #B9A5B5 RGB: (185,165,181)

Color info

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

RGB color model

#B9A5B5 color RGB value is (185,165,181).

RGB: (185,165,181) (73%, 65%, 71%)

RGB channels and saturation

R 185 of 255 = 73%
G 165 of 255 = 65%
B 181 of 255 = 71%

185
165
181

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

Portions of RGB colors in percentages

R + G + B = 185 + 165 + 181 = 531 (100%)
R 185 of 531 ~ 34.84%
G 165 of 531 ~ 31.07%
B 181 of 531 ~ 34.09'%

%34.84
%31.07
%34.09

CMYK color model

#B9A5B5 color CMYK value is (0,11,2,27).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 2.16%
  • key color value is 27.45%

CMYK: (0,11,2,27)
C0M11Y2K27 (0%, 11%, 2%, 27%)
(0.00 / 0.11 / 0.02 / 0.27)

CMYK percentages

%0
%10.81
%2.16
%27.45

Codes

Color #B9A5B5 in popluar color models

B9 A5 B5
RGB 185 165 181
HSL 312° 12.50% 68.63%
HSB/HSV 312° 10.81% 72.55%
CMYK 0.00% 10.81% 2.16%
27.45%

Color #B9A5B5 in popluar number systems.

HEX B9 A5 B5
Decimal 185 165 181
Binary 10111001 10100101 10110101
Octal 271 245 265

Shades and tints

Shades of #B9A5B5

#B9A5B5
(185,165,181)
#A996A5
(169,150,165)
#998795
(153,135,149)
#897885
(137,120,133)
#796975
(121,105,117)
#695A65
(105,90,101)
#594B55
(89,75,85)
#493C45
(73,60,69)
#392D35
(57,45,53)
#291E25
(41,30,37)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #B9A5B5

#B9A5B5
(185,165,181)
#BFADBB
(191,173,187)
#C5B5C1
(197,181,193)
#CBBDC7
(203,189,199)
#D1C5CD
(209,197,205)
#D7CDD3
(215,205,211)
#DDD5D9
(221,213,217)
#E3DDDF
(227,221,223)
#E9E5E5
(233,229,229)
#EFEDEB
(239,237,235)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A5B5 color. Also use rgb(185,165,181) instead hex code.

Text Font Color

.myTextColor { color: #B9A5B5; }

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

This text font color is #B9A5B5.

Background Color

.myBgColor { background-color: #B9A5B5; }

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

This div background color is #B9A5B5.

Border color

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

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

This div border color is #B9A5B5.

Opacity

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

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

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

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

This text has shadow with #B9A5B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A5B5.

Preview

Color preview on black background

This text has color #B9A5B5 on black background.


Color preview on white background

This text has color #B9A5B5 on white background.


Black color preview on #B9A5B5 background

This text has black color on #B9A5B5 background.


White color preview on #B9A5B5 background

This text has white color on #B9A5B5 background.


Related colors

Complementary color

Complementary color for #hex is #465A4A.


I love getcolorcode.com

Triadic colors

1 #B5B9A5 and #A5B5B9 with #B9A5B5 are triadic colors.

2 #B5A5B9 and #A5B9B5 with #B9A5B5 are triadic colors.