COLOR #B3C2BA

HEX: #B3C2BA
RGB: (179,194,186)

Color info

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

RGB color model

#B3C2BA color RGB value is (179,194,186).

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

RGB channels and saturation

R 179 of 255 = 70%
G 194 of 255 = 76%
B 186 of 255 = 73%

179
194
186

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

Portions of RGB colors in percentages

R + G + B =
179 + 194 + 186 = 559 (100%)
R 179 of 559 ~ 32.02%
G 194 of 559 ~ 34.7%
B 186 of 559 ~ 33.27%

%32.02
%34.7
%33.27

CMYK color model

#B3C2BA color CMYK value is (8,0,4,24).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 23.92%
CMYK:
(8,0,4,24)
C8M0Y4K24 
(8%,0%,4%,24%)
(0.08/0.00/0.04/0.24)	

CMYK percentages

%7.73
%0
%4.12
%23.92

Codes

Color #B3C2BA in popluar color models

B3C2BA
RGB179194186
HSL148°10.95%73.14%
HSB/HSV148°7.73%76.08%
CMYK7.73%0.00%4.12%
23.92%

Color #B3C2BA in popluar number systems.

HEXB3C2BA
Decimal179194186
Binary101100111100001010111010
Octal263302272

Shades and tints

Shades of #B3C2BA

#B3C2BA
(179,194,186)
#A3B1AA
(163,177,170)
#93A09A
(147,160,154)
#838F8A
(131,143,138)
#737E7A
(115,126,122)
#636D6A
(99,109,106)
#535C5A
(83,92,90)
#434B4A
(67,75,74)
#333A3A
(51,58,58)
#23292A
(35,41,42)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #B3C2BA

#B3C2BA
(179,194,186)
#B9C7C0
(185,199,192)
#BFCCC6
(191,204,198)
#C5D1CC
(197,209,204)
#CBD6D2
(203,214,210)
#D1DBD8
(209,219,216)
#D7E0DE
(215,224,222)
#DDE5E4
(221,229,228)
#E3EAEA
(227,234,234)
#E9EFF0
(233,239,240)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C2BA color. Also use rgb(179,194,186) instead hex code.

Text Font Color

.myTextColor { color: #B3C2BA; }

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

This text font color is #B3C2BA.


Background Color

.myBgColor { background-color: #B3C2BA; }

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

This div background color is #B3C2BA.


Border color

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

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

This div border color is #B3C2BA.


Opacity

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

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

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

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

This text has shadow with #B3C2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C2BA on black background.


Color preview on white background

This text has color #B3C2BA on white background.



Black color preview on #B3C2BA background

This text has black color on #B3C2BA background.


White color preview on #B3C2BA background

This text has white color on #B3C2BA background.