COLOR #B2C1AB

HEX: #B2C1AB
RGB: (178,193,171)

Color info

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

RGB color model

#B2C1AB color RGB value is (178,193,171).

  • red value is 178;
  • green value is 193;
  • blue value is 171.
RGB:
(178,193,171)
(70%,76%,67%)

RGB channels and saturation

R 178 of 255 = 70%
G 193 of 255 = 76%
B 171 of 255 = 67%

178
193
171

R + G + B ~ 71%. #B2C1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 193 + 171 = 542 (100%)
R 178 of 542 ~ 32.84%
G 193 of 542 ~ 35.61%
B 171 of 542 ~ 31.55%

%32.84
%35.61
%31.55

CMYK color model

#B2C1AB color CMYK value is (8,0,11,24).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(8,0,11,24)
C8M0Y11K24 
(8%,0%,11%,24%)
(0.08/0.00/0.11/0.24)	

CMYK percentages

%7.77
%0
%11.4
%24.31

Codes

Color #B2C1AB in popluar color models

B2C1AB
RGB178193171
HSL101°15.07%71.37%
HSB/HSV101°11.40%75.69%
CMYK7.77%0.00%11.40%
24.31%

Color #B2C1AB in popluar number systems.

HEXB2C1AB
Decimal178193171
Binary101100101100000110101011
Octal262301253

Shades and tints

Shades of #B2C1AB

#B2C1AB
(178,193,171)
#A2B09C
(162,176,156)
#929F8D
(146,159,141)
#828E7E
(130,142,126)
#727D6F
(114,125,111)
#626C60
(98,108,96)
#525B51
(82,91,81)
#424A42
(66,74,66)
#323933
(50,57,51)
#222824
(34,40,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #B2C1AB

#B2C1AB
(178,193,171)
#B9C6B2
(185,198,178)
#C0CBB9
(192,203,185)
#C7D0C0
(199,208,192)
#CED5C7
(206,213,199)
#D5DACE
(213,218,206)
#DCDFD5
(220,223,213)
#E3E4DC
(227,228,220)
#EAE9E3
(234,233,227)
#F1EEEA
(241,238,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C1AB color. Also use rgb(178,193,171) instead hex code.

Text Font Color

.myTextColor { color: #B2C1AB; }

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

This text font color is #B2C1AB.


Background Color

.myBgColor { background-color: #B2C1AB; }

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

This div background color is #B2C1AB.


Border color

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

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

This div border color is #B2C1AB.


Opacity

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

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

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

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

This text has shadow with #B2C1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C1AB on black background.


Color preview on white background

This text has color #B2C1AB on white background.



Black color preview on #B2C1AB background

This text has black color on #B2C1AB background.


White color preview on #B2C1AB background

This text has white color on #B2C1AB background.