COLOR #B3BBAA

HEX: #B3BBAA
RGB: (179,187,170)

Color info

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

RGB color model

#B3BBAA color RGB value is (179,187,170).

  • red value is 179;
  • green value is 187;
  • blue value is 170.
RGB:
(179,187,170)
(70%,73%,67%)

RGB channels and saturation

R 179 of 255 = 70%
G 187 of 255 = 73%
B 170 of 255 = 67%

179
187
170

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

Portions of RGB colors in percentages

R + G + B =
179 + 187 + 170 = 536 (100%)
R 179 of 536 ~ 33.4%
G 187 of 536 ~ 34.89%
B 170 of 536 ~ 31.72%

%33.4
%34.89
%31.72

CMYK color model

#B3BBAA color CMYK value is (4,0,9,27).

  • cyan value is 4.28%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK:
(4,0,9,27)
C4M0Y9K27 
(4%,0%,9%,27%)
(0.04/0.00/0.09/0.27)	

CMYK percentages

%4.28
%0
%9.09
%26.67

Codes

Color #B3BBAA in popluar color models

B3BBAA
RGB179187170
HSL88°11.11%70.00%
HSB/HSV88°9.09%73.33%
CMYK4.28%0.00%9.09%
26.67%

Color #B3BBAA in popluar number systems.

HEXB3BBAA
Decimal179187170
Binary101100111011101110101010
Octal263273252

Shades and tints

Shades of #B3BBAA

#B3BBAA
(179,187,170)
#A3AA9B
(163,170,155)
#93998C
(147,153,140)
#83887D
(131,136,125)
#73776E
(115,119,110)
#63665F
(99,102,95)
#535550
(83,85,80)
#434441
(67,68,65)
#333332
(51,51,50)
#232223
(35,34,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #B3BBAA

#B3BBAA
(179,187,170)
#B9C1B1
(185,193,177)
#BFC7B8
(191,199,184)
#C5CDBF
(197,205,191)
#CBD3C6
(203,211,198)
#D1D9CD
(209,217,205)
#D7DFD4
(215,223,212)
#DDE5DB
(221,229,219)
#E3EBE2
(227,235,226)
#E9F1E9
(233,241,233)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BBAA color. Also use rgb(179,187,170) instead hex code.

Text Font Color

.myTextColor { color: #B3BBAA; }

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

This text font color is #B3BBAA.


Background Color

.myBgColor { background-color: #B3BBAA; }

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

This div background color is #B3BBAA.


Border color

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

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

This div border color is #B3BBAA.


Opacity

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

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

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

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

This text has shadow with #B3BBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BBAA on black background.


Color preview on white background

This text has color #B3BBAA on white background.



Black color preview on #B3BBAA background

This text has black color on #B3BBAA background.


White color preview on #B3BBAA background

This text has white color on #B3BBAA background.