COLOR #B0C7BE

HEX: #B0C7BE
RGB: (176,199,190)

Color info

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

RGB color model

#B0C7BE color RGB value is (176,199,190).

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

RGB channels and saturation

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

176
199
190

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

Portions of RGB colors in percentages

R + G + B =
176 + 199 + 190 = 565 (100%)
R 176 of 565 ~ 31.15%
G 199 of 565 ~ 35.22%
B 190 of 565 ~ 33.63%

%31.15
%35.22
%33.63

CMYK color model

#B0C7BE color CMYK value is (12,0,5,22).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(12,0,5,22)
C12M0Y5K22 
(12%,0%,5%,22%)
(0.12/0.00/0.05/0.22)	

CMYK percentages

%11.56
%0
%4.52
%21.96

Codes

Color #B0C7BE in popluar color models

B0C7BE
RGB176199190
HSL157°17.04%73.53%
HSB/HSV157°11.56%78.04%
CMYK11.56%0.00%4.52%
21.96%

Color #B0C7BE in popluar number systems.

HEXB0C7BE
Decimal176199190
Binary101100001100011110111110
Octal260307276

Shades and tints

Shades of #B0C7BE

#B0C7BE
(176,199,190)
#A0B5AD
(160,181,173)
#90A39C
(144,163,156)
#80918B
(128,145,139)
#707F7A
(112,127,122)
#606D69
(96,109,105)
#505B58
(80,91,88)
#404947
(64,73,71)
#303736
(48,55,54)
#202525
(32,37,37)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B0C7BE

#B0C7BE
(176,199,190)
#B7CCC3
(183,204,195)
#BED1C8
(190,209,200)
#C5D6CD
(197,214,205)
#CCDBD2
(204,219,210)
#D3E0D7
(211,224,215)
#DAE5DC
(218,229,220)
#E1EAE1
(225,234,225)
#E8EFE6
(232,239,230)
#EFF4EB
(239,244,235)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C7BE; }

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

This text font color is #B0C7BE.


Background Color

.myBgColor { background-color: #B0C7BE; }

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

This div background color is #B0C7BE.


Border color

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

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

This div border color is #B0C7BE.


Opacity

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

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

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

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

This text has shadow with #B0C7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C7BE on black background.


Color preview on white background

This text has color #B0C7BE on white background.



Black color preview on #B0C7BE background

This text has black color on #B0C7BE background.


White color preview on #B0C7BE background

This text has white color on #B0C7BE background.