COLOR #B2B9AD

HEX: #B2B9AD RGB: (178,185,173)

Color info

#B2B9AD contains red, green and blue colors in about the same proportion. Web safe color of #B2B9AD is #99CC99 (or #9C9).

RGB color model

#B2B9AD color RGB value is (178,185,173).

RGB: (178,185,173) (70%, 73%, 68%)

RGB channels and saturation

R 178 of 255 = 70%
G 185 of 255 = 73%
B 173 of 255 = 68%

178
185
173

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

Portions of RGB colors in percentages

R + G + B = 178 + 185 + 173 = 536 (100%)
R 178 of 536 ~ 33.21%
G 185 of 536 ~ 34.51%
B 173 of 536 ~ 32.28'%

%33.21
%34.51
%32.28

CMYK color model

#B2B9AD color CMYK value is (4,0,6,27).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 27.45%

CMYK: (4,0,6,27)
C4M0Y6K27 (4%, 0%, 6%, 27%)
(0.04 / 0.00 / 0.06 / 0.27)

CMYK percentages

%3.78
%0
%6.49
%27.45

Codes

Color #B2B9AD in popluar color models

B2 B9 AD
RGB 178 185 173
HSL 95° 7.89% 70.20%
HSB/HSV 95° 6.49% 72.55%
CMYK 3.78% 0.00% 6.49%
27.45%

Color #B2B9AD in popluar number systems.

HEX B2 B9 AD
Decimal 178 185 173
Binary 10110010 10111001 10101101
Octal 262 271 255

Shades and tints

Shades of #B2B9AD

#B2B9AD
(178,185,173)
#A2A99E
(162,169,158)
#92998F
(146,153,143)
#828980
(130,137,128)
#727971
(114,121,113)
#626962
(98,105,98)
#525953
(82,89,83)
#424944
(66,73,68)
#323935
(50,57,53)
#222926
(34,41,38)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #B2B9AD

#B2B9AD
(178,185,173)
#B9BFB4
(185,191,180)
#C0C5BB
(192,197,187)
#C7CBC2
(199,203,194)
#CED1C9
(206,209,201)
#D5D7D0
(213,215,208)
#DCDDD7
(220,221,215)
#E3E3DE
(227,227,222)
#EAE9E5
(234,233,229)
#F1EFEC
(241,239,236)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B9AD; }

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

This text font color is #B2B9AD.

Background Color

.myBgColor { background-color: #B2B9AD; }

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

This div background color is #B2B9AD.

Border color

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

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

This div border color is #B2B9AD.

Opacity

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

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

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

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

This text has shadow with #B2B9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B9AD.

Preview

Color preview on black background

This text has color #B2B9AD on black background.


Color preview on white background

This text has color #B2B9AD on white background.


Black color preview on #B2B9AD background

This text has black color on #B2B9AD background.


White color preview on #B2B9AD background

This text has white color on #B2B9AD background.


Related colors

Complementary color

Complementary color for #hex is #4D4652.


I love getcolorcode.com

Triadic colors

1 #ADB2B9 and #B9ADB2 with #B2B9AD are triadic colors.

2 #ADB9B2 and #B9B2AD with #B2B9AD are triadic colors.