COLOR #B2BBAD

HEX: #B2BBAD
RGB: (178,187,173)

Color info

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

RGB color model

#B2BBAD color RGB value is (178,187,173).

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

RGB channels and saturation

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

178
187
173

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

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 173 = 538 (100%)
R 178 of 538 ~ 33.09%
G 187 of 538 ~ 34.76%
B 173 of 538 ~ 32.16%

%33.09
%34.76
%32.16

CMYK color model

#B2BBAD color CMYK value is (5,0,7,27).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 26.67%
CMYK:
(5,0,7,27)
C5M0Y7K27 
(5%,0%,7%,27%)
(0.05/0.00/0.07/0.27)	

CMYK percentages

%4.81
%0
%7.49
%26.67

Codes

Color #B2BBAD in popluar color models

B2BBAD
RGB178187173
HSL99°9.33%70.59%
HSB/HSV99°7.49%73.33%
CMYK4.81%0.00%7.49%
26.67%

Color #B2BBAD in popluar number systems.

HEXB2BBAD
Decimal178187173
Binary101100101011101110101101
Octal262273255

Shades and tints

Shades of #B2BBAD

#B2BBAD
(178,187,173)
#A2AA9E
(162,170,158)
#92998F
(146,153,143)
#828880
(130,136,128)
#727771
(114,119,113)
#626662
(98,102,98)
#525553
(82,85,83)
#424444
(66,68,68)
#323335
(50,51,53)
#222226
(34,34,38)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #B2BBAD

#B2BBAD
(178,187,173)
#B9C1B4
(185,193,180)
#C0C7BB
(192,199,187)
#C7CDC2
(199,205,194)
#CED3C9
(206,211,201)
#D5D9D0
(213,217,208)
#DCDFD7
(220,223,215)
#E3E5DE
(227,229,222)
#EAEBE5
(234,235,229)
#F1F1EC
(241,241,236)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBAD; }

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

This text font color is #B2BBAD.


Background Color

.myBgColor { background-color: #B2BBAD; }

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

This div background color is #B2BBAD.


Border color

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

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

This div border color is #B2BBAD.


Opacity

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

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

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

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

This text has shadow with #B2BBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBAD on black background.


Color preview on white background

This text has color #B2BBAD on white background.



Black color preview on #B2BBAD background

This text has black color on #B2BBAD background.


White color preview on #B2BBAD background

This text has white color on #B2BBAD background.