COLOR #B2B79C

HEX: #B2B79C RGB: (178,183,156)

Color info

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

RGB color model

#B2B79C color RGB value is (178,183,156).

RGB: (178,183,156) (70%, 72%, 61%)

RGB channels and saturation

R 178 of 255 = 70%
G 183 of 255 = 72%
B 156 of 255 = 61%

178
183
156

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

Portions of RGB colors in percentages

R + G + B = 178 + 183 + 156 = 517 (100%)
R 178 of 517 ~ 34.43%
G 183 of 517 ~ 35.4%
B 156 of 517 ~ 30.17'%

%34.43
%35.4
%30.17

CMYK color model

#B2B79C color CMYK value is (3,0,15,28).

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

CMYK: (3,0,15,28)
C3M0Y15K28 (3%, 0%, 15%, 28%)
(0.03 / 0.00 / 0.15 / 0.28)

CMYK percentages

%2.73
%0
%14.75
%28.24

Codes

Color #B2B79C in popluar color models

B2 B7 9C
RGB 178 183 156
HSL 71° 15.79% 66.47%
HSB/HSV 71° 14.75% 71.76%
CMYK 2.73% 0.00% 14.75%
28.24%

Color #B2B79C in popluar number systems.

HEX B2 B7 9C
Decimal 178 183 156
Binary 10110010 10110111 10011100
Octal 262 267 234

Shades and tints

Shades of #B2B79C

#B2B79C
(178,183,156)
#A2A78E
(162,167,142)
#929780
(146,151,128)
#828772
(130,135,114)
#727764
(114,119,100)
#626756
(98,103,86)
#525748
(82,87,72)
#42473A
(66,71,58)
#32372C
(50,55,44)
#22271E
(34,39,30)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #B2B79C

#B2B79C
(178,183,156)
#B9BDA5
(185,189,165)
#C0C3AE
(192,195,174)
#C7C9B7
(199,201,183)
#CECFC0
(206,207,192)
#D5D5C9
(213,213,201)
#DCDBD2
(220,219,210)
#E3E1DB
(227,225,219)
#EAE7E4
(234,231,228)
#F1EDED
(241,237,237)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B79C; }

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

This text font color is #B2B79C.

Background Color

.myBgColor { background-color: #B2B79C; }

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

This div background color is #B2B79C.

Border color

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

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

This div border color is #B2B79C.

Opacity

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

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

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

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

This text has shadow with #B2B79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B79C.

Preview

Color preview on black background

This text has color #B2B79C on black background.


Color preview on white background

This text has color #B2B79C on white background.


Black color preview on #B2B79C background

This text has black color on #B2B79C background.


White color preview on #B2B79C background

This text has white color on #B2B79C background.


Related colors

Complementary color

Complementary color for #hex is #4D4863.


I love getcolorcode.com

Triadic colors

1 #9CB2B7 and #B79CB2 with #B2B79C are triadic colors.

2 #9CB7B2 and #B7B29C with #B2B79C are triadic colors.