COLOR #B2B8AD

HEX: #B2B8AD
RGB: (178,184,173)

Color info

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

RGB color model

#B2B8AD color RGB value is (178,184,173).

  • red value is 178;
  • green value is 184;
  • blue value is 173.
RGB:
(178,184,173)
(70%,72%,68%)

RGB channels and saturation

R 178 of 255 = 70%
G 184 of 255 = 72%
B 173 of 255 = 68%

178
184
173

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

Portions of RGB colors in percentages

R + G + B =
178 + 184 + 173 = 535 (100%)
R 178 of 535 ~ 33.27%
G 184 of 535 ~ 34.39%
B 173 of 535 ~ 32.34%

%33.27
%34.39
%32.34

CMYK color model

#B2B8AD color CMYK value is (3,0,6,28).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 27.84%
CMYK:
(3,0,6,28)
C3M0Y6K28 
(3%,0%,6%,28%)
(0.03/0.00/0.06/0.28)	

CMYK percentages

%3.26
%0
%5.98
%27.84

Codes

Color #B2B8AD in popluar color models

B2B8AD
RGB178184173
HSL93°7.19%70.00%
HSB/HSV93°5.98%72.16%
CMYK3.26%0.00%5.98%
27.84%

Color #B2B8AD in popluar number systems.

HEXB2B8AD
Decimal178184173
Binary101100101011100010101101
Octal262270255

Shades and tints

Shades of #B2B8AD

#B2B8AD
(178,184,173)
#A2A89E
(162,168,158)
#92988F
(146,152,143)
#828880
(130,136,128)
#727871
(114,120,113)
#626862
(98,104,98)
#525853
(82,88,83)
#424844
(66,72,68)
#323835
(50,56,53)
#222826
(34,40,38)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #B2B8AD

#B2B8AD
(178,184,173)
#B9BEB4
(185,190,180)
#C0C4BB
(192,196,187)
#C7CAC2
(199,202,194)
#CED0C9
(206,208,201)
#D5D6D0
(213,214,208)
#DCDCD7
(220,220,215)
#E3E2DE
(227,226,222)
#EAE8E5
(234,232,229)
#F1EEEC
(241,238,236)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B8AD; }

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

This text font color is #B2B8AD.


Background Color

.myBgColor { background-color: #B2B8AD; }

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

This div background color is #B2B8AD.


Border color

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

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

This div border color is #B2B8AD.


Opacity

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

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

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

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

This text has shadow with #B2B8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B8AD on black background.


Color preview on white background

This text has color #B2B8AD on white background.



Black color preview on #B2B8AD background

This text has black color on #B2B8AD background.


White color preview on #B2B8AD background

This text has white color on #B2B8AD background.