COLOR #B0CCCF

HEX: #B0CCCF
RGB: (176,204,207)

Color info

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

RGB color model

#B0CCCF color RGB value is (176,204,207).

  • red value is 176;
  • green value is 204;
  • blue value is 207.
RGB:
(176,204,207)
(69%,80%,81%)

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 207 of 255 = 81%

176
204
207

R + G + B ~ 77%. #B0CCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 207 = 587 (100%)
R 176 of 587 ~ 29.98%
G 204 of 587 ~ 34.75%
B 207 of 587 ~ 35.26%

%29.98
%34.75
%35.26

CMYK color model

#B0CCCF color CMYK value is (15,1,0,19).

  • cyan value is 14.98%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(15,1,0,19)
C15M1Y0K19 
(15%,1%,0%,19%)
(0.15/0.01/0.00/0.19)	

CMYK percentages

%14.98
%1.45
%0
%18.82

Codes

Color #B0CCCF in popluar color models

B0CCCF
RGB176204207
HSL186°24.41%75.10%
HSB/HSV186°14.98%81.18%
CMYK14.98%1.45%0.00%
18.82%

Color #B0CCCF in popluar number systems.

HEXB0CCCF
Decimal176204207
Binary101100001100110011001111
Octal260314317

Shades and tints

Shades of #B0CCCF

#B0CCCF
(176,204,207)
#A0BABD
(160,186,189)
#90A8AB
(144,168,171)
#809699
(128,150,153)
#708487
(112,132,135)
#607275
(96,114,117)
#506063
(80,96,99)
#404E51
(64,78,81)
#303C3F
(48,60,63)
#202A2D
(32,42,45)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #B0CCCF

#B0CCCF
(176,204,207)
#B7D0D3
(183,208,211)
#BED4D7
(190,212,215)
#C5D8DB
(197,216,219)
#CCDCDF
(204,220,223)
#D3E0E3
(211,224,227)
#DAE4E7
(218,228,231)
#E1E8EB
(225,232,235)
#E8ECEF
(232,236,239)
#EFF0F3
(239,240,243)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CCCF color. Also use rgb(176,204,207) instead hex code.

Text Font Color

.myTextColor { color: #B0CCCF; }

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

This text font color is #B0CCCF.


Background Color

.myBgColor { background-color: #B0CCCF; }

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

This div background color is #B0CCCF.


Border color

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

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

This div border color is #B0CCCF.


Opacity

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

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

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

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

This text has shadow with #B0CCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CCCF on black background.


Color preview on white background

This text has color #B0CCCF on white background.



Black color preview on #B0CCCF background

This text has black color on #B0CCCF background.


White color preview on #B0CCCF background

This text has white color on #B0CCCF background.