COLOR #B0BBCF

HEX: #B0BBCF
RGB: (176,187,207)

Color info

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

RGB color model

#B0BBCF color RGB value is (176,187,207).

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

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 207 of 255 = 81%

176
187
207

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

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 207 = 570 (100%)
R 176 of 570 ~ 30.88%
G 187 of 570 ~ 32.81%
B 207 of 570 ~ 36.32%

%30.88
%32.81
%36.32

CMYK color model

#B0BBCF color CMYK value is (15,10,0,19).

  • cyan value is 14.98%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(15,10,0,19)
C15M10Y0K19 
(15%,10%,0%,19%)
(0.15/0.10/0.00/0.19)	

CMYK percentages

%14.98
%9.66
%0
%18.82

Codes

Color #B0BBCF in popluar color models

B0BBCF
RGB176187207
HSL219°24.41%75.10%
HSB/HSV219°14.98%81.18%
CMYK14.98%9.66%0.00%
18.82%

Color #B0BBCF in popluar number systems.

HEXB0BBCF
Decimal176187207
Binary101100001011101111001111
Octal260273317

Shades and tints

Shades of #B0BBCF

#B0BBCF
(176,187,207)
#A0AABD
(160,170,189)
#9099AB
(144,153,171)
#808899
(128,136,153)
#707787
(112,119,135)
#606675
(96,102,117)
#505563
(80,85,99)
#404451
(64,68,81)
#30333F
(48,51,63)
#20222D
(32,34,45)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #B0BBCF

#B0BBCF
(176,187,207)
#B7C1D3
(183,193,211)
#BEC7D7
(190,199,215)
#C5CDDB
(197,205,219)
#CCD3DF
(204,211,223)
#D3D9E3
(211,217,227)
#DADFE7
(218,223,231)
#E1E5EB
(225,229,235)
#E8EBEF
(232,235,239)
#EFF1F3
(239,241,243)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BBCF; }

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

This text font color is #B0BBCF.


Background Color

.myBgColor { background-color: #B0BBCF; }

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

This div background color is #B0BBCF.


Border color

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

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

This div border color is #B0BBCF.


Opacity

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

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

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

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

This text has shadow with #B0BBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BBCF on black background.


Color preview on white background

This text has color #B0BBCF on white background.



Black color preview on #B0BBCF background

This text has black color on #B0BBCF background.


White color preview on #B0BBCF background

This text has white color on #B0BBCF background.