COLOR #B0C3CE

HEX: #B0C3CE
RGB: (176,195,206)

Color info

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

RGB color model

#B0C3CE color RGB value is (176,195,206).

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

RGB channels and saturation

R 176 of 255 = 69%
G 195 of 255 = 76%
B 206 of 255 = 81%

176
195
206

R + G + B ~ 75%. #B0C3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 195 + 206 = 577 (100%)
R 176 of 577 ~ 30.5%
G 195 of 577 ~ 33.8%
B 206 of 577 ~ 35.7%

%30.5
%33.8
%35.7

CMYK color model

#B0C3CE color CMYK value is (15,5,0,19).

  • cyan value is 14.56%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(15,5,0,19)
C15M5Y0K19 
(15%,5%,0%,19%)
(0.15/0.05/0.00/0.19)	

CMYK percentages

%14.56
%5.34
%0
%19.22

Codes

Color #B0C3CE in popluar color models

B0C3CE
RGB176195206
HSL202°23.44%74.90%
HSB/HSV202°14.56%80.78%
CMYK14.56%5.34%0.00%
19.22%

Color #B0C3CE in popluar number systems.

HEXB0C3CE
Decimal176195206
Binary101100001100001111001110
Octal260303316

Shades and tints

Shades of #B0C3CE

#B0C3CE
(176,195,206)
#A0B2BC
(160,178,188)
#90A1AA
(144,161,170)
#809098
(128,144,152)
#707F86
(112,127,134)
#606E74
(96,110,116)
#505D62
(80,93,98)
#404C50
(64,76,80)
#303B3E
(48,59,62)
#202A2C
(32,42,44)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #B0C3CE

#B0C3CE
(176,195,206)
#B7C8D2
(183,200,210)
#BECDD6
(190,205,214)
#C5D2DA
(197,210,218)
#CCD7DE
(204,215,222)
#D3DCE2
(211,220,226)
#DAE1E6
(218,225,230)
#E1E6EA
(225,230,234)
#E8EBEE
(232,235,238)
#EFF0F2
(239,240,242)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C3CE; }

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

This text font color is #B0C3CE.


Background Color

.myBgColor { background-color: #B0C3CE; }

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

This div background color is #B0C3CE.


Border color

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

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

This div border color is #B0C3CE.


Opacity

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

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

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

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

This text has shadow with #B0C3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C3CE on black background.


Color preview on white background

This text has color #B0C3CE on white background.



Black color preview on #B0C3CE background

This text has black color on #B0C3CE background.


White color preview on #B0C3CE background

This text has white color on #B0C3CE background.