COLOR #B2BFB6

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

Color info

#B2BFB6 contains red, green and blue colors in about the same proportion. Web safe color of #B2BFB6 is #99CCCC (or #9CC).

RGB color model

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

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

RGB channels and saturation

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

178
191
182

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

Portions of RGB colors in percentages

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

%32.3
%34.66
%33.03

CMYK color model

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

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

CMYK percentages

%6.81
%0
%4.71
%25.1

Codes

Color #B2BFB6 in popluar color models

B2BFB6
RGB178191182
HSL138°9.22%72.35%
HSB/HSV138°6.81%74.90%
CMYK6.81%0.00%4.71%
25.10%

Color #B2BFB6 in popluar number systems.

HEXB2BFB6
Decimal178191182
Binary101100101011111110110110
Octal262277266

Shades and tints

Shades of #B2BFB6

#B2BFB6
(178,191,182)
#A2AEA6
(162,174,166)
#929D96
(146,157,150)
#828C86
(130,140,134)
#727B76
(114,123,118)
#626A66
(98,106,102)
#525956
(82,89,86)
#424846
(66,72,70)
#323736
(50,55,54)
#222626
(34,38,38)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #B2BFB6

#B2BFB6
(178,191,182)
#B9C4BC
(185,196,188)
#C0C9C2
(192,201,194)
#C7CEC8
(199,206,200)
#CED3CE
(206,211,206)
#D5D8D4
(213,216,212)
#DCDDDA
(220,221,218)
#E3E2E0
(227,226,224)
#EAE7E6
(234,231,230)
#F1ECEC
(241,236,236)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BFB6; }

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

This text font color is #B2BFB6.


Background Color

.myBgColor { background-color: #B2BFB6; }

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

This div background color is #B2BFB6.


Border color

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

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

This div border color is #B2BFB6.


Opacity

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

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

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

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

This text has shadow with #B2BFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BFB6 on black background.


Color preview on white background

This text has color #B2BFB6 on white background.



Black color preview on #B2BFB6 background

This text has black color on #B2BFB6 background.


White color preview on #B2BFB6 background

This text has white color on #B2BFB6 background.