COLOR #B2C0B1

HEX: #B2C0B1
RGB: (178,192,177)

Color info

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

RGB color model

#B2C0B1 color RGB value is (178,192,177).

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

RGB channels and saturation

R 178 of 255 = 70%
G 192 of 255 = 75%
B 177 of 255 = 69%

178
192
177

R + G + B ~ 71%. #B2C0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 192 + 177 = 547 (100%)
R 178 of 547 ~ 32.54%
G 192 of 547 ~ 35.1%
B 177 of 547 ~ 32.36%

%32.54
%35.1
%32.36

CMYK color model

#B2C0B1 color CMYK value is (7,0,8,25).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 7.81%
  • key color value is 24.71%
CMYK:
(7,0,8,25)
C7M0Y8K25 
(7%,0%,8%,25%)
(0.07/0.00/0.08/0.25)	

CMYK percentages

%7.29
%0
%7.81
%24.71

Codes

Color #B2C0B1 in popluar color models

B2C0B1
RGB178192177
HSL116°10.64%72.35%
HSB/HSV116°7.81%75.29%
CMYK7.29%0.00%7.81%
24.71%

Color #B2C0B1 in popluar number systems.

HEXB2C0B1
Decimal178192177
Binary101100101100000010110001
Octal262300261

Shades and tints

Shades of #B2C0B1

#B2C0B1
(178,192,177)
#A2AFA1
(162,175,161)
#929E91
(146,158,145)
#828D81
(130,141,129)
#727C71
(114,124,113)
#626B61
(98,107,97)
#525A51
(82,90,81)
#424941
(66,73,65)
#323831
(50,56,49)
#222721
(34,39,33)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #B2C0B1

#B2C0B1
(178,192,177)
#B9C5B8
(185,197,184)
#C0CABF
(192,202,191)
#C7CFC6
(199,207,198)
#CED4CD
(206,212,205)
#D5D9D4
(213,217,212)
#DCDEDB
(220,222,219)
#E3E3E2
(227,227,226)
#EAE8E9
(234,232,233)
#F1EDF0
(241,237,240)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C0B1; }

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

This text font color is #B2C0B1.


Background Color

.myBgColor { background-color: #B2C0B1; }

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

This div background color is #B2C0B1.


Border color

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

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

This div border color is #B2C0B1.


Opacity

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

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

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

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

This text has shadow with #B2C0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C0B1 on black background.


Color preview on white background

This text has color #B2C0B1 on white background.



Black color preview on #B2C0B1 background

This text has black color on #B2C0B1 background.


White color preview on #B2C0B1 background

This text has white color on #B2C0B1 background.