COLOR #B0B79C

HEX: #B0B79C RGB: (176,183,156)

Color info

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

RGB color model

#B0B79C color RGB value is (176,183,156).

RGB: (176,183,156) (69%, 72%, 61%)

RGB channels and saturation

R 176 of 255 = 69%
G 183 of 255 = 72%
B 156 of 255 = 61%

176
183
156

R + G + B ~ 67%. #B0B79C is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 183 + 156 = 515 (100%)
R 176 of 515 ~ 34.17%
G 183 of 515 ~ 35.53%
B 156 of 515 ~ 30.29'%

%34.17
%35.53
%30.29

CMYK color model

#B0B79C color CMYK value is (4,0,15,28).

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

CMYK: (4,0,15,28)
C4M0Y15K28 (4%, 0%, 15%, 28%)
(0.04 / 0.00 / 0.15 / 0.28)

CMYK percentages

%3.83
%0
%14.75
%28.24

Codes

Color #B0B79C in popluar color models

B0 B7 9C
RGB 176 183 156
HSL 76° 15.79% 66.47%
HSB/HSV 76° 14.75% 71.76%
CMYK 3.83% 0.00% 14.75%
28.24%

Color #B0B79C in popluar number systems.

HEX B0 B7 9C
Decimal 176 183 156
Binary 10110000 10110111 10011100
Octal 260 267 234

Shades and tints

Shades of #B0B79C

#B0B79C
(176,183,156)
#A0A78E
(160,167,142)
#909780
(144,151,128)
#808772
(128,135,114)
#707764
(112,119,100)
#606756
(96,103,86)
#505748
(80,87,72)
#40473A
(64,71,58)
#30372C
(48,55,44)
#20271E
(32,39,30)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #B0B79C

#B0B79C
(176,183,156)
#B7BDA5
(183,189,165)
#BEC3AE
(190,195,174)
#C5C9B7
(197,201,183)
#CCCFC0
(204,207,192)
#D3D5C9
(211,213,201)
#DADBD2
(218,219,210)
#E1E1DB
(225,225,219)
#E8E7E4
(232,231,228)
#EFEDED
(239,237,237)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B79C; }

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

This text font color is #B0B79C.

Background Color

.myBgColor { background-color: #B0B79C; }

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

This div background color is #B0B79C.

Border color

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

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

This div border color is #B0B79C.

Opacity

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

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

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

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

This text has shadow with #B0B79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B79C.

Preview

Color preview on black background

This text has color #B0B79C on black background.


Color preview on white background

This text has color #B0B79C on white background.


Black color preview on #B0B79C background

This text has black color on #B0B79C background.


White color preview on #B0B79C background

This text has white color on #B0B79C background.


Related colors

Complementary color

Complementary color for #hex is #4F4863.


I love getcolorcode.com

Triadic colors

1 #9CB0B7 and #B79CB0 with #B0B79C are triadic colors.

2 #9CB7B0 and #B7B09C with #B0B79C are triadic colors.