COLOR #B0B6CC

HEX: #B0B6CC
RGB: (176,182,204)

Color info

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

RGB color model

#B0B6CC color RGB value is (176,182,204).

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

RGB channels and saturation

R 176 of 255 = 69%
G 182 of 255 = 71%
B 204 of 255 = 80%

176
182
204

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

Portions of RGB colors in percentages

R + G + B =
176 + 182 + 204 = 562 (100%)
R 176 of 562 ~ 31.32%
G 182 of 562 ~ 32.38%
B 204 of 562 ~ 36.3%

%31.32
%32.38
%36.3

CMYK color model

#B0B6CC color CMYK value is (14,11,0,20).

  • cyan value is 13.73%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(14,11,0,20)
C14M11Y0K20 
(14%,11%,0%,20%)
(0.14/0.11/0.00/0.20)	

CMYK percentages

%13.73
%10.78
%0
%20

Codes

Color #B0B6CC in popluar color models

B0B6CC
RGB176182204
HSL227°21.54%74.51%
HSB/HSV227°13.73%80.00%
CMYK13.73%10.78%0.00%
20.00%

Color #B0B6CC in popluar number systems.

HEXB0B6CC
Decimal176182204
Binary101100001011011011001100
Octal260266314

Shades and tints

Shades of #B0B6CC

#B0B6CC
(176,182,204)
#A0A6BA
(160,166,186)
#9096A8
(144,150,168)
#808696
(128,134,150)
#707684
(112,118,132)
#606672
(96,102,114)
#505660
(80,86,96)
#40464E
(64,70,78)
#30363C
(48,54,60)
#20262A
(32,38,42)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #B0B6CC

#B0B6CC
(176,182,204)
#B7BCD0
(183,188,208)
#BEC2D4
(190,194,212)
#C5C8D8
(197,200,216)
#CCCEDC
(204,206,220)
#D3D4E0
(211,212,224)
#DADAE4
(218,218,228)
#E1E0E8
(225,224,232)
#E8E6EC
(232,230,236)
#EFECF0
(239,236,240)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B6CC; }

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

This text font color is #B0B6CC.


Background Color

.myBgColor { background-color: #B0B6CC; }

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

This div background color is #B0B6CC.


Border color

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

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

This div border color is #B0B6CC.


Opacity

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

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

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

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

This text has shadow with #B0B6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B6CC on black background.


Color preview on white background

This text has color #B0B6CC on white background.



Black color preview on #B0B6CC background

This text has black color on #B0B6CC background.


White color preview on #B0B6CC background

This text has white color on #B0B6CC background.