COLOR #B0C6BD

HEX: #B0C6BD
RGB: (176,198,189)

Color info

#B0C6BD contains red, green and blue colors in about the same proportion. Web safe color of #B0C6BD is #99CCCC (or #9CC).

RGB color model

#B0C6BD color RGB value is (176,198,189).

  • red value is 176;
  • green value is 198;
  • blue value is 189.
RGB:
(176,198,189)
(69%,78%,74%)

RGB channels and saturation

R 176 of 255 = 69%
G 198 of 255 = 78%
B 189 of 255 = 74%

176
198
189

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

Portions of RGB colors in percentages

R + G + B =
176 + 198 + 189 = 563 (100%)
R 176 of 563 ~ 31.26%
G 198 of 563 ~ 35.17%
B 189 of 563 ~ 33.57%

%31.26
%35.17
%33.57

CMYK color model

#B0C6BD color CMYK value is (11,0,5,22).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(11,0,5,22)
C11M0Y5K22 
(11%,0%,5%,22%)
(0.11/0.00/0.05/0.22)	

CMYK percentages

%11.11
%0
%4.55
%22.35

Codes

Color #B0C6BD in popluar color models

B0C6BD
RGB176198189
HSL155°16.18%73.33%
HSB/HSV155°11.11%77.65%
CMYK11.11%0.00%4.55%
22.35%

Color #B0C6BD in popluar number systems.

HEXB0C6BD
Decimal176198189
Binary101100001100011010111101
Octal260306275

Shades and tints

Shades of #B0C6BD

#B0C6BD
(176,198,189)
#A0B4AC
(160,180,172)
#90A29B
(144,162,155)
#80908A
(128,144,138)
#707E79
(112,126,121)
#606C68
(96,108,104)
#505A57
(80,90,87)
#404846
(64,72,70)
#303635
(48,54,53)
#202424
(32,36,36)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #B0C6BD

#B0C6BD
(176,198,189)
#B7CBC3
(183,203,195)
#BED0C9
(190,208,201)
#C5D5CF
(197,213,207)
#CCDAD5
(204,218,213)
#D3DFDB
(211,223,219)
#DAE4E1
(218,228,225)
#E1E9E7
(225,233,231)
#E8EEED
(232,238,237)
#EFF3F3
(239,243,243)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C6BD color. Also use rgb(176,198,189) instead hex code.

Text Font Color

.myTextColor { color: #B0C6BD; }

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

This text font color is #B0C6BD.


Background Color

.myBgColor { background-color: #B0C6BD; }

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

This div background color is #B0C6BD.


Border color

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

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

This div border color is #B0C6BD.


Opacity

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

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

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

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

This text has shadow with #B0C6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C6BD on black background.


Color preview on white background

This text has color #B0C6BD on white background.



Black color preview on #B0C6BD background

This text has black color on #B0C6BD background.


White color preview on #B0C6BD background

This text has white color on #B0C6BD background.