COLOR #B2C7BA

HEX: #B2C7BA
RGB: (178,199,186)

Color info

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

RGB color model

#B2C7BA color RGB value is (178,199,186).

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

RGB channels and saturation

R 178 of 255 = 70%
G 199 of 255 = 78%
B 186 of 255 = 73%

178
199
186

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

Portions of RGB colors in percentages

R + G + B =
178 + 199 + 186 = 563 (100%)
R 178 of 563 ~ 31.62%
G 199 of 563 ~ 35.35%
B 186 of 563 ~ 33.04%

%31.62
%35.35
%33.04

CMYK color model

#B2C7BA color CMYK value is (11,0,7,22).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(11,0,7,22)
C11M0Y7K22 
(11%,0%,7%,22%)
(0.11/0.00/0.07/0.22)	

CMYK percentages

%10.55
%0
%6.53
%21.96

Codes

Color #B2C7BA in popluar color models

B2C7BA
RGB178199186
HSL143°15.79%73.92%
HSB/HSV143°10.55%78.04%
CMYK10.55%0.00%6.53%
21.96%

Color #B2C7BA in popluar number systems.

HEXB2C7BA
Decimal178199186
Binary101100101100011110111010
Octal262307272

Shades and tints

Shades of #B2C7BA

#B2C7BA
(178,199,186)
#A2B5AA
(162,181,170)
#92A39A
(146,163,154)
#82918A
(130,145,138)
#727F7A
(114,127,122)
#626D6A
(98,109,106)
#525B5A
(82,91,90)
#42494A
(66,73,74)
#32373A
(50,55,58)
#22252A
(34,37,42)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #B2C7BA

#B2C7BA
(178,199,186)
#B9CCC0
(185,204,192)
#C0D1C6
(192,209,198)
#C7D6CC
(199,214,204)
#CEDBD2
(206,219,210)
#D5E0D8
(213,224,216)
#DCE5DE
(220,229,222)
#E3EAE4
(227,234,228)
#EAEFEA
(234,239,234)
#F1F4F0
(241,244,240)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C7BA; }

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

This text font color is #B2C7BA.


Background Color

.myBgColor { background-color: #B2C7BA; }

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

This div background color is #B2C7BA.


Border color

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

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

This div border color is #B2C7BA.


Opacity

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

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

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

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

This text has shadow with #B2C7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C7BA on black background.


Color preview on white background

This text has color #B2C7BA on white background.



Black color preview on #B2C7BA background

This text has black color on #B2C7BA background.


White color preview on #B2C7BA background

This text has white color on #B2C7BA background.