COLOR #B2A69E

HEX: #B2A69E
RGB: (178,166,158)

Color info

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

RGB color model

#B2A69E color RGB value is (178,166,158).

  • red value is 178;
  • green value is 166;
  • blue value is 158.
RGB:
(178,166,158)
(70%,65%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 166 of 255 = 65%
B 158 of 255 = 62%

178
166
158

R + G + B ~ 66%. #B2A69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 166 + 158 = 502 (100%)
R 178 of 502 ~ 35.46%
G 166 of 502 ~ 33.07%
B 158 of 502 ~ 31.47%

%35.46
%33.07
%31.47

CMYK color model

#B2A69E color CMYK value is (0,7,11,30).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK:
(0,7,11,30)
C0M7Y11K30 
(0%,7%,11%,30%)
(0.00/0.07/0.11/0.30)	

CMYK percentages

%0
%6.74
%11.24
%30.2

Codes

Color #B2A69E in popluar color models

B2A69E
RGB178166158
HSL24°11.49%65.88%
HSB/HSV24°11.24%69.80%
CMYK0.00%6.74%11.24%
30.20%

Color #B2A69E in popluar number systems.

HEXB2A69E
Decimal178166158
Binary101100101010011010011110
Octal262246236

Shades and tints

Shades of #B2A69E

#B2A69E
(178,166,158)
#A29790
(162,151,144)
#928882
(146,136,130)
#827974
(130,121,116)
#726A66
(114,106,102)
#625B58
(98,91,88)
#524C4A
(82,76,74)
#423D3C
(66,61,60)
#322E2E
(50,46,46)
#221F20
(34,31,32)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #B2A69E

#B2A69E
(178,166,158)
#B9AEA6
(185,174,166)
#C0B6AE
(192,182,174)
#C7BEB6
(199,190,182)
#CEC6BE
(206,198,190)
#D5CEC6
(213,206,198)
#DCD6CE
(220,214,206)
#E3DED6
(227,222,214)
#EAE6DE
(234,230,222)
#F1EEE6
(241,238,230)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A69E color. Also use rgb(178,166,158) instead hex code.

Text Font Color

.myTextColor { color: #B2A69E; }

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

This text font color is #B2A69E.


Background Color

.myBgColor { background-color: #B2A69E; }

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

This div background color is #B2A69E.


Border color

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

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

This div border color is #B2A69E.


Opacity

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

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

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

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

This text has shadow with #B2A69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A69E on black background.


Color preview on white background

This text has color #B2A69E on white background.



Black color preview on #B2A69E background

This text has black color on #B2A69E background.


White color preview on #B2A69E background

This text has white color on #B2A69E background.