COLOR #B6BCAD

HEX: #B6BCAD
RGB: (182,188,173)

Color info

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

RGB color model

#B6BCAD color RGB value is (182,188,173).

  • red value is 182;
  • green value is 188;
  • blue value is 173.
RGB:
(182,188,173)
(71%,74%,68%)

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 173 of 255 = 68%

182
188
173

R + G + B ~ 71%. #B6BCAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 188 + 173 = 543 (100%)
R 182 of 543 ~ 33.52%
G 188 of 543 ~ 34.62%
B 173 of 543 ~ 31.86%

%33.52
%34.62
%31.86

CMYK color model

#B6BCAD color CMYK value is (3,0,8,26).

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK:
(3,0,8,26)
C3M0Y8K26 
(3%,0%,8%,26%)
(0.03/0.00/0.08/0.26)	

CMYK percentages

%3.19
%0
%7.98
%26.27

Codes

Color #B6BCAD in popluar color models

B6BCAD
RGB182188173
HSL84°10.07%70.78%
HSB/HSV84°7.98%73.73%
CMYK3.19%0.00%7.98%
26.27%

Color #B6BCAD in popluar number systems.

HEXB6BCAD
Decimal182188173
Binary101101101011110010101101
Octal266274255

Shades and tints

Shades of #B6BCAD

#B6BCAD
(182,188,173)
#A6AB9E
(166,171,158)
#969A8F
(150,154,143)
#868980
(134,137,128)
#767871
(118,120,113)
#666762
(102,103,98)
#565653
(86,86,83)
#464544
(70,69,68)
#363435
(54,52,53)
#262326
(38,35,38)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #B6BCAD

#B6BCAD
(182,188,173)
#BCC2B4
(188,194,180)
#C2C8BB
(194,200,187)
#C8CEC2
(200,206,194)
#CED4C9
(206,212,201)
#D4DAD0
(212,218,208)
#DAE0D7
(218,224,215)
#E0E6DE
(224,230,222)
#E6ECE5
(230,236,229)
#ECF2EC
(236,242,236)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BCAD; }

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

This text font color is #B6BCAD.


Background Color

.myBgColor { background-color: #B6BCAD; }

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

This div background color is #B6BCAD.


Border color

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

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

This div border color is #B6BCAD.


Opacity

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

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

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

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

This text has shadow with #B6BCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BCAD on black background.


Color preview on white background

This text has color #B6BCAD on white background.



Black color preview on #B6BCAD background

This text has black color on #B6BCAD background.


White color preview on #B6BCAD background

This text has white color on #B6BCAD background.