COLOR #B6C5BB

HEX: #B6C5BB
RGB: (182,197,187)

Color info

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

RGB color model

#B6C5BB color RGB value is (182,197,187).

  • red value is 182;
  • green value is 197;
  • blue value is 187.
RGB:
(182,197,187)
(71%,77%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 197 of 255 = 77%
B 187 of 255 = 73%

182
197
187

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

Portions of RGB colors in percentages

R + G + B =
182 + 197 + 187 = 566 (100%)
R 182 of 566 ~ 32.16%
G 197 of 566 ~ 34.81%
B 187 of 566 ~ 33.04%

%32.16
%34.81
%33.04

CMYK color model

#B6C5BB color CMYK value is (8,0,5,23).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(8,0,5,23)
C8M0Y5K23 
(8%,0%,5%,23%)
(0.08/0.00/0.05/0.23)	

CMYK percentages

%7.61
%0
%5.08
%22.75

Codes

Color #B6C5BB in popluar color models

B6C5BB
RGB182197187
HSL140°11.45%74.31%
HSB/HSV140°7.61%77.25%
CMYK7.61%0.00%5.08%
22.75%

Color #B6C5BB in popluar number systems.

HEXB6C5BB
Decimal182197187
Binary101101101100010110111011
Octal266305273

Shades and tints

Shades of #B6C5BB

#B6C5BB
(182,197,187)
#A6B4AA
(166,180,170)
#96A399
(150,163,153)
#869288
(134,146,136)
#768177
(118,129,119)
#667066
(102,112,102)
#565F55
(86,95,85)
#464E44
(70,78,68)
#363D33
(54,61,51)
#262C22
(38,44,34)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #B6C5BB

#B6C5BB
(182,197,187)
#BCCAC1
(188,202,193)
#C2CFC7
(194,207,199)
#C8D4CD
(200,212,205)
#CED9D3
(206,217,211)
#D4DED9
(212,222,217)
#DAE3DF
(218,227,223)
#E0E8E5
(224,232,229)
#E6EDEB
(230,237,235)
#ECF2F1
(236,242,241)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C5BB color. Also use rgb(182,197,187) instead hex code.

Text Font Color

.myTextColor { color: #B6C5BB; }

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

This text font color is #B6C5BB.


Background Color

.myBgColor { background-color: #B6C5BB; }

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

This div background color is #B6C5BB.


Border color

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

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

This div border color is #B6C5BB.


Opacity

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

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

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

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

This text has shadow with #B6C5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C5BB on black background.


Color preview on white background

This text has color #B6C5BB on white background.



Black color preview on #B6C5BB background

This text has black color on #B6C5BB background.


White color preview on #B6C5BB background

This text has white color on #B6C5BB background.