COLOR #B0C9CB

HEX: #B0C9CB
RGB: (176,201,203)

Color info

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

RGB color model

#B0C9CB color RGB value is (176,201,203).

  • red value is 176;
  • green value is 201;
  • blue value is 203.
RGB:
(176,201,203)
(69%,79%,80%)

RGB channels and saturation

R 176 of 255 = 69%
G 201 of 255 = 79%
B 203 of 255 = 80%

176
201
203

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

Portions of RGB colors in percentages

R + G + B =
176 + 201 + 203 = 580 (100%)
R 176 of 580 ~ 30.34%
G 201 of 580 ~ 34.66%
B 203 of 580 ~ 35%

%30.34
%34.66
%35

CMYK color model

#B0C9CB color CMYK value is (13,1,0,20).

  • cyan value is 13.30%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(13,1,0,20)
C13M1Y0K20 
(13%,1%,0%,20%)
(0.13/0.01/0.00/0.20)	

CMYK percentages

%13.3
%0.99
%0
%20.39

Codes

Color #B0C9CB in popluar color models

B0C9CB
RGB176201203
HSL184°20.61%74.31%
HSB/HSV184°13.30%79.61%
CMYK13.30%0.99%0.00%
20.39%

Color #B0C9CB in popluar number systems.

HEXB0C9CB
Decimal176201203
Binary101100001100100111001011
Octal260311313

Shades and tints

Shades of #B0C9CB

#B0C9CB
(176,201,203)
#A0B7B9
(160,183,185)
#90A5A7
(144,165,167)
#809395
(128,147,149)
#708183
(112,129,131)
#606F71
(96,111,113)
#505D5F
(80,93,95)
#404B4D
(64,75,77)
#30393B
(48,57,59)
#202729
(32,39,41)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #B0C9CB

#B0C9CB
(176,201,203)
#B7CDCF
(183,205,207)
#BED1D3
(190,209,211)
#C5D5D7
(197,213,215)
#CCD9DB
(204,217,219)
#D3DDDF
(211,221,223)
#DAE1E3
(218,225,227)
#E1E5E7
(225,229,231)
#E8E9EB
(232,233,235)
#EFEDEF
(239,237,239)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C9CB color. Also use rgb(176,201,203) instead hex code.

Text Font Color

.myTextColor { color: #B0C9CB; }

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

This text font color is #B0C9CB.


Background Color

.myBgColor { background-color: #B0C9CB; }

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

This div background color is #B0C9CB.


Border color

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

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

This div border color is #B0C9CB.


Opacity

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

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

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

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

This text has shadow with #B0C9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C9CB on black background.


Color preview on white background

This text has color #B0C9CB on white background.



Black color preview on #B0C9CB background

This text has black color on #B0C9CB background.


White color preview on #B0C9CB background

This text has white color on #B0C9CB background.