COLOR #B3A89D

HEX: #B3A89D RGB: (179,168,157)

Color info

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

RGB color model

#B3A89D color RGB value is (179,168,157).

RGB: (179,168,157) (70%, 66%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 168 of 255 = 66%
B 157 of 255 = 62%

179
168
157

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

Portions of RGB colors in percentages

R + G + B = 179 + 168 + 157 = 504 (100%)
R 179 of 504 ~ 35.52%
G 168 of 504 ~ 33.33%
B 157 of 504 ~ 31.15'%

%35.52
%33.33
%31.15

CMYK color model

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

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

CMYK: (0,6,12,30)
C0M6Y12K30 (0%, 6%, 12%, 30%)
(0.00 / 0.06 / 0.12 / 0.30)

CMYK percentages

%0
%6.15
%12.29
%29.8

Codes

Color #B3A89D in popluar color models

B3 A8 9D
RGB 179 168 157
HSL 30° 12.64% 65.88%
HSB/HSV 30° 12.29% 70.20%
CMYK 0.00% 6.15% 12.29%
29.80%

Color #B3A89D in popluar number systems.

HEX B3 A8 9D
Decimal 179 168 157
Binary 10110011 10101000 10011101
Octal 263 250 235

Shades and tints

Shades of #B3A89D

#B3A89D
(179,168,157)
#A3998F
(163,153,143)
#938A81
(147,138,129)
#837B73
(131,123,115)
#736C65
(115,108,101)
#635D57
(99,93,87)
#534E49
(83,78,73)
#433F3B
(67,63,59)
#33302D
(51,48,45)
#23211F
(35,33,31)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #B3A89D

#B3A89D
(179,168,157)
#B9AFA5
(185,175,165)
#BFB6AD
(191,182,173)
#C5BDB5
(197,189,181)
#CBC4BD
(203,196,189)
#D1CBC5
(209,203,197)
#D7D2CD
(215,210,205)
#DDD9D5
(221,217,213)
#E3E0DD
(227,224,221)
#E9E7E5
(233,231,229)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A89D; }

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

This text font color is #B3A89D.

Background Color

.myBgColor { background-color: #B3A89D; }

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

This div background color is #B3A89D.

Border color

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

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

This div border color is #B3A89D.

Opacity

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

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

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

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

This text has shadow with #B3A89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A89D.

Preview

Color preview on black background

This text has color #B3A89D on black background.


Color preview on white background

This text has color #B3A89D on white background.


Black color preview on #B3A89D background

This text has black color on #B3A89D background.


White color preview on #B3A89D background

This text has white color on #B3A89D background.


Related colors

Complementary color

Complementary color for #hex is #4C5762.


I love getcolorcode.com

Triadic colors

1 #9DB3A8 and #A89DB3 with #B3A89D are triadic colors.

2 #9DA8B3 and #A8B39D with #B3A89D are triadic colors.