COLOR #B6C3BA

HEX: #B6C3BA
RGB: (182,195,186)

Color info

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

RGB color model

#B6C3BA color RGB value is (182,195,186).

  • red value is 182;
  • green value is 195;
  • blue value is 186.
RGB:
(182,195,186)
(71%,76%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 195 of 255 = 76%
B 186 of 255 = 73%

182
195
186

R + G + B ~ 73%. #B6C3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 195 + 186 = 563 (100%)
R 182 of 563 ~ 32.33%
G 195 of 563 ~ 34.64%
B 186 of 563 ~ 33.04%

%32.33
%34.64
%33.04

CMYK color model

#B6C3BA color CMYK value is (7,0,5,24).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(7,0,5,24)
C7M0Y5K24 
(7%,0%,5%,24%)
(0.07/0.00/0.05/0.24)	

CMYK percentages

%6.67
%0
%4.62
%23.53

Codes

Color #B6C3BA in popluar color models

B6C3BA
RGB182195186
HSL138°9.77%73.92%
HSB/HSV138°6.67%76.47%
CMYK6.67%0.00%4.62%
23.53%

Color #B6C3BA in popluar number systems.

HEXB6C3BA
Decimal182195186
Binary101101101100001110111010
Octal266303272

Shades and tints

Shades of #B6C3BA

#B6C3BA
(182,195,186)
#A6B2AA
(166,178,170)
#96A19A
(150,161,154)
#86908A
(134,144,138)
#767F7A
(118,127,122)
#666E6A
(102,110,106)
#565D5A
(86,93,90)
#464C4A
(70,76,74)
#363B3A
(54,59,58)
#262A2A
(38,42,42)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #B6C3BA

#B6C3BA
(182,195,186)
#BCC8C0
(188,200,192)
#C2CDC6
(194,205,198)
#C8D2CC
(200,210,204)
#CED7D2
(206,215,210)
#D4DCD8
(212,220,216)
#DAE1DE
(218,225,222)
#E0E6E4
(224,230,228)
#E6EBEA
(230,235,234)
#ECF0F0
(236,240,240)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C3BA; }

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

This text font color is #B6C3BA.


Background Color

.myBgColor { background-color: #B6C3BA; }

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

This div background color is #B6C3BA.


Border color

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

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

This div border color is #B6C3BA.


Opacity

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

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

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

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

This text has shadow with #B6C3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C3BA on black background.


Color preview on white background

This text has color #B6C3BA on white background.



Black color preview on #B6C3BA background

This text has black color on #B6C3BA background.


White color preview on #B6C3BA background

This text has white color on #B6C3BA background.