COLOR #B6B69E

HEX: #B6B69E
RGB: (182,182,158)

Color info

#B6B69E contains red, green and blue colors in about the same proportion. Web safe color of #B6B69E is #CCCC99 (or #CC9).

RGB color model

#B6B69E color RGB value is (182,182,158).

  • red value is 182;
  • green value is 182;
  • blue value is 158.
RGB:
(182,182,158)
(71%,71%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 182 of 255 = 71%
B 158 of 255 = 62%

182
182
158

R + G + B ~ 68%. #B6B69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 182 + 158 = 522 (100%)
R 182 of 522 ~ 34.87%
G 182 of 522 ~ 34.87%
B 158 of 522 ~ 30.27%

%34.87
%34.87
%30.27

CMYK color model

#B6B69E color CMYK value is (0,0,13,29).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK:
(0,0,13,29)
C0M0Y13K29 
(0%,0%,13%,29%)
(0.00/0.00/0.13/0.29)	

CMYK percentages

%0
%0
%13.19
%28.63

Codes

Color #B6B69E in popluar color models

B6B69E
RGB182182158
HSL60°14.12%66.67%
HSB/HSV60°13.19%71.37%
CMYK0.00%0.00%13.19%
28.63%

Color #B6B69E in popluar number systems.

HEXB6B69E
Decimal182182158
Binary101101101011011010011110
Octal266266236

Shades and tints

Shades of #B6B69E

#B6B69E
(182,182,158)
#A6A690
(166,166,144)
#969682
(150,150,130)
#868674
(134,134,116)
#767666
(118,118,102)
#666658
(102,102,88)
#56564A
(86,86,74)
#46463C
(70,70,60)
#36362E
(54,54,46)
#262620
(38,38,32)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #B6B69E

#B6B69E
(182,182,158)
#BCBCA6
(188,188,166)
#C2C2AE
(194,194,174)
#C8C8B6
(200,200,182)
#CECEBE
(206,206,190)
#D4D4C6
(212,212,198)
#DADACE
(218,218,206)
#E0E0D6
(224,224,214)
#E6E6DE
(230,230,222)
#ECECE6
(236,236,230)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B69E; }

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

This text font color is #B6B69E.


Background Color

.myBgColor { background-color: #B6B69E; }

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

This div background color is #B6B69E.


Border color

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

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

This div border color is #B6B69E.


Opacity

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

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

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

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

This text has shadow with #B6B69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B69E on black background.


Color preview on white background

This text has color #B6B69E on white background.



Black color preview on #B6B69E background

This text has black color on #B6B69E background.


White color preview on #B6B69E background

This text has white color on #B6B69E background.