COLOR #B0C5BB

HEX: #B0C5BB
RGB: (176,197,187)

Color info

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

RGB color model

#B0C5BB color RGB value is (176,197,187).

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

RGB channels and saturation

R 176 of 255 = 69%
G 197 of 255 = 77%
B 187 of 255 = 73%

176
197
187

R + G + B ~ 73%. #B0C5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 197 + 187 = 560 (100%)
R 176 of 560 ~ 31.43%
G 197 of 560 ~ 35.18%
B 187 of 560 ~ 33.39%

%31.43
%35.18
%33.39

CMYK color model

#B0C5BB color CMYK value is (11,0,5,23).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(11,0,5,23)
C11M0Y5K23 
(11%,0%,5%,23%)
(0.11/0.00/0.05/0.23)	

CMYK percentages

%10.66
%0
%5.08
%22.75

Codes

Color #B0C5BB in popluar color models

B0C5BB
RGB176197187
HSL151°15.33%73.14%
HSB/HSV151°10.66%77.25%
CMYK10.66%0.00%5.08%
22.75%

Color #B0C5BB in popluar number systems.

HEXB0C5BB
Decimal176197187
Binary101100001100010110111011
Octal260305273

Shades and tints

Shades of #B0C5BB

#B0C5BB
(176,197,187)
#A0B4AA
(160,180,170)
#90A399
(144,163,153)
#809288
(128,146,136)
#708177
(112,129,119)
#607066
(96,112,102)
#505F55
(80,95,85)
#404E44
(64,78,68)
#303D33
(48,61,51)
#202C22
(32,44,34)
#101B11
(16,27,17)
#000000
(0,0,0)

Tints of #B0C5BB

#B0C5BB
(176,197,187)
#B7CAC1
(183,202,193)
#BECFC7
(190,207,199)
#C5D4CD
(197,212,205)
#CCD9D3
(204,217,211)
#D3DED9
(211,222,217)
#DAE3DF
(218,227,223)
#E1E8E5
(225,232,229)
#E8EDEB
(232,237,235)
#EFF2F1
(239,242,241)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C5BB; }

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

This text font color is #B0C5BB.


Background Color

.myBgColor { background-color: #B0C5BB; }

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

This div background color is #B0C5BB.


Border color

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

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

This div border color is #B0C5BB.


Opacity

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

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

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

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

This text has shadow with #B0C5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C5BB on black background.


Color preview on white background

This text has color #B0C5BB on white background.



Black color preview on #B0C5BB background

This text has black color on #B0C5BB background.


White color preview on #B0C5BB background

This text has white color on #B0C5BB background.