COLOR #B3A69D

HEX: #B3A69D RGB: (179,166,157)

Color info

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

RGB color model

#B3A69D color RGB value is (179,166,157).

RGB: (179,166,157) (70%, 65%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 166 of 255 = 65%
B 157 of 255 = 62%

179
166
157

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

Portions of RGB colors in percentages

R + G + B = 179 + 166 + 157 = 502 (100%)
R 179 of 502 ~ 35.66%
G 166 of 502 ~ 33.07%
B 157 of 502 ~ 31.27'%

%35.66
%33.07
%31.27

CMYK color model

#B3A69D color CMYK value is (0,7,12,30).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 12.29%
  • key color value is 29.80%

CMYK: (0,7,12,30)
C0M7Y12K30 (0%, 7%, 12%, 30%)
(0.00 / 0.07 / 0.12 / 0.30)

CMYK percentages

%0
%7.26
%12.29
%29.8

Codes

Color #B3A69D in popluar color models

B3 A6 9D
RGB 179 166 157
HSL 25° 12.64% 65.88%
HSB/HSV 25° 12.29% 70.20%
CMYK 0.00% 7.26% 12.29%
29.80%

Color #B3A69D in popluar number systems.

HEX B3 A6 9D
Decimal 179 166 157
Binary 10110011 10100110 10011101
Octal 263 246 235

Shades and tints

Shades of #B3A69D

#B3A69D
(179,166,157)
#A3978F
(163,151,143)
#938881
(147,136,129)
#837973
(131,121,115)
#736A65
(115,106,101)
#635B57
(99,91,87)
#534C49
(83,76,73)
#433D3B
(67,61,59)
#332E2D
(51,46,45)
#231F1F
(35,31,31)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #B3A69D

#B3A69D
(179,166,157)
#B9AEA5
(185,174,165)
#BFB6AD
(191,182,173)
#C5BEB5
(197,190,181)
#CBC6BD
(203,198,189)
#D1CEC5
(209,206,197)
#D7D6CD
(215,214,205)
#DDDED5
(221,222,213)
#E3E6DD
(227,230,221)
#E9EEE5
(233,238,229)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A69D color. Also use rgb(179,166,157) instead hex code.

Text Font Color

.myTextColor { color: #B3A69D; }

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

This text font color is #B3A69D.

Background Color

.myBgColor { background-color: #B3A69D; }

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

This div background color is #B3A69D.

Border color

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

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

This div border color is #B3A69D.

Opacity

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

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

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

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

This text has shadow with #B3A69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A69D.

Preview

Color preview on black background

This text has color #B3A69D on black background.


Color preview on white background

This text has color #B3A69D on white background.


Black color preview on #B3A69D background

This text has black color on #B3A69D background.


White color preview on #B3A69D background

This text has white color on #B3A69D background.


Related colors

Complementary color

Complementary color for #hex is #4C5962.


I love getcolorcode.com

Triadic colors

1 #9DB3A6 and #A69DB3 with #B3A69D are triadic colors.

2 #9DA6B3 and #A6B39D with #B3A69D are triadic colors.