COLOR #B0C6BE

HEX: #B0C6BE
RGB: (176,198,190)

Color info

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

RGB color model

#B0C6BE color RGB value is (176,198,190).

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

RGB channels and saturation

R 176 of 255 = 69%
G 198 of 255 = 78%
B 190 of 255 = 75%

176
198
190

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

Portions of RGB colors in percentages

R + G + B =
176 + 198 + 190 = 564 (100%)
R 176 of 564 ~ 31.21%
G 198 of 564 ~ 35.11%
B 190 of 564 ~ 33.69%

%31.21
%35.11
%33.69

CMYK color model

#B0C6BE color CMYK value is (11,0,4,22).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK:
(11,0,4,22)
C11M0Y4K22 
(11%,0%,4%,22%)
(0.11/0.00/0.04/0.22)	

CMYK percentages

%11.11
%0
%4.04
%22.35

Codes

Color #B0C6BE in popluar color models

B0C6BE
RGB176198190
HSL158°16.18%73.33%
HSB/HSV158°11.11%77.65%
CMYK11.11%0.00%4.04%
22.35%

Color #B0C6BE in popluar number systems.

HEXB0C6BE
Decimal176198190
Binary101100001100011010111110
Octal260306276

Shades and tints

Shades of #B0C6BE

#B0C6BE
(176,198,190)
#A0B4AD
(160,180,173)
#90A29C
(144,162,156)
#80908B
(128,144,139)
#707E7A
(112,126,122)
#606C69
(96,108,105)
#505A58
(80,90,88)
#404847
(64,72,71)
#303636
(48,54,54)
#202425
(32,36,37)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #B0C6BE

#B0C6BE
(176,198,190)
#B7CBC3
(183,203,195)
#BED0C8
(190,208,200)
#C5D5CD
(197,213,205)
#CCDAD2
(204,218,210)
#D3DFD7
(211,223,215)
#DAE4DC
(218,228,220)
#E1E9E1
(225,233,225)
#E8EEE6
(232,238,230)
#EFF3EB
(239,243,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C6BE; }

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

This text font color is #B0C6BE.


Background Color

.myBgColor { background-color: #B0C6BE; }

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

This div background color is #B0C6BE.


Border color

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

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

This div border color is #B0C6BE.


Opacity

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

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

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

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

This text has shadow with #B0C6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C6BE on black background.


Color preview on white background

This text has color #B0C6BE on white background.



Black color preview on #B0C6BE background

This text has black color on #B0C6BE background.


White color preview on #B0C6BE background

This text has white color on #B0C6BE background.