COLOR #B7BCA6

HEX: #B7BCA6
RGB: (183,188,166)

Color info

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

RGB color model

#B7BCA6 color RGB value is (183,188,166).

  • red value is 183;
  • green value is 188;
  • blue value is 166.
RGB:
(183,188,166)
(72%,74%,65%)

RGB channels and saturation

R 183 of 255 = 72%
G 188 of 255 = 74%
B 166 of 255 = 65%

183
188
166

R + G + B ~ 70%. #B7BCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 188 + 166 = 537 (100%)
R 183 of 537 ~ 34.08%
G 188 of 537 ~ 35.01%
B 166 of 537 ~ 30.91%

%34.08
%35.01
%30.91

CMYK color model

#B7BCA6 color CMYK value is (3,0,12,26).

  • cyan value is 2.66%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(3,0,12,26)
C3M0Y12K26 
(3%,0%,12%,26%)
(0.03/0.00/0.12/0.26)	

CMYK percentages

%2.66
%0
%11.7
%26.27

Codes

Color #B7BCA6 in popluar color models

B7BCA6
RGB183188166
HSL74°14.10%69.41%
HSB/HSV74°11.70%73.73%
CMYK2.66%0.00%11.70%
26.27%

Color #B7BCA6 in popluar number systems.

HEXB7BCA6
Decimal183188166
Binary101101111011110010100110
Octal267274246

Shades and tints

Shades of #B7BCA6

#B7BCA6
(183,188,166)
#A7AB97
(167,171,151)
#979A88
(151,154,136)
#878979
(135,137,121)
#77786A
(119,120,106)
#67675B
(103,103,91)
#57564C
(87,86,76)
#47453D
(71,69,61)
#37342E
(55,52,46)
#27231F
(39,35,31)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #B7BCA6

#B7BCA6
(183,188,166)
#BDC2AE
(189,194,174)
#C3C8B6
(195,200,182)
#C9CEBE
(201,206,190)
#CFD4C6
(207,212,198)
#D5DACE
(213,218,206)
#DBE0D6
(219,224,214)
#E1E6DE
(225,230,222)
#E7ECE6
(231,236,230)
#EDF2EE
(237,242,238)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BCA6 color. Also use rgb(183,188,166) instead hex code.

Text Font Color

.myTextColor { color: #B7BCA6; }

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

This text font color is #B7BCA6.


Background Color

.myBgColor { background-color: #B7BCA6; }

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

This div background color is #B7BCA6.


Border color

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

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

This div border color is #B7BCA6.


Opacity

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

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

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

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

This text has shadow with #B7BCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BCA6 on black background.


Color preview on white background

This text has color #B7BCA6 on white background.



Black color preview on #B7BCA6 background

This text has black color on #B7BCA6 background.


White color preview on #B7BCA6 background

This text has white color on #B7BCA6 background.