COLOR #B0C7CE

HEX: #B0C7CE
RGB: (176,199,206)

Color info

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

RGB color model

#B0C7CE color RGB value is (176,199,206).

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

RGB channels and saturation

R 176 of 255 = 69%
G 199 of 255 = 78%
B 206 of 255 = 81%

176
199
206

R + G + B ~ 76%. #B0C7CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 199 + 206 = 581 (100%)
R 176 of 581 ~ 30.29%
G 199 of 581 ~ 34.25%
B 206 of 581 ~ 35.46%

%30.29
%34.25
%35.46

CMYK color model

#B0C7CE color CMYK value is (15,3,0,19).

  • cyan value is 14.56%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(15,3,0,19)
C15M3Y0K19 
(15%,3%,0%,19%)
(0.15/0.03/0.00/0.19)	

CMYK percentages

%14.56
%3.4
%0
%19.22

Codes

Color #B0C7CE in popluar color models

B0C7CE
RGB176199206
HSL194°23.44%74.90%
HSB/HSV194°14.56%80.78%
CMYK14.56%3.40%0.00%
19.22%

Color #B0C7CE in popluar number systems.

HEXB0C7CE
Decimal176199206
Binary101100001100011111001110
Octal260307316

Shades and tints

Shades of #B0C7CE

#B0C7CE
(176,199,206)
#A0B5BC
(160,181,188)
#90A3AA
(144,163,170)
#809198
(128,145,152)
#707F86
(112,127,134)
#606D74
(96,109,116)
#505B62
(80,91,98)
#404950
(64,73,80)
#30373E
(48,55,62)
#20252C
(32,37,44)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #B0C7CE

#B0C7CE
(176,199,206)
#B7CCD2
(183,204,210)
#BED1D6
(190,209,214)
#C5D6DA
(197,214,218)
#CCDBDE
(204,219,222)
#D3E0E2
(211,224,226)
#DAE5E6
(218,229,230)
#E1EAEA
(225,234,234)
#E8EFEE
(232,239,238)
#EFF4F2
(239,244,242)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C7CE; }

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

This text font color is #B0C7CE.


Background Color

.myBgColor { background-color: #B0C7CE; }

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

This div background color is #B0C7CE.


Border color

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

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

This div border color is #B0C7CE.


Opacity

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

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

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

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

This text has shadow with #B0C7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C7CE on black background.


Color preview on white background

This text has color #B0C7CE on white background.



Black color preview on #B0C7CE background

This text has black color on #B0C7CE background.


White color preview on #B0C7CE background

This text has white color on #B0C7CE background.