COLOR #B0C2B7

HEX: #B0C2B7
RGB: (176,194,183)

Color info

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

RGB color model

#B0C2B7 color RGB value is (176,194,183).

  • red value is 176;
  • green value is 194;
  • blue value is 183.
RGB:
(176,194,183)
(69%,76%,72%)

RGB channels and saturation

R 176 of 255 = 69%
G 194 of 255 = 76%
B 183 of 255 = 72%

176
194
183

R + G + B ~ 72%. #B0C2B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 194 + 183 = 553 (100%)
R 176 of 553 ~ 31.83%
G 194 of 553 ~ 35.08%
B 183 of 553 ~ 33.09%

%31.83
%35.08
%33.09

CMYK color model

#B0C2B7 color CMYK value is (9,0,6,24).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 5.67%
  • key color value is 23.92%
CMYK:
(9,0,6,24)
C9M0Y6K24 
(9%,0%,6%,24%)
(0.09/0.00/0.06/0.24)	

CMYK percentages

%9.28
%0
%5.67
%23.92

Codes

Color #B0C2B7 in popluar color models

B0C2B7
RGB176194183
HSL143°12.86%72.55%
HSB/HSV143°9.28%76.08%
CMYK9.28%0.00%5.67%
23.92%

Color #B0C2B7 in popluar number systems.

HEXB0C2B7
Decimal176194183
Binary101100001100001010110111
Octal260302267

Shades and tints

Shades of #B0C2B7

#B0C2B7
(176,194,183)
#A0B1A7
(160,177,167)
#90A097
(144,160,151)
#808F87
(128,143,135)
#707E77
(112,126,119)
#606D67
(96,109,103)
#505C57
(80,92,87)
#404B47
(64,75,71)
#303A37
(48,58,55)
#202927
(32,41,39)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #B0C2B7

#B0C2B7
(176,194,183)
#B7C7BD
(183,199,189)
#BECCC3
(190,204,195)
#C5D1C9
(197,209,201)
#CCD6CF
(204,214,207)
#D3DBD5
(211,219,213)
#DAE0DB
(218,224,219)
#E1E5E1
(225,229,225)
#E8EAE7
(232,234,231)
#EFEFED
(239,239,237)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C2B7 color. Also use rgb(176,194,183) instead hex code.

Text Font Color

.myTextColor { color: #B0C2B7; }

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

This text font color is #B0C2B7.


Background Color

.myBgColor { background-color: #B0C2B7; }

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

This div background color is #B0C2B7.


Border color

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

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

This div border color is #B0C2B7.


Opacity

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

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

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

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

This text has shadow with #B0C2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C2B7 on black background.


Color preview on white background

This text has color #B0C2B7 on white background.



Black color preview on #B0C2B7 background

This text has black color on #B0C2B7 background.


White color preview on #B0C2B7 background

This text has white color on #B0C2B7 background.