COLOR #B6BFBE

HEX: #B6BFBE RGB: (182,191,190)

Color info

#B6BFBE contains red, green and blue colors in about the same proportion. Web safe color of #B6BFBE is #CCCCCC (or #CCC).

RGB color model

#B6BFBE color RGB value is (182,191,190).

RGB: (182,191,190) (71%, 75%, 75%)

RGB channels and saturation

R 182 of 255 = 71%
G 191 of 255 = 75%
B 190 of 255 = 75%

182
191
190

R + G + B ~ 74%. #B6BFBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 191 + 190 = 563 (100%)
R 182 of 563 ~ 32.33%
G 191 of 563 ~ 33.93%
B 190 of 563 ~ 33.75'%

%32.33
%33.93
%33.75

CMYK color model

#B6BFBE color CMYK value is (5,0,1,25).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 25.10%

CMYK: (5,0,1,25)
C5M0Y1K25 (5%, 0%, 1%, 25%)
(0.05 / 0.00 / 0.01 / 0.25)

CMYK percentages

%4.71
%0
%0.52
%25.1

Codes

Color #B6BFBE in popluar color models

B6 BF BE
RGB 182 191 190
HSL 173° 6.57% 73.14%
HSB/HSV 173° 4.71% 74.90%
CMYK 4.71% 0.00% 0.52%
25.10%

Color #B6BFBE in popluar number systems.

HEX B6 BF BE
Decimal 182 191 190
Binary 10110110 10111111 10111110
Octal 266 277 276

Shades and tints

Shades of #B6BFBE

#B6BFBE
(182,191,190)
#A6AEAD
(166,174,173)
#969D9C
(150,157,156)
#868C8B
(134,140,139)
#767B7A
(118,123,122)
#666A69
(102,106,105)
#565958
(86,89,88)
#464847
(70,72,71)
#363736
(54,55,54)
#262625
(38,38,37)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #B6BFBE

#B6BFBE
(182,191,190)
#BCC4C3
(188,196,195)
#C2C9C8
(194,201,200)
#C8CECD
(200,206,205)
#CED3D2
(206,211,210)
#D4D8D7
(212,216,215)
#DADDDC
(218,221,220)
#E0E2E1
(224,226,225)
#E6E7E6
(230,231,230)
#ECECEB
(236,236,235)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BFBE; }

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

This text font color is #B6BFBE.

Background Color

.myBgColor { background-color: #B6BFBE; }

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

This div background color is #B6BFBE.

Border color

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

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

This div border color is #B6BFBE.

Opacity

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

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

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

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

This text has shadow with #B6BFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BFBE.

Preview

Color preview on black background

This text has color #B6BFBE on black background.


Color preview on white background

This text has color #B6BFBE on white background.


Black color preview on #B6BFBE background

This text has black color on #B6BFBE background.


White color preview on #B6BFBE background

This text has white color on #B6BFBE background.


Related colors

Complementary color

Complementary color for #hex is #494041.


I love getcolorcode.com

Triadic colors

1 #BEB6BF and #BFBEB6 with #B6BFBE are triadic colors.

2 #BEBFB6 and #BFB6BE with #B6BFBE are triadic colors.