COLOR #B0C5CF

HEX: #B0C5CF
RGB: (176,197,207)

Color info

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

RGB color model

#B0C5CF color RGB value is (176,197,207).

  • red value is 176;
  • green value is 197;
  • blue value is 207.
RGB:
(176,197,207)
(69%,77%,81%)

RGB channels and saturation

R 176 of 255 = 69%
G 197 of 255 = 77%
B 207 of 255 = 81%

176
197
207

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

Portions of RGB colors in percentages

R + G + B =
176 + 197 + 207 = 580 (100%)
R 176 of 580 ~ 30.34%
G 197 of 580 ~ 33.97%
B 207 of 580 ~ 35.69%

%30.34
%33.97
%35.69

CMYK color model

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

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

CMYK percentages

%14.98
%4.83
%0
%18.82

Codes

Color #B0C5CF in popluar color models

B0C5CF
RGB176197207
HSL199°24.41%75.10%
HSB/HSV199°14.98%81.18%
CMYK14.98%4.83%0.00%
18.82%

Color #B0C5CF in popluar number systems.

HEXB0C5CF
Decimal176197207
Binary101100001100010111001111
Octal260305317

Shades and tints

Shades of #B0C5CF

#B0C5CF
(176,197,207)
#A0B4BD
(160,180,189)
#90A3AB
(144,163,171)
#809299
(128,146,153)
#708187
(112,129,135)
#607075
(96,112,117)
#505F63
(80,95,99)
#404E51
(64,78,81)
#303D3F
(48,61,63)
#202C2D
(32,44,45)
#101B1B
(16,27,27)
#000000
(0,0,0)

Tints of #B0C5CF

#B0C5CF
(176,197,207)
#B7CAD3
(183,202,211)
#BECFD7
(190,207,215)
#C5D4DB
(197,212,219)
#CCD9DF
(204,217,223)
#D3DEE3
(211,222,227)
#DAE3E7
(218,227,231)
#E1E8EB
(225,232,235)
#E8EDEF
(232,237,239)
#EFF2F3
(239,242,243)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C5CF color. Also use rgb(176,197,207) instead hex code.

Text Font Color

.myTextColor { color: #B0C5CF; }

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

This text font color is #B0C5CF.


Background Color

.myBgColor { background-color: #B0C5CF; }

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

This div background color is #B0C5CF.


Border color

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

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

This div border color is #B0C5CF.


Opacity

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

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

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

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

This text has shadow with #B0C5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C5CF on black background.


Color preview on white background

This text has color #B0C5CF on white background.



Black color preview on #B0C5CF background

This text has black color on #B0C5CF background.


White color preview on #B0C5CF background

This text has white color on #B0C5CF background.