COLOR #B6BFB2

HEX: #B6BFB2
RGB: (182,191,178)

Color info

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

RGB color model

#B6BFB2 color RGB value is (182,191,178).

  • red value is 182;
  • green value is 191;
  • blue value is 178.
RGB:
(182,191,178)
(71%,75%,70%)

RGB channels and saturation

R 182 of 255 = 71%
G 191 of 255 = 75%
B 178 of 255 = 70%

182
191
178

R + G + B ~ 72%. #B6BFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 191 + 178 = 551 (100%)
R 182 of 551 ~ 33.03%
G 191 of 551 ~ 34.66%
B 178 of 551 ~ 32.3%

%33.03
%34.66
%32.3

CMYK color model

#B6BFB2 color CMYK value is (5,0,7,25).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 25.10%
CMYK:
(5,0,7,25)
C5M0Y7K25 
(5%,0%,7%,25%)
(0.05/0.00/0.07/0.25)	

CMYK percentages

%4.71
%0
%6.81
%25.1

Codes

Color #B6BFB2 in popluar color models

B6BFB2
RGB182191178
HSL102°9.22%72.35%
HSB/HSV102°6.81%74.90%
CMYK4.71%0.00%6.81%
25.10%

Color #B6BFB2 in popluar number systems.

HEXB6BFB2
Decimal182191178
Binary101101101011111110110010
Octal266277262

Shades and tints

Shades of #B6BFB2

#B6BFB2
(182,191,178)
#A6AEA2
(166,174,162)
#969D92
(150,157,146)
#868C82
(134,140,130)
#767B72
(118,123,114)
#666A62
(102,106,98)
#565952
(86,89,82)
#464842
(70,72,66)
#363732
(54,55,50)
#262622
(38,38,34)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #B6BFB2

#B6BFB2
(182,191,178)
#BCC4B9
(188,196,185)
#C2C9C0
(194,201,192)
#C8CEC7
(200,206,199)
#CED3CE
(206,211,206)
#D4D8D5
(212,216,213)
#DADDDC
(218,221,220)
#E0E2E3
(224,226,227)
#E6E7EA
(230,231,234)
#ECECF1
(236,236,241)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BFB2; }

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

This text font color is #B6BFB2.


Background Color

.myBgColor { background-color: #B6BFB2; }

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

This div background color is #B6BFB2.


Border color

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

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

This div border color is #B6BFB2.


Opacity

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

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

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

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

This text has shadow with #B6BFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BFB2 on black background.


Color preview on white background

This text has color #B6BFB2 on white background.



Black color preview on #B6BFB2 background

This text has black color on #B6BFB2 background.


White color preview on #B6BFB2 background

This text has white color on #B6BFB2 background.