COLOR #B0CBBC

HEX: #B0CBBC
RGB: (176,203,188)

Color info

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

RGB color model

#B0CBBC color RGB value is (176,203,188).

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

RGB channels and saturation

R 176 of 255 = 69%
G 203 of 255 = 80%
B 188 of 255 = 74%

176
203
188

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

Portions of RGB colors in percentages

R + G + B =
176 + 203 + 188 = 567 (100%)
R 176 of 567 ~ 31.04%
G 203 of 567 ~ 35.8%
B 188 of 567 ~ 33.16%

%31.04
%35.8
%33.16

CMYK color model

#B0CBBC color CMYK value is (13,0,7,20).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 20.39%
CMYK:
(13,0,7,20)
C13M0Y7K20 
(13%,0%,7%,20%)
(0.13/0.00/0.07/0.20)	

CMYK percentages

%13.3
%0
%7.39
%20.39

Codes

Color #B0CBBC in popluar color models

B0CBBC
RGB176203188
HSL147°20.61%74.31%
HSB/HSV147°13.30%79.61%
CMYK13.30%0.00%7.39%
20.39%

Color #B0CBBC in popluar number systems.

HEXB0CBBC
Decimal176203188
Binary101100001100101110111100
Octal260313274

Shades and tints

Shades of #B0CBBC

#B0CBBC
(176,203,188)
#A0B9AB
(160,185,171)
#90A79A
(144,167,154)
#809589
(128,149,137)
#708378
(112,131,120)
#607167
(96,113,103)
#505F56
(80,95,86)
#404D45
(64,77,69)
#303B34
(48,59,52)
#202923
(32,41,35)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #B0CBBC

#B0CBBC
(176,203,188)
#B7CFC2
(183,207,194)
#BED3C8
(190,211,200)
#C5D7CE
(197,215,206)
#CCDBD4
(204,219,212)
#D3DFDA
(211,223,218)
#DAE3E0
(218,227,224)
#E1E7E6
(225,231,230)
#E8EBEC
(232,235,236)
#EFEFF2
(239,239,242)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CBBC; }

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

This text font color is #B0CBBC.


Background Color

.myBgColor { background-color: #B0CBBC; }

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

This div background color is #B0CBBC.


Border color

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

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

This div border color is #B0CBBC.


Opacity

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

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

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

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

This text has shadow with #B0CBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CBBC on black background.


Color preview on white background

This text has color #B0CBBC on white background.



Black color preview on #B0CBBC background

This text has black color on #B0CBBC background.


White color preview on #B0CBBC background

This text has white color on #B0CBBC background.