COLOR #B7B9AD

HEX: #B7B9AD RGB: (183,185,173)

Color info

#B7B9AD contains red, green and blue colors in about the same proportion. Web safe color of #B7B9AD is #CCCC99 (or #CC9).

RGB color model

#B7B9AD color RGB value is (183,185,173).

RGB: (183,185,173) (72%, 73%, 68%)

RGB channels and saturation

R 183 of 255 = 72%
G 185 of 255 = 73%
B 173 of 255 = 68%

183
185
173

R + G + B ~ 71%. #B7B9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 185 + 173 = 541 (100%)
R 183 of 541 ~ 33.83%
G 185 of 541 ~ 34.2%
B 173 of 541 ~ 31.98'%

%33.83
%34.2
%31.98

CMYK color model

#B7B9AD color CMYK value is (1,0,6,27).

  • cyan value is 1.08%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK: (1,0,6,27) C1M0Y6K27 (1%,0%,6%,27%) (0.01/0.00/0.06/0.27) 

CMYK percentages

%1.08
%0
%6.49
%27.45

Codes

Color #B7B9AD in popluar color models

B7 B9 AD
RGB 183 185 173
HSL 70° 7.89% 70.20%
HSB/HSV 70° 6.49% 72.55%
CMYK 1.08% 0.00% 6.49%
27.45%

Color #B7B9AD in popluar number systems.

HEX B7 B9 AD
Decimal 183 185 173
Binary 10110111 10111001 10101101
Octal 267 271 255

Shades and tints

Shades of #B7B9AD

#B7B9AD
(183,185,173)
#A7A99E
(167,169,158)
#97998F
(151,153,143)
#878980
(135,137,128)
#777971
(119,121,113)
#676962
(103,105,98)
#575953
(87,89,83)
#474944
(71,73,68)
#373935
(55,57,53)
#272926
(39,41,38)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #B7B9AD

#B7B9AD
(183,185,173)
#BDBFB4
(189,191,180)
#C3C5BB
(195,197,187)
#C9CBC2
(201,203,194)
#CFD1C9
(207,209,201)
#D5D7D0
(213,215,208)
#DBDDD7
(219,221,215)
#E1E3DE
(225,227,222)
#E7E9E5
(231,233,229)
#EDEFEC
(237,239,236)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B9AD color. Also use rgb(183,185,173) instead hex code.

Text Font Color

.myTextColor { color: #B7B9AD; }

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

This text font color is #B7B9AD.

Background Color

.myBgColor { background-color: #B7B9AD; }

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

This div background color is #B7B9AD.

Border color

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

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

This div border color is #B7B9AD.

Opacity

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

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

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

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

This text has shadow with #B7B9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B9AD.

Preview

Color preview on black background

This text has color #B7B9AD on black background.


Color preview on white background

This text has color #B7B9AD on white background.


Black color preview on #B7B9AD background

This text has black color on #B7B9AD background.


White color preview on #B7B9AD background

This text has white color on #B7B9AD background.


Related colors

Complementary color

Complementary color for #hex is #484652.


I love getcolorcode.com

Triadic colors

1 #ADB7B9 and #B9ADB7 with #B7B9AD are triadic colors.

2 #ADB9B7 and #B9B7AD with #B7B9AD are triadic colors.