COLOR #B6C1BD

HEX: #B6C1BD RGB: (182,193,189)

Color info

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

RGB color model

#B6C1BD color RGB value is (182,193,189).

RGB: (182,193,189) (71%, 76%, 74%)

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 189 of 255 = 74%

182
193
189

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

Portions of RGB colors in percentages

R + G + B = 182 + 193 + 189 = 564 (100%)
R 182 of 564 ~ 32.27%
G 193 of 564 ~ 34.22%
B 189 of 564 ~ 33.51'%

%32.27
%34.22
%33.51

CMYK color model

#B6C1BD color CMYK value is (6,0,2,24).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 24.31%

CMYK: (6,0,2,24)
C6M0Y2K24 (6%, 0%, 2%, 24%)
(0.06 / 0.00 / 0.02 / 0.24)

CMYK percentages

%5.7
%0
%2.07
%24.31

Codes

Color #B6C1BD in popluar color models

B6 C1 BD
RGB 182 193 189
HSL 158° 8.15% 73.53%
HSB/HSV 158° 5.70% 75.69%
CMYK 5.70% 0.00% 2.07%
24.31%

Color #B6C1BD in popluar number systems.

HEX B6 C1 BD
Decimal 182 193 189
Binary 10110110 11000001 10111101
Octal 266 301 275

Shades and tints

Shades of #B6C1BD

#B6C1BD
(182,193,189)
#A6B0AC
(166,176,172)
#969F9B
(150,159,155)
#868E8A
(134,142,138)
#767D79
(118,125,121)
#666C68
(102,108,104)
#565B57
(86,91,87)
#464A46
(70,74,70)
#363935
(54,57,53)
#262824
(38,40,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6C1BD

#B6C1BD
(182,193,189)
#BCC6C3
(188,198,195)
#C2CBC9
(194,203,201)
#C8D0CF
(200,208,207)
#CED5D5
(206,213,213)
#D4DADB
(212,218,219)
#DADFE1
(218,223,225)
#E0E4E7
(224,228,231)
#E6E9ED
(230,233,237)
#ECEEF3
(236,238,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C1BD color. Also use rgb(182,193,189) instead hex code.

Text Font Color

.myTextColor { color: #B6C1BD; }

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

This text font color is #B6C1BD.

Background Color

.myBgColor { background-color: #B6C1BD; }

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

This div background color is #B6C1BD.

Border color

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

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

This div border color is #B6C1BD.

Opacity

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

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

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

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

This text has shadow with #B6C1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C1BD.

Preview

Color preview on black background

This text has color #B6C1BD on black background.


Color preview on white background

This text has color #B6C1BD on white background.


Black color preview on #B6C1BD background

This text has black color on #B6C1BD background.


White color preview on #B6C1BD background

This text has white color on #B6C1BD background.


Related colors

Complementary color

Complementary color for #hex is #493E42.


I love getcolorcode.com

Triadic colors

1 #BDB6C1 and #C1BDB6 with #B6C1BD are triadic colors.

2 #BDC1B6 and #C1B6BD with #B6C1BD are triadic colors.