COLOR #B3BB9B

HEX: #B3BB9B
RGB: (179,187,155)

Color info

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

RGB color model

#B3BB9B color RGB value is (179,187,155).

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

RGB channels and saturation

R 179 of 255 = 70%
G 187 of 255 = 73%
B 155 of 255 = 61%

179
187
155

R + G + B ~ 68%. #B3BB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 187 + 155 = 521 (100%)
R 179 of 521 ~ 34.36%
G 187 of 521 ~ 35.89%
B 155 of 521 ~ 29.75%

%34.36
%35.89
%29.75

CMYK color model

#B3BB9B color CMYK value is (4,0,17,27).

  • cyan value is 4.28%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(4,0,17,27)
C4M0Y17K27 
(4%,0%,17%,27%)
(0.04/0.00/0.17/0.27)	

CMYK percentages

%4.28
%0
%17.11
%26.67

Codes

Color #B3BB9B in popluar color models

B3BB9B
RGB179187155
HSL75°19.05%67.06%
HSB/HSV75°17.11%73.33%
CMYK4.28%0.00%17.11%
26.67%

Color #B3BB9B in popluar number systems.

HEXB3BB9B
Decimal179187155
Binary101100111011101110011011
Octal263273233

Shades and tints

Shades of #B3BB9B

#B3BB9B
(179,187,155)
#A3AA8D
(163,170,141)
#93997F
(147,153,127)
#838871
(131,136,113)
#737763
(115,119,99)
#636655
(99,102,85)
#535547
(83,85,71)
#434439
(67,68,57)
#33332B
(51,51,43)
#23221D
(35,34,29)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #B3BB9B

#B3BB9B
(179,187,155)
#B9C1A4
(185,193,164)
#BFC7AD
(191,199,173)
#C5CDB6
(197,205,182)
#CBD3BF
(203,211,191)
#D1D9C8
(209,217,200)
#D7DFD1
(215,223,209)
#DDE5DA
(221,229,218)
#E3EBE3
(227,235,227)
#E9F1EC
(233,241,236)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BB9B; }

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

This text font color is #B3BB9B.


Background Color

.myBgColor { background-color: #B3BB9B; }

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

This div background color is #B3BB9B.


Border color

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

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

This div border color is #B3BB9B.


Opacity

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

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

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

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

This text has shadow with #B3BB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BB9B on black background.


Color preview on white background

This text has color #B3BB9B on white background.



Black color preview on #B3BB9B background

This text has black color on #B3BB9B background.


White color preview on #B3BB9B background

This text has white color on #B3BB9B background.