COLOR #B0B79D

HEX: #B0B79D RGB: (176,183,157)

Color info

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

RGB color model

#B0B79D color RGB value is (176,183,157).

RGB: (176,183,157) (69%, 72%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 183 of 255 = 72%
B 157 of 255 = 62%

176
183
157

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

Portions of RGB colors in percentages

R + G + B = 176 + 183 + 157 = 516 (100%)
R 176 of 516 ~ 34.11%
G 183 of 516 ~ 35.47%
B 157 of 516 ~ 30.43'%

%34.11
%35.47
%30.43

CMYK color model

#B0B79D color CMYK value is (4,0,14,28).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 28.24%

CMYK: (4,0,14,28)
C4M0Y14K28 (4%, 0%, 14%, 28%)
(0.04 / 0.00 / 0.14 / 0.28)

CMYK percentages

%3.83
%0
%14.21
%28.24

Codes

Color #B0B79D in popluar color models

B0 B7 9D
RGB 176 183 157
HSL 76° 15.29% 66.67%
HSB/HSV 76° 14.21% 71.76%
CMYK 3.83% 0.00% 14.21%
28.24%

Color #B0B79D in popluar number systems.

HEX B0 B7 9D
Decimal 176 183 157
Binary 10110000 10110111 10011101
Octal 260 267 235

Shades and tints

Shades of #B0B79D

#B0B79D
(176,183,157)
#A0A78F
(160,167,143)
#909781
(144,151,129)
#808773
(128,135,115)
#707765
(112,119,101)
#606757
(96,103,87)
#505749
(80,87,73)
#40473B
(64,71,59)
#30372D
(48,55,45)
#20271F
(32,39,31)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #B0B79D

#B0B79D
(176,183,157)
#B7BDA5
(183,189,165)
#BEC3AD
(190,195,173)
#C5C9B5
(197,201,181)
#CCCFBD
(204,207,189)
#D3D5C5
(211,213,197)
#DADBCD
(218,219,205)
#E1E1D5
(225,225,213)
#E8E7DD
(232,231,221)
#EFEDE5
(239,237,229)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B79D color. Also use rgb(176,183,157) instead hex code.

Text Font Color

.myTextColor { color: #B0B79D; }

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

This text font color is #B0B79D.

Background Color

.myBgColor { background-color: #B0B79D; }

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

This div background color is #B0B79D.

Border color

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

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

This div border color is #B0B79D.

Opacity

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

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

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

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

This text has shadow with #B0B79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B79D.

Preview

Color preview on black background

This text has color #B0B79D on black background.


Color preview on white background

This text has color #B0B79D on white background.


Black color preview on #B0B79D background

This text has black color on #B0B79D background.


White color preview on #B0B79D background

This text has white color on #B0B79D background.


Related colors

Complementary color

Complementary color for #hex is #4F4862.


I love getcolorcode.com

Triadic colors

1 #9DB0B7 and #B79DB0 with #B0B79D are triadic colors.

2 #9DB7B0 and #B7B09D with #B0B79D are triadic colors.