COLOR #B6AD9D

HEX: #B6AD9D RGB: (182,173,157)

Color info

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

RGB color model

#B6AD9D color RGB value is (182,173,157).

RGB: (182,173,157) (71%, 68%, 62%)

RGB channels and saturation

R 182 of 255 = 71%
G 173 of 255 = 68%
B 157 of 255 = 62%

182
173
157

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

Portions of RGB colors in percentages

R + G + B = 182 + 173 + 157 = 512 (100%)
R 182 of 512 ~ 35.55%
G 173 of 512 ~ 33.79%
B 157 of 512 ~ 30.66'%

%35.55
%33.79
%30.66

CMYK color model

#B6AD9D color CMYK value is (0,5,14,29).

  • cyan value is 0.00%
  • magenta value is 4.95%
  • yellow value is 13.74%
  • key color value is 28.63%

CMYK: (0,5,14,29)
C0M5Y14K29 (0%, 5%, 14%, 29%)
(0.00 / 0.05 / 0.14 / 0.29)

CMYK percentages

%0
%4.95
%13.74
%28.63

Codes

Color #B6AD9D in popluar color models

B6 AD 9D
RGB 182 173 157
HSL 38° 14.62% 66.47%
HSB/HSV 38° 13.74% 71.37%
CMYK 0.00% 4.95% 13.74%
28.63%

Color #B6AD9D in popluar number systems.

HEX B6 AD 9D
Decimal 182 173 157
Binary 10110110 10101101 10011101
Octal 266 255 235

Shades and tints

Shades of #B6AD9D

#B6AD9D
(182,173,157)
#A69E8F
(166,158,143)
#968F81
(150,143,129)
#868073
(134,128,115)
#767165
(118,113,101)
#666257
(102,98,87)
#565349
(86,83,73)
#46443B
(70,68,59)
#36352D
(54,53,45)
#26261F
(38,38,31)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #B6AD9D

#B6AD9D
(182,173,157)
#BCB4A5
(188,180,165)
#C2BBAD
(194,187,173)
#C8C2B5
(200,194,181)
#CEC9BD
(206,201,189)
#D4D0C5
(212,208,197)
#DAD7CD
(218,215,205)
#E0DED5
(224,222,213)
#E6E5DD
(230,229,221)
#ECECE5
(236,236,229)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AD9D color. Also use rgb(182,173,157) instead hex code.

Text Font Color

.myTextColor { color: #B6AD9D; }

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

This text font color is #B6AD9D.

Background Color

.myBgColor { background-color: #B6AD9D; }

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

This div background color is #B6AD9D.

Border color

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

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

This div border color is #B6AD9D.

Opacity

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

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

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

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

This text has shadow with #B6AD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AD9D.

Preview

Color preview on black background

This text has color #B6AD9D on black background.


Color preview on white background

This text has color #B6AD9D on white background.


Black color preview on #B6AD9D background

This text has black color on #B6AD9D background.


White color preview on #B6AD9D background

This text has white color on #B6AD9D background.


Related colors

Complementary color

Complementary color for #hex is #495262.


I love getcolorcode.com

Triadic colors

1 #9DB6AD and #AD9DB6 with #B6AD9D are triadic colors.

2 #9DADB6 and #ADB69D with #B6AD9D are triadic colors.