COLOR #B0C0CC

HEX: #B0C0CC
RGB: (176,192,204)

Color info

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

RGB color model

#B0C0CC color RGB value is (176,192,204).

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

RGB channels and saturation

R 176 of 255 = 69%
G 192 of 255 = 75%
B 204 of 255 = 80%

176
192
204

R + G + B ~ 75%. #B0C0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 192 + 204 = 572 (100%)
R 176 of 572 ~ 30.77%
G 192 of 572 ~ 33.57%
B 204 of 572 ~ 35.66%

%30.77
%33.57
%35.66

CMYK color model

#B0C0CC color CMYK value is (14,6,0,20).

  • cyan value is 13.73%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(14,6,0,20)
C14M6Y0K20 
(14%,6%,0%,20%)
(0.14/0.06/0.00/0.20)	

CMYK percentages

%13.73
%5.88
%0
%20

Codes

Color #B0C0CC in popluar color models

B0C0CC
RGB176192204
HSL206°21.54%74.51%
HSB/HSV206°13.73%80.00%
CMYK13.73%5.88%0.00%
20.00%

Color #B0C0CC in popluar number systems.

HEXB0C0CC
Decimal176192204
Binary101100001100000011001100
Octal260300314

Shades and tints

Shades of #B0C0CC

#B0C0CC
(176,192,204)
#A0AFBA
(160,175,186)
#909EA8
(144,158,168)
#808D96
(128,141,150)
#707C84
(112,124,132)
#606B72
(96,107,114)
#505A60
(80,90,96)
#40494E
(64,73,78)
#30383C
(48,56,60)
#20272A
(32,39,42)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #B0C0CC

#B0C0CC
(176,192,204)
#B7C5D0
(183,197,208)
#BECAD4
(190,202,212)
#C5CFD8
(197,207,216)
#CCD4DC
(204,212,220)
#D3D9E0
(211,217,224)
#DADEE4
(218,222,228)
#E1E3E8
(225,227,232)
#E8E8EC
(232,232,236)
#EFEDF0
(239,237,240)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C0CC; }

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

This text font color is #B0C0CC.


Background Color

.myBgColor { background-color: #B0C0CC; }

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

This div background color is #B0C0CC.


Border color

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

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

This div border color is #B0C0CC.


Opacity

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

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

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

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

This text has shadow with #B0C0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C0CC on black background.


Color preview on white background

This text has color #B0C0CC on white background.



Black color preview on #B0C0CC background

This text has black color on #B0C0CC background.


White color preview on #B0C0CC background

This text has white color on #B0C0CC background.