COLOR #B1C2AB

HEX: #B1C2AB
RGB: (177,194,171)

Color info

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

RGB color model

#B1C2AB color RGB value is (177,194,171).

  • red value is 177;
  • green value is 194;
  • blue value is 171.
RGB:
(177,194,171)
(69%,76%,67%)

RGB channels and saturation

R 177 of 255 = 69%
G 194 of 255 = 76%
B 171 of 255 = 67%

177
194
171

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

Portions of RGB colors in percentages

R + G + B =
177 + 194 + 171 = 542 (100%)
R 177 of 542 ~ 32.66%
G 194 of 542 ~ 35.79%
B 171 of 542 ~ 31.55%

%32.66
%35.79
%31.55

CMYK color model

#B1C2AB color CMYK value is (9,0,12,24).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 23.92%
CMYK:
(9,0,12,24)
C9M0Y12K24 
(9%,0%,12%,24%)
(0.09/0.00/0.12/0.24)	

CMYK percentages

%8.76
%0
%11.86
%23.92

Codes

Color #B1C2AB in popluar color models

B1C2AB
RGB177194171
HSL104°15.86%71.57%
HSB/HSV104°11.86%76.08%
CMYK8.76%0.00%11.86%
23.92%

Color #B1C2AB in popluar number systems.

HEXB1C2AB
Decimal177194171
Binary101100011100001010101011
Octal261302253

Shades and tints

Shades of #B1C2AB

#B1C2AB
(177,194,171)
#A1B19C
(161,177,156)
#91A08D
(145,160,141)
#818F7E
(129,143,126)
#717E6F
(113,126,111)
#616D60
(97,109,96)
#515C51
(81,92,81)
#414B42
(65,75,66)
#313A33
(49,58,51)
#212924
(33,41,36)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #B1C2AB

#B1C2AB
(177,194,171)
#B8C7B2
(184,199,178)
#BFCCB9
(191,204,185)
#C6D1C0
(198,209,192)
#CDD6C7
(205,214,199)
#D4DBCE
(212,219,206)
#DBE0D5
(219,224,213)
#E2E5DC
(226,229,220)
#E9EAE3
(233,234,227)
#F0EFEA
(240,239,234)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C2AB color. Also use rgb(177,194,171) instead hex code.

Text Font Color

.myTextColor { color: #B1C2AB; }

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

This text font color is #B1C2AB.


Background Color

.myBgColor { background-color: #B1C2AB; }

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

This div background color is #B1C2AB.


Border color

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

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

This div border color is #B1C2AB.


Opacity

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

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

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

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

This text has shadow with #B1C2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C2AB on black background.


Color preview on white background

This text has color #B1C2AB on white background.



Black color preview on #B1C2AB background

This text has black color on #B1C2AB background.


White color preview on #B1C2AB background

This text has white color on #B1C2AB background.