COLOR #B6AF98

HEX: #B6AF98
RGB: (182,175,152)

Color info

#B6AF98 contains red, green and blue colors in about the same proportion. Web safe color of #B6AF98 is #CC9999 (or #C99).

RGB color model

#B6AF98 color RGB value is (182,175,152).

  • red value is 182;
  • green value is 175;
  • blue value is 152.
RGB:
(182,175,152)
(71%,69%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 175 of 255 = 69%
B 152 of 255 = 60%

182
175
152

R + G + B ~ 67%. #B6AF98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 175 + 152 = 509 (100%)
R 182 of 509 ~ 35.76%
G 175 of 509 ~ 34.38%
B 152 of 509 ~ 29.86%

%35.76
%34.38
%29.86

CMYK color model

#B6AF98 color CMYK value is (0,4,16,29).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 16.48%
  • key color value is 28.63%
CMYK:
(0,4,16,29)
C0M4Y16K29 
(0%,4%,16%,29%)
(0.00/0.04/0.16/0.29)	

CMYK percentages

%0
%3.85
%16.48
%28.63

Codes

Color #B6AF98 in popluar color models

B6AF98
RGB182175152
HSL46°17.05%65.49%
HSB/HSV46°16.48%71.37%
CMYK0.00%3.85%16.48%
28.63%

Color #B6AF98 in popluar number systems.

HEXB6AF98
Decimal182175152
Binary101101101010111110011000
Octal266257230

Shades and tints

Shades of #B6AF98

#B6AF98
(182,175,152)
#A6A08B
(166,160,139)
#96917E
(150,145,126)
#868271
(134,130,113)
#767364
(118,115,100)
#666457
(102,100,87)
#56554A
(86,85,74)
#46463D
(70,70,61)
#363730
(54,55,48)
#262823
(38,40,35)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #B6AF98

#B6AF98
(182,175,152)
#BCB6A1
(188,182,161)
#C2BDAA
(194,189,170)
#C8C4B3
(200,196,179)
#CECBBC
(206,203,188)
#D4D2C5
(212,210,197)
#DAD9CE
(218,217,206)
#E0E0D7
(224,224,215)
#E6E7E0
(230,231,224)
#ECEEE9
(236,238,233)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AF98 color. Also use rgb(182,175,152) instead hex code.

Text Font Color

.myTextColor { color: #B6AF98; }

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

This text font color is #B6AF98.


Background Color

.myBgColor { background-color: #B6AF98; }

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

This div background color is #B6AF98.


Border color

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

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

This div border color is #B6AF98.


Opacity

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

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

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

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

This text has shadow with #B6AF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AF98 on black background.


Color preview on white background

This text has color #B6AF98 on white background.



Black color preview on #B6AF98 background

This text has black color on #B6AF98 background.


White color preview on #B6AF98 background

This text has white color on #B6AF98 background.