COLOR #B0C5BE

HEX: #B0C5BE
RGB: (176,197,190)

Color info

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

RGB color model

#B0C5BE color RGB value is (176,197,190).

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

RGB channels and saturation

R 176 of 255 = 69%
G 197 of 255 = 77%
B 190 of 255 = 75%

176
197
190

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

Portions of RGB colors in percentages

R + G + B =
176 + 197 + 190 = 563 (100%)
R 176 of 563 ~ 31.26%
G 197 of 563 ~ 34.99%
B 190 of 563 ~ 33.75%

%31.26
%34.99
%33.75

CMYK color model

#B0C5BE color CMYK value is (11,0,4,23).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(11,0,4,23)
C11M0Y4K23 
(11%,0%,4%,23%)
(0.11/0.00/0.04/0.23)	

CMYK percentages

%10.66
%0
%3.55
%22.75

Codes

Color #B0C5BE in popluar color models

B0C5BE
RGB176197190
HSL160°15.33%73.14%
HSB/HSV160°10.66%77.25%
CMYK10.66%0.00%3.55%
22.75%

Color #B0C5BE in popluar number systems.

HEXB0C5BE
Decimal176197190
Binary101100001100010110111110
Octal260305276

Shades and tints

Shades of #B0C5BE

#B0C5BE
(176,197,190)
#A0B4AD
(160,180,173)
#90A39C
(144,163,156)
#80928B
(128,146,139)
#70817A
(112,129,122)
#607069
(96,112,105)
#505F58
(80,95,88)
#404E47
(64,78,71)
#303D36
(48,61,54)
#202C25
(32,44,37)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #B0C5BE

#B0C5BE
(176,197,190)
#B7CAC3
(183,202,195)
#BECFC8
(190,207,200)
#C5D4CD
(197,212,205)
#CCD9D2
(204,217,210)
#D3DED7
(211,222,215)
#DAE3DC
(218,227,220)
#E1E8E1
(225,232,225)
#E8EDE6
(232,237,230)
#EFF2EB
(239,242,235)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C5BE; }

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

This text font color is #B0C5BE.


Background Color

.myBgColor { background-color: #B0C5BE; }

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

This div background color is #B0C5BE.


Border color

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

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

This div border color is #B0C5BE.


Opacity

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

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

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

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

This text has shadow with #B0C5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C5BE on black background.


Color preview on white background

This text has color #B0C5BE on white background.



Black color preview on #B0C5BE background

This text has black color on #B0C5BE background.


White color preview on #B0C5BE background

This text has white color on #B0C5BE background.