COLOR #B2A79C

HEX: #B2A79C
RGB: (178,167,156)

Color info

#B2A79C contains red, green and blue colors in about the same proportion. Web safe color of #B2A79C is #999999 (or #999).

RGB color model

#B2A79C color RGB value is (178,167,156).

  • red value is 178;
  • green value is 167;
  • blue value is 156.
RGB:
(178,167,156)
(70%,65%,61%)

RGB channels and saturation

R 178 of 255 = 70%
G 167 of 255 = 65%
B 156 of 255 = 61%

178
167
156

R + G + B ~ 65%. #B2A79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 167 + 156 = 501 (100%)
R 178 of 501 ~ 35.53%
G 167 of 501 ~ 33.33%
B 156 of 501 ~ 31.14%

%35.53
%33.33
%31.14

CMYK color model

#B2A79C color CMYK value is (0,6,12,30).

  • cyan value is 0.00%
  • magenta value is 6.18%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(0,6,12,30)
C0M6Y12K30 
(0%,6%,12%,30%)
(0.00/0.06/0.12/0.30)	

CMYK percentages

%0
%6.18
%12.36
%30.2

Codes

Color #B2A79C in popluar color models

B2A79C
RGB178167156
HSL30°12.50%65.49%
HSB/HSV30°12.36%69.80%
CMYK0.00%6.18%12.36%
30.20%

Color #B2A79C in popluar number systems.

HEXB2A79C
Decimal178167156
Binary101100101010011110011100
Octal262247234

Shades and tints

Shades of #B2A79C

#B2A79C
(178,167,156)
#A2988E
(162,152,142)
#928980
(146,137,128)
#827A72
(130,122,114)
#726B64
(114,107,100)
#625C56
(98,92,86)
#524D48
(82,77,72)
#423E3A
(66,62,58)
#322F2C
(50,47,44)
#22201E
(34,32,30)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #B2A79C

#B2A79C
(178,167,156)
#B9AFA5
(185,175,165)
#C0B7AE
(192,183,174)
#C7BFB7
(199,191,183)
#CEC7C0
(206,199,192)
#D5CFC9
(213,207,201)
#DCD7D2
(220,215,210)
#E3DFDB
(227,223,219)
#EAE7E4
(234,231,228)
#F1EFED
(241,239,237)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A79C; }

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

This text font color is #B2A79C.


Background Color

.myBgColor { background-color: #B2A79C; }

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

This div background color is #B2A79C.


Border color

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

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

This div border color is #B2A79C.


Opacity

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

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

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

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

This text has shadow with #B2A79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A79C on black background.


Color preview on white background

This text has color #B2A79C on white background.



Black color preview on #B2A79C background

This text has black color on #B2A79C background.


White color preview on #B2A79C background

This text has white color on #B2A79C background.