COLOR #B2C2BE

HEX: #B2C2BE
RGB: (178,194,190)

Color info

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

RGB color model

#B2C2BE color RGB value is (178,194,190).

  • red value is 178;
  • green value is 194;
  • blue value is 190.
RGB:
(178,194,190)
(70%,76%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 194 of 255 = 76%
B 190 of 255 = 75%

178
194
190

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

Portions of RGB colors in percentages

R + G + B =
178 + 194 + 190 = 562 (100%)
R 178 of 562 ~ 31.67%
G 194 of 562 ~ 34.52%
B 190 of 562 ~ 33.81%

%31.67
%34.52
%33.81

CMYK color model

#B2C2BE color CMYK value is (8,0,2,24).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 23.92%
CMYK:
(8,0,2,24)
C8M0Y2K24 
(8%,0%,2%,24%)
(0.08/0.00/0.02/0.24)	

CMYK percentages

%8.25
%0
%2.06
%23.92

Codes

Color #B2C2BE in popluar color models

B2C2BE
RGB178194190
HSL165°11.59%72.94%
HSB/HSV165°8.25%76.08%
CMYK8.25%0.00%2.06%
23.92%

Color #B2C2BE in popluar number systems.

HEXB2C2BE
Decimal178194190
Binary101100101100001010111110
Octal262302276

Shades and tints

Shades of #B2C2BE

#B2C2BE
(178,194,190)
#A2B1AD
(162,177,173)
#92A09C
(146,160,156)
#828F8B
(130,143,139)
#727E7A
(114,126,122)
#626D69
(98,109,105)
#525C58
(82,92,88)
#424B47
(66,75,71)
#323A36
(50,58,54)
#222925
(34,41,37)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #B2C2BE

#B2C2BE
(178,194,190)
#B9C7C3
(185,199,195)
#C0CCC8
(192,204,200)
#C7D1CD
(199,209,205)
#CED6D2
(206,214,210)
#D5DBD7
(213,219,215)
#DCE0DC
(220,224,220)
#E3E5E1
(227,229,225)
#EAEAE6
(234,234,230)
#F1EFEB
(241,239,235)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C2BE color. Also use rgb(178,194,190) instead hex code.

Text Font Color

.myTextColor { color: #B2C2BE; }

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

This text font color is #B2C2BE.


Background Color

.myBgColor { background-color: #B2C2BE; }

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

This div background color is #B2C2BE.


Border color

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

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

This div border color is #B2C2BE.


Opacity

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

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

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

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

This text has shadow with #B2C2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C2BE on black background.


Color preview on white background

This text has color #B2C2BE on white background.



Black color preview on #B2C2BE background

This text has black color on #B2C2BE background.


White color preview on #B2C2BE background

This text has white color on #B2C2BE background.