COLOR #B3BBA0

HEX: #B3BBA0
RGB: (179,187,160)

Color info

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

RGB color model

#B3BBA0 color RGB value is (179,187,160).

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

RGB channels and saturation

R 179 of 255 = 70%
G 187 of 255 = 73%
B 160 of 255 = 63%

179
187
160

R + G + B ~ 69%. #B3BBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 187 + 160 = 526 (100%)
R 179 of 526 ~ 34.03%
G 187 of 526 ~ 35.55%
B 160 of 526 ~ 30.42%

%34.03
%35.55
%30.42

CMYK color model

#B3BBA0 color CMYK value is (4,0,14,27).

  • cyan value is 4.28%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(4,0,14,27)
C4M0Y14K27 
(4%,0%,14%,27%)
(0.04/0.00/0.14/0.27)	

CMYK percentages

%4.28
%0
%14.44
%26.67

Codes

Color #B3BBA0 in popluar color models

B3BBA0
RGB179187160
HSL78°16.56%68.04%
HSB/HSV78°14.44%73.33%
CMYK4.28%0.00%14.44%
26.67%

Color #B3BBA0 in popluar number systems.

HEXB3BBA0
Decimal179187160
Binary101100111011101110100000
Octal263273240

Shades and tints

Shades of #B3BBA0

#B3BBA0
(179,187,160)
#A3AA92
(163,170,146)
#939984
(147,153,132)
#838876
(131,136,118)
#737768
(115,119,104)
#63665A
(99,102,90)
#53554C
(83,85,76)
#43443E
(67,68,62)
#333330
(51,51,48)
#232222
(35,34,34)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #B3BBA0

#B3BBA0
(179,187,160)
#B9C1A8
(185,193,168)
#BFC7B0
(191,199,176)
#C5CDB8
(197,205,184)
#CBD3C0
(203,211,192)
#D1D9C8
(209,217,200)
#D7DFD0
(215,223,208)
#DDE5D8
(221,229,216)
#E3EBE0
(227,235,224)
#E9F1E8
(233,241,232)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BBA0; }

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

This text font color is #B3BBA0.


Background Color

.myBgColor { background-color: #B3BBA0; }

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

This div background color is #B3BBA0.


Border color

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

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

This div border color is #B3BBA0.


Opacity

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

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

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

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

This text has shadow with #B3BBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BBA0 on black background.


Color preview on white background

This text has color #B3BBA0 on white background.



Black color preview on #B3BBA0 background

This text has black color on #B3BBA0 background.


White color preview on #B3BBA0 background

This text has white color on #B3BBA0 background.