COLOR #B2C2BD

HEX: #B2C2BD
RGB: (178,194,189)

Color info

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

RGB color model

#B2C2BD color RGB value is (178,194,189).

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

RGB channels and saturation

R 178 of 255 = 70%
G 194 of 255 = 76%
B 189 of 255 = 74%

178
194
189

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

Portions of RGB colors in percentages

R + G + B =
178 + 194 + 189 = 561 (100%)
R 178 of 561 ~ 31.73%
G 194 of 561 ~ 34.58%
B 189 of 561 ~ 33.69%

%31.73
%34.58
%33.69

CMYK color model

#B2C2BD color CMYK value is (8,0,3,24).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 23.92%
CMYK:
(8,0,3,24)
C8M0Y3K24 
(8%,0%,3%,24%)
(0.08/0.00/0.03/0.24)	

CMYK percentages

%8.25
%0
%2.58
%23.92

Codes

Color #B2C2BD in popluar color models

B2C2BD
RGB178194189
HSL161°11.59%72.94%
HSB/HSV161°8.25%76.08%
CMYK8.25%0.00%2.58%
23.92%

Color #B2C2BD in popluar number systems.

HEXB2C2BD
Decimal178194189
Binary101100101100001010111101
Octal262302275

Shades and tints

Shades of #B2C2BD

#B2C2BD
(178,194,189)
#A2B1AC
(162,177,172)
#92A09B
(146,160,155)
#828F8A
(130,143,138)
#727E79
(114,126,121)
#626D68
(98,109,104)
#525C57
(82,92,87)
#424B46
(66,75,70)
#323A35
(50,58,53)
#222924
(34,41,36)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #B2C2BD

#B2C2BD
(178,194,189)
#B9C7C3
(185,199,195)
#C0CCC9
(192,204,201)
#C7D1CF
(199,209,207)
#CED6D5
(206,214,213)
#D5DBDB
(213,219,219)
#DCE0E1
(220,224,225)
#E3E5E7
(227,229,231)
#EAEAED
(234,234,237)
#F1EFF3
(241,239,243)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C2BD; }

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

This text font color is #B2C2BD.


Background Color

.myBgColor { background-color: #B2C2BD; }

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

This div background color is #B2C2BD.


Border color

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

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

This div border color is #B2C2BD.


Opacity

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

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

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

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

This text has shadow with #B2C2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C2BD on black background.


Color preview on white background

This text has color #B2C2BD on white background.



Black color preview on #B2C2BD background

This text has black color on #B2C2BD background.


White color preview on #B2C2BD background

This text has white color on #B2C2BD background.