COLOR #B0C5CC

HEX: #B0C5CC
RGB: (176,197,204)

Color info

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

RGB color model

#B0C5CC color RGB value is (176,197,204).

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

RGB channels and saturation

R 176 of 255 = 69%
G 197 of 255 = 77%
B 204 of 255 = 80%

176
197
204

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

Portions of RGB colors in percentages

R + G + B =
176 + 197 + 204 = 577 (100%)
R 176 of 577 ~ 30.5%
G 197 of 577 ~ 34.14%
B 204 of 577 ~ 35.36%

%30.5
%34.14
%35.36

CMYK color model

#B0C5CC color CMYK value is (14,3,0,20).

  • cyan value is 13.73%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(14,3,0,20)
C14M3Y0K20 
(14%,3%,0%,20%)
(0.14/0.03/0.00/0.20)	

CMYK percentages

%13.73
%3.43
%0
%20

Codes

Color #B0C5CC in popluar color models

B0C5CC
RGB176197204
HSL195°21.54%74.51%
HSB/HSV195°13.73%80.00%
CMYK13.73%3.43%0.00%
20.00%

Color #B0C5CC in popluar number systems.

HEXB0C5CC
Decimal176197204
Binary101100001100010111001100
Octal260305314

Shades and tints

Shades of #B0C5CC

#B0C5CC
(176,197,204)
#A0B4BA
(160,180,186)
#90A3A8
(144,163,168)
#809296
(128,146,150)
#708184
(112,129,132)
#607072
(96,112,114)
#505F60
(80,95,96)
#404E4E
(64,78,78)
#303D3C
(48,61,60)
#202C2A
(32,44,42)
#101B18
(16,27,24)
#000000
(0,0,0)

Tints of #B0C5CC

#B0C5CC
(176,197,204)
#B7CAD0
(183,202,208)
#BECFD4
(190,207,212)
#C5D4D8
(197,212,216)
#CCD9DC
(204,217,220)
#D3DEE0
(211,222,224)
#DAE3E4
(218,227,228)
#E1E8E8
(225,232,232)
#E8EDEC
(232,237,236)
#EFF2F0
(239,242,240)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C5CC; }

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

This text font color is #B0C5CC.


Background Color

.myBgColor { background-color: #B0C5CC; }

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

This div background color is #B0C5CC.


Border color

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

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

This div border color is #B0C5CC.


Opacity

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

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

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

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

This text has shadow with #B0C5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C5CC on black background.


Color preview on white background

This text has color #B0C5CC on white background.



Black color preview on #B0C5CC background

This text has black color on #B0C5CC background.


White color preview on #B0C5CC background

This text has white color on #B0C5CC background.