COLOR #B6C3BD

HEX: #B6C3BD RGB: (182,195,189)

Color info

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

RGB color model

#B6C3BD color RGB value is (182,195,189).

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

RGB channels and saturation

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

182
195
189

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

Portions of RGB colors in percentages

R + G + B = 182 + 195 + 189 = 566 (100%)
R 182 of 566 ~ 32.16%
G 195 of 566 ~ 34.45%
B 189 of 566 ~ 33.39'%

%32.16
%34.45
%33.39

CMYK color model

#B6C3BD color CMYK value is (7,0,3,24).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 23.53%

CMYK: (7,0,3,24)
C7M0Y3K24 (7%, 0%, 3%, 24%)
(0.07 / 0.00 / 0.03 / 0.24)

CMYK percentages

%6.67
%0
%3.08
%23.53

Codes

Color #B6C3BD in popluar color models

B6 C3 BD
RGB 182 195 189
HSL 152° 9.77% 73.92%
HSB/HSV 152° 6.67% 76.47%
CMYK 6.67% 0.00% 3.08%
23.53%

Color #B6C3BD in popluar number systems.

HEX B6 C3 BD
Decimal 182 195 189
Binary 10110110 11000011 10111101
Octal 266 303 275

Shades and tints

Shades of #B6C3BD

#B6C3BD
(182,195,189)
#A6B2AC
(166,178,172)
#96A19B
(150,161,155)
#86908A
(134,144,138)
#767F79
(118,127,121)
#666E68
(102,110,104)
#565D57
(86,93,87)
#464C46
(70,76,70)
#363B35
(54,59,53)
#262A24
(38,42,36)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #B6C3BD

#B6C3BD
(182,195,189)
#BCC8C3
(188,200,195)
#C2CDC9
(194,205,201)
#C8D2CF
(200,210,207)
#CED7D5
(206,215,213)
#D4DCDB
(212,220,219)
#DAE1E1
(218,225,225)
#E0E6E7
(224,230,231)
#E6EBED
(230,235,237)
#ECF0F3
(236,240,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C3BD; }

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

This text font color is #B6C3BD.

Background Color

.myBgColor { background-color: #B6C3BD; }

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

This div background color is #B6C3BD.

Border color

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

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

This div border color is #B6C3BD.

Opacity

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

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

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

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

This text has shadow with #B6C3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C3BD.

Preview

Color preview on black background

This text has color #B6C3BD on black background.


Color preview on white background

This text has color #B6C3BD on white background.


Black color preview on #B6C3BD background

This text has black color on #B6C3BD background.


White color preview on #B6C3BD background

This text has white color on #B6C3BD background.


Related colors

Complementary color

Complementary color for #hex is #493C42.


I love getcolorcode.com

Triadic colors

1 #BDB6C3 and #C3BDB6 with #B6C3BD are triadic colors.

2 #BDC3B6 and #C3B6BD with #B6C3BD are triadic colors.