COLOR #B3BC9D

HEX: #B3BC9D RGB: (179,188,157)

Color info

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

RGB color model

#B3BC9D color RGB value is (179,188,157).

RGB: (179,188,157) (70%, 74%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 157 of 255 = 62%

179
188
157

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

Portions of RGB colors in percentages

R + G + B = 179 + 188 + 157 = 524 (100%)
R 179 of 524 ~ 34.16%
G 188 of 524 ~ 35.88%
B 157 of 524 ~ 29.96'%

%34.16
%35.88
%29.96

CMYK color model

#B3BC9D color CMYK value is (5,0,16,26).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 16.49%
  • key color value is 26.27%

CMYK: (5,0,16,26)
C5M0Y16K26 (5%, 0%, 16%, 26%)
(0.05 / 0.00 / 0.16 / 0.26)

CMYK percentages

%4.79
%0
%16.49
%26.27

Codes

Color #B3BC9D in popluar color models

B3 BC 9D
RGB 179 188 157
HSL 77° 18.79% 67.65%
HSB/HSV 77° 16.49% 73.73%
CMYK 4.79% 0.00% 16.49%
26.27%

Color #B3BC9D in popluar number systems.

HEX B3 BC 9D
Decimal 179 188 157
Binary 10110011 10111100 10011101
Octal 263 274 235

Shades and tints

Shades of #B3BC9D

#B3BC9D
(179,188,157)
#A3AB8F
(163,171,143)
#939A81
(147,154,129)
#838973
(131,137,115)
#737865
(115,120,101)
#636757
(99,103,87)
#535649
(83,86,73)
#43453B
(67,69,59)
#33342D
(51,52,45)
#23231F
(35,35,31)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #B3BC9D

#B3BC9D
(179,188,157)
#B9C2A5
(185,194,165)
#BFC8AD
(191,200,173)
#C5CEB5
(197,206,181)
#CBD4BD
(203,212,189)
#D1DAC5
(209,218,197)
#D7E0CD
(215,224,205)
#DDE6D5
(221,230,213)
#E3ECDD
(227,236,221)
#E9F2E5
(233,242,229)
#EFF8ED
(239,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BC9D color. Also use rgb(179,188,157) instead hex code.

Text Font Color

.myTextColor { color: #B3BC9D; }

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

This text font color is #B3BC9D.

Background Color

.myBgColor { background-color: #B3BC9D; }

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

This div background color is #B3BC9D.

Border color

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

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

This div border color is #B3BC9D.

Opacity

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

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

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

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

This text has shadow with #B3BC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BC9D.

Preview

Color preview on black background

This text has color #B3BC9D on black background.


Color preview on white background

This text has color #B3BC9D on white background.


Black color preview on #B3BC9D background

This text has black color on #B3BC9D background.


White color preview on #B3BC9D background

This text has white color on #B3BC9D background.


Related colors

Complementary color

Complementary color for #hex is #4C4362.


I love getcolorcode.com

Triadic colors

1 #9DB3BC and #BC9DB3 with #B3BC9D are triadic colors.

2 #9DBCB3 and #BCB39D with #B3BC9D are triadic colors.