COLOR #B0CBCC

HEX: #B0CBCC
RGB: (176,203,204)

Color info

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

RGB color model

#B0CBCC color RGB value is (176,203,204).

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

RGB channels and saturation

R 176 of 255 = 69%
G 203 of 255 = 80%
B 204 of 255 = 80%

176
203
204

R + G + B ~ 76%. #B0CBCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 203 + 204 = 583 (100%)
R 176 of 583 ~ 30.19%
G 203 of 583 ~ 34.82%
B 204 of 583 ~ 34.99%

%30.19
%34.82
%34.99

CMYK color model

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

  • cyan value is 13.73%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(14,0,0,20)
C14M0Y0K20 
(14%,0%,0%,20%)
(0.14/0.00/0.00/0.20)	

CMYK percentages

%13.73
%0.49
%0
%20

Codes

Color #B0CBCC in popluar color models

B0CBCC
RGB176203204
HSL182°21.54%74.51%
HSB/HSV182°13.73%80.00%
CMYK13.73%0.49%0.00%
20.00%

Color #B0CBCC in popluar number systems.

HEXB0CBCC
Decimal176203204
Binary101100001100101111001100
Octal260313314

Shades and tints

Shades of #B0CBCC

#B0CBCC
(176,203,204)
#A0B9BA
(160,185,186)
#90A7A8
(144,167,168)
#809596
(128,149,150)
#708384
(112,131,132)
#607172
(96,113,114)
#505F60
(80,95,96)
#404D4E
(64,77,78)
#303B3C
(48,59,60)
#20292A
(32,41,42)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #B0CBCC

#B0CBCC
(176,203,204)
#B7CFD0
(183,207,208)
#BED3D4
(190,211,212)
#C5D7D8
(197,215,216)
#CCDBDC
(204,219,220)
#D3DFE0
(211,223,224)
#DAE3E4
(218,227,228)
#E1E7E8
(225,231,232)
#E8EBEC
(232,235,236)
#EFEFF0
(239,239,240)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CBCC; }

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

This text font color is #B0CBCC.


Background Color

.myBgColor { background-color: #B0CBCC; }

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

This div background color is #B0CBCC.


Border color

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

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

This div border color is #B0CBCC.


Opacity

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

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

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

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

This text has shadow with #B0CBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CBCC on black background.


Color preview on white background

This text has color #B0CBCC on white background.



Black color preview on #B0CBCC background

This text has black color on #B0CBCC background.


White color preview on #B0CBCC background

This text has white color on #B0CBCC background.