COLOR #B2A97E

HEX: #B2A97E
RGB: (178,169,126)

Color info

#B2A97E contains red, green and blue colors in about the same proportion. Web safe color of #B2A97E is #999966 (or #996).

RGB color model

#B2A97E color RGB value is (178,169,126).

  • red value is 178;
  • green value is 169;
  • blue value is 126.
RGB:
(178,169,126)
(70%,66%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 169 of 255 = 66%
B 126 of 255 = 49%

178
169
126

R + G + B ~ 62%. #B2A97E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 169 + 126 = 473 (100%)
R 178 of 473 ~ 37.63%
G 169 of 473 ~ 35.73%
B 126 of 473 ~ 26.64%

%37.63
%35.73
%26.64

CMYK color model

#B2A97E color CMYK value is (0,5,29,30).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 29.21%
  • key color value is 30.20%
CMYK:
(0,5,29,30)
C0M5Y29K30 
(0%,5%,29%,30%)
(0.00/0.05/0.29/0.30)	

CMYK percentages

%0
%5.06
%29.21
%30.2

Codes

Color #B2A97E in popluar color models

B2A97E
RGB178169126
HSL50°25.24%59.61%
HSB/HSV50°29.21%69.80%
CMYK0.00%5.06%29.21%
30.20%

Color #B2A97E in popluar number systems.

HEXB2A97E
Decimal178169126
Binary10110010101010011111110
Octal262251176

Shades and tints

Shades of #B2A97E

#B2A97E
(178,169,126)
#A29A73
(162,154,115)
#928B68
(146,139,104)
#827C5D
(130,124,93)
#726D52
(114,109,82)
#625E47
(98,94,71)
#524F3C
(82,79,60)
#424031
(66,64,49)
#323126
(50,49,38)
#22221B
(34,34,27)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #B2A97E

#B2A97E
(178,169,126)
#B9B089
(185,176,137)
#C0B794
(192,183,148)
#C7BE9F
(199,190,159)
#CEC5AA
(206,197,170)
#D5CCB5
(213,204,181)
#DCD3C0
(220,211,192)
#E3DACB
(227,218,203)
#EAE1D6
(234,225,214)
#F1E8E1
(241,232,225)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A97E color. Also use rgb(178,169,126) instead hex code.

Text Font Color

.myTextColor { color: #B2A97E; }

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

This text font color is #B2A97E.


Background Color

.myBgColor { background-color: #B2A97E; }

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

This div background color is #B2A97E.


Border color

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

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

This div border color is #B2A97E.


Opacity

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

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

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

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

This text has shadow with #B2A97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A97E on black background.


Color preview on white background

This text has color #B2A97E on white background.



Black color preview on #B2A97E background

This text has black color on #B2A97E background.


White color preview on #B2A97E background

This text has white color on #B2A97E background.