COLOR #B2C0CB

HEX: #B2C0CB
RGB: (178,192,203)

Color info

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

RGB color model

#B2C0CB color RGB value is (178,192,203).

  • red value is 178;
  • green value is 192;
  • blue value is 203.
RGB:
(178,192,203)
(70%,75%,80%)

RGB channels and saturation

R 178 of 255 = 70%
G 192 of 255 = 75%
B 203 of 255 = 80%

178
192
203

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

Portions of RGB colors in percentages

R + G + B =
178 + 192 + 203 = 573 (100%)
R 178 of 573 ~ 31.06%
G 192 of 573 ~ 33.51%
B 203 of 573 ~ 35.43%

%31.06
%33.51
%35.43

CMYK color model

#B2C0CB color CMYK value is (12,5,0,20).

  • cyan value is 12.32%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,5,0,20)
C12M5Y0K20 
(12%,5%,0%,20%)
(0.12/0.05/0.00/0.20)	

CMYK percentages

%12.32
%5.42
%0
%20.39

Codes

Color #B2C0CB in popluar color models

B2C0CB
RGB178192203
HSL206°19.38%74.71%
HSB/HSV206°12.32%79.61%
CMYK12.32%5.42%0.00%
20.39%

Color #B2C0CB in popluar number systems.

HEXB2C0CB
Decimal178192203
Binary101100101100000011001011
Octal262300313

Shades and tints

Shades of #B2C0CB

#B2C0CB
(178,192,203)
#A2AFB9
(162,175,185)
#929EA7
(146,158,167)
#828D95
(130,141,149)
#727C83
(114,124,131)
#626B71
(98,107,113)
#525A5F
(82,90,95)
#42494D
(66,73,77)
#32383B
(50,56,59)
#222729
(34,39,41)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2C0CB

#B2C0CB
(178,192,203)
#B9C5CF
(185,197,207)
#C0CAD3
(192,202,211)
#C7CFD7
(199,207,215)
#CED4DB
(206,212,219)
#D5D9DF
(213,217,223)
#DCDEE3
(220,222,227)
#E3E3E7
(227,227,231)
#EAE8EB
(234,232,235)
#F1EDEF
(241,237,239)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C0CB color. Also use rgb(178,192,203) instead hex code.

Text Font Color

.myTextColor { color: #B2C0CB; }

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

This text font color is #B2C0CB.


Background Color

.myBgColor { background-color: #B2C0CB; }

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

This div background color is #B2C0CB.


Border color

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

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

This div border color is #B2C0CB.


Opacity

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

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

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

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

This text has shadow with #B2C0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C0CB on black background.


Color preview on white background

This text has color #B2C0CB on white background.



Black color preview on #B2C0CB background

This text has black color on #B2C0CB background.


White color preview on #B2C0CB background

This text has white color on #B2C0CB background.