COLOR #B0C5B8

HEX: #B0C5B8
RGB: (176,197,184)

Color info

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

RGB color model

#B0C5B8 color RGB value is (176,197,184).

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

RGB channels and saturation

R 176 of 255 = 69%
G 197 of 255 = 77%
B 184 of 255 = 72%

176
197
184

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

Portions of RGB colors in percentages

R + G + B =
176 + 197 + 184 = 557 (100%)
R 176 of 557 ~ 31.6%
G 197 of 557 ~ 35.37%
B 184 of 557 ~ 33.03%

%31.6
%35.37
%33.03

CMYK color model

#B0C5B8 color CMYK value is (11,0,7,23).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(11,0,7,23)
C11M0Y7K23 
(11%,0%,7%,23%)
(0.11/0.00/0.07/0.23)	

CMYK percentages

%10.66
%0
%6.6
%22.75

Codes

Color #B0C5B8 in popluar color models

B0C5B8
RGB176197184
HSL143°15.33%73.14%
HSB/HSV143°10.66%77.25%
CMYK10.66%0.00%6.60%
22.75%

Color #B0C5B8 in popluar number systems.

HEXB0C5B8
Decimal176197184
Binary101100001100010110111000
Octal260305270

Shades and tints

Shades of #B0C5B8

#B0C5B8
(176,197,184)
#A0B4A8
(160,180,168)
#90A398
(144,163,152)
#809288
(128,146,136)
#708178
(112,129,120)
#607068
(96,112,104)
#505F58
(80,95,88)
#404E48
(64,78,72)
#303D38
(48,61,56)
#202C28
(32,44,40)
#101B18
(16,27,24)
#000000
(0,0,0)

Tints of #B0C5B8

#B0C5B8
(176,197,184)
#B7CABE
(183,202,190)
#BECFC4
(190,207,196)
#C5D4CA
(197,212,202)
#CCD9D0
(204,217,208)
#D3DED6
(211,222,214)
#DAE3DC
(218,227,220)
#E1E8E2
(225,232,226)
#E8EDE8
(232,237,232)
#EFF2EE
(239,242,238)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C5B8; }

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

This text font color is #B0C5B8.


Background Color

.myBgColor { background-color: #B0C5B8; }

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

This div background color is #B0C5B8.


Border color

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

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

This div border color is #B0C5B8.


Opacity

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

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

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

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

This text has shadow with #B0C5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C5B8 on black background.


Color preview on white background

This text has color #B0C5B8 on white background.



Black color preview on #B0C5B8 background

This text has black color on #B0C5B8 background.


White color preview on #B0C5B8 background

This text has white color on #B0C5B8 background.