COLOR #B3AA93

HEX: #B3AA93 RGB: (179,170,147)

Color info

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

RGB color model

#B3AA93 color RGB value is (179,170,147).

RGB: (179,170,147) (70%, 67%, 58%)

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 147 of 255 = 58%

179
170
147

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

Portions of RGB colors in percentages

R + G + B = 179 + 170 + 147 = 496 (100%)
R 179 of 496 ~ 36.09%
G 170 of 496 ~ 34.27%
B 147 of 496 ~ 29.64'%

%36.09
%34.27
%29.64

CMYK color model

#B3AA93 color CMYK value is (0,5,18,30).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 17.88%
  • key color value is 29.80%

CMYK: (0,5,18,30)
C0M5Y18K30 (0%, 5%, 18%, 30%)
(0.00 / 0.05 / 0.18 / 0.30)

CMYK percentages

%0
%5.03
%17.88
%29.8

Codes

Color #B3AA93 in popluar color models

B3 AA 93
RGB 179 170 147
HSL 43° 17.39% 63.92%
HSB/HSV 43° 17.88% 70.20%
CMYK 0.00% 5.03% 17.88%
29.80%

Color #B3AA93 in popluar number systems.

HEX B3 AA 93
Decimal 179 170 147
Binary 10110011 10101010 10010011
Octal 263 252 223

Shades and tints

Shades of #B3AA93

#B3AA93
(179,170,147)
#A39B86
(163,155,134)
#938C79
(147,140,121)
#837D6C
(131,125,108)
#736E5F
(115,110,95)
#635F52
(99,95,82)
#535045
(83,80,69)
#434138
(67,65,56)
#33322B
(51,50,43)
#23231E
(35,35,30)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #B3AA93

#B3AA93
(179,170,147)
#B9B19C
(185,177,156)
#BFB8A5
(191,184,165)
#C5BFAE
(197,191,174)
#CBC6B7
(203,198,183)
#D1CDC0
(209,205,192)
#D7D4C9
(215,212,201)
#DDDBD2
(221,219,210)
#E3E2DB
(227,226,219)
#E9E9E4
(233,233,228)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AA93 color. Also use rgb(179,170,147) instead hex code.

Text Font Color

.myTextColor { color: #B3AA93; }

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

This text font color is #B3AA93.

Background Color

.myBgColor { background-color: #B3AA93; }

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

This div background color is #B3AA93.

Border color

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

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

This div border color is #B3AA93.

Opacity

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

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

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

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

This text has shadow with #B3AA93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AA93.

Preview

Color preview on black background

This text has color #B3AA93 on black background.


Color preview on white background

This text has color #B3AA93 on white background.


Black color preview on #B3AA93 background

This text has black color on #B3AA93 background.


White color preview on #B3AA93 background

This text has white color on #B3AA93 background.


Related colors

Complementary color

Complementary color for #hex is #4C556C.


I love getcolorcode.com

Triadic colors

1 #93B3AA and #AA93B3 with #B3AA93 are triadic colors.

2 #93AAB3 and #AAB393 with #B3AA93 are triadic colors.