COLOR #B2C3BA

HEX: #B2C3BA
RGB: (178,195,186)

Color info

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

RGB color model

#B2C3BA color RGB value is (178,195,186).

  • red value is 178;
  • green value is 195;
  • blue value is 186.
RGB:
(178,195,186)
(70%,76%,73%)

RGB channels and saturation

R 178 of 255 = 70%
G 195 of 255 = 76%
B 186 of 255 = 73%

178
195
186

R + G + B ~ 73%. #B2C3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 195 + 186 = 559 (100%)
R 178 of 559 ~ 31.84%
G 195 of 559 ~ 34.88%
B 186 of 559 ~ 33.27%

%31.84
%34.88
%33.27

CMYK color model

#B2C3BA color CMYK value is (9,0,5,24).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(9,0,5,24)
C9M0Y5K24 
(9%,0%,5%,24%)
(0.09/0.00/0.05/0.24)	

CMYK percentages

%8.72
%0
%4.62
%23.53

Codes

Color #B2C3BA in popluar color models

B2C3BA
RGB178195186
HSL148°12.41%73.14%
HSB/HSV148°8.72%76.47%
CMYK8.72%0.00%4.62%
23.53%

Color #B2C3BA in popluar number systems.

HEXB2C3BA
Decimal178195186
Binary101100101100001110111010
Octal262303272

Shades and tints

Shades of #B2C3BA

#B2C3BA
(178,195,186)
#A2B2AA
(162,178,170)
#92A19A
(146,161,154)
#82908A
(130,144,138)
#727F7A
(114,127,122)
#626E6A
(98,110,106)
#525D5A
(82,93,90)
#424C4A
(66,76,74)
#323B3A
(50,59,58)
#222A2A
(34,42,42)
#12191A
(18,25,26)
#000000
(0,0,0)

Tints of #B2C3BA

#B2C3BA
(178,195,186)
#B9C8C0
(185,200,192)
#C0CDC6
(192,205,198)
#C7D2CC
(199,210,204)
#CED7D2
(206,215,210)
#D5DCD8
(213,220,216)
#DCE1DE
(220,225,222)
#E3E6E4
(227,230,228)
#EAEBEA
(234,235,234)
#F1F0F0
(241,240,240)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C3BA color. Also use rgb(178,195,186) instead hex code.

Text Font Color

.myTextColor { color: #B2C3BA; }

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

This text font color is #B2C3BA.


Background Color

.myBgColor { background-color: #B2C3BA; }

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

This div background color is #B2C3BA.


Border color

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

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

This div border color is #B2C3BA.


Opacity

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

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

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

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

This text has shadow with #B2C3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C3BA on black background.


Color preview on white background

This text has color #B2C3BA on white background.



Black color preview on #B2C3BA background

This text has black color on #B2C3BA background.


White color preview on #B2C3BA background

This text has white color on #B2C3BA background.