COLOR #B6BD9F

HEX: #B6BD9F
RGB: (182,189,159)

Color info

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

RGB color model

#B6BD9F color RGB value is (182,189,159).

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

RGB channels and saturation

R 182 of 255 = 71%
G 189 of 255 = 74%
B 159 of 255 = 62%

182
189
159

R + G + B ~ 69%. #B6BD9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 189 + 159 = 530 (100%)
R 182 of 530 ~ 34.34%
G 189 of 530 ~ 35.66%
B 159 of 530 ~ 30%

%34.34
%35.66
%30

CMYK color model

#B6BD9F color CMYK value is (4,0,16,26).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 25.88%
CMYK:
(4,0,16,26)
C4M0Y16K26 
(4%,0%,16%,26%)
(0.04/0.00/0.16/0.26)	

CMYK percentages

%3.7
%0
%15.87
%25.88

Codes

Color #B6BD9F in popluar color models

B6BD9F
RGB182189159
HSL74°18.52%68.24%
HSB/HSV74°15.87%74.12%
CMYK3.70%0.00%15.87%
25.88%

Color #B6BD9F in popluar number systems.

HEXB6BD9F
Decimal182189159
Binary101101101011110110011111
Octal266275237

Shades and tints

Shades of #B6BD9F

#B6BD9F
(182,189,159)
#A6AC91
(166,172,145)
#969B83
(150,155,131)
#868A75
(134,138,117)
#767967
(118,121,103)
#666859
(102,104,89)
#56574B
(86,87,75)
#46463D
(70,70,61)
#36352F
(54,53,47)
#262421
(38,36,33)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #B6BD9F

#B6BD9F
(182,189,159)
#BCC3A7
(188,195,167)
#C2C9AF
(194,201,175)
#C8CFB7
(200,207,183)
#CED5BF
(206,213,191)
#D4DBC7
(212,219,199)
#DAE1CF
(218,225,207)
#E0E7D7
(224,231,215)
#E6EDDF
(230,237,223)
#ECF3E7
(236,243,231)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BD9F; }

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

This text font color is #B6BD9F.


Background Color

.myBgColor { background-color: #B6BD9F; }

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

This div background color is #B6BD9F.


Border color

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

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

This div border color is #B6BD9F.


Opacity

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

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

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

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

This text has shadow with #B6BD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BD9F on black background.


Color preview on white background

This text has color #B6BD9F on white background.



Black color preview on #B6BD9F background

This text has black color on #B6BD9F background.


White color preview on #B6BD9F background

This text has white color on #B6BD9F background.