COLOR #B3AF97

HEX: #B3AF97 RGB: (179,175,151)

Color info

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

RGB color model

#B3AF97 color RGB value is (179,175,151).

RGB: (179,175,151) (70%, 69%, 59%)

RGB channels and saturation

R 179 of 255 = 70%
G 175 of 255 = 69%
B 151 of 255 = 59%

179
175
151

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

Portions of RGB colors in percentages

R + G + B = 179 + 175 + 151 = 505 (100%)
R 179 of 505 ~ 35.45%
G 175 of 505 ~ 34.65%
B 151 of 505 ~ 29.9'%

%35.45
%34.65
%29.9

CMYK color model

#B3AF97 color CMYK value is (0,2,16,30).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 15.64%
  • key color value is 29.80%

CMYK: (0,2,16,30)
C0M2Y16K30 (0%, 2%, 16%, 30%)
(0.00 / 0.02 / 0.16 / 0.30)

CMYK percentages

%0
%2.23
%15.64
%29.8

Codes

Color #B3AF97 in popluar color models

B3 AF 97
RGB 179 175 151
HSL 51° 15.56% 64.71%
HSB/HSV 51° 15.64% 70.20%
CMYK 0.00% 2.23% 15.64%
29.80%

Color #B3AF97 in popluar number systems.

HEX B3 AF 97
Decimal 179 175 151
Binary 10110011 10101111 10010111
Octal 263 257 227

Shades and tints

Shades of #B3AF97

#B3AF97
(179,175,151)
#A3A08A
(163,160,138)
#93917D
(147,145,125)
#838270
(131,130,112)
#737363
(115,115,99)
#636456
(99,100,86)
#535549
(83,85,73)
#43463C
(67,70,60)
#33372F
(51,55,47)
#232822
(35,40,34)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #B3AF97

#B3AF97
(179,175,151)
#B9B6A0
(185,182,160)
#BFBDA9
(191,189,169)
#C5C4B2
(197,196,178)
#CBCBBB
(203,203,187)
#D1D2C4
(209,210,196)
#D7D9CD
(215,217,205)
#DDE0D6
(221,224,214)
#E3E7DF
(227,231,223)
#E9EEE8
(233,238,232)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AF97 color. Also use rgb(179,175,151) instead hex code.

Text Font Color

.myTextColor { color: #B3AF97; }

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

This text font color is #B3AF97.

Background Color

.myBgColor { background-color: #B3AF97; }

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

This div background color is #B3AF97.

Border color

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

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

This div border color is #B3AF97.

Opacity

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

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

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

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

This text has shadow with #B3AF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AF97.

Preview

Color preview on black background

This text has color #B3AF97 on black background.


Color preview on white background

This text has color #B3AF97 on white background.


Black color preview on #B3AF97 background

This text has black color on #B3AF97 background.


White color preview on #B3AF97 background

This text has white color on #B3AF97 background.


Related colors

Complementary color

Complementary color for #hex is #4C5068.


I love getcolorcode.com

Triadic colors

1 #97B3AF and #AF97B3 with #B3AF97 are triadic colors.

2 #97AFB3 and #AFB397 with #B3AF97 are triadic colors.