COLOR #B1C19B

HEX: #B1C19B
RGB: (177,193,155)

Color info

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

RGB color model

#B1C19B color RGB value is (177,193,155).

  • red value is 177;
  • green value is 193;
  • blue value is 155.
RGB:
(177,193,155)
(69%,76%,61%)

RGB channels and saturation

R 177 of 255 = 69%
G 193 of 255 = 76%
B 155 of 255 = 61%

177
193
155

R + G + B ~ 69%. #B1C19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 193 + 155 = 525 (100%)
R 177 of 525 ~ 33.71%
G 193 of 525 ~ 36.76%
B 155 of 525 ~ 29.52%

%33.71
%36.76
%29.52

CMYK color model

#B1C19B color CMYK value is (8,0,20,24).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 24.31%
CMYK:
(8,0,20,24)
C8M0Y20K24 
(8%,0%,20%,24%)
(0.08/0.00/0.20/0.24)	

CMYK percentages

%8.29
%0
%19.69
%24.31

Codes

Color #B1C19B in popluar color models

B1C19B
RGB177193155
HSL85°23.46%68.24%
HSB/HSV85°19.69%75.69%
CMYK8.29%0.00%19.69%
24.31%

Color #B1C19B in popluar number systems.

HEXB1C19B
Decimal177193155
Binary101100011100000110011011
Octal261301233

Shades and tints

Shades of #B1C19B

#B1C19B
(177,193,155)
#A1B08D
(161,176,141)
#919F7F
(145,159,127)
#818E71
(129,142,113)
#717D63
(113,125,99)
#616C55
(97,108,85)
#515B47
(81,91,71)
#414A39
(65,74,57)
#31392B
(49,57,43)
#21281D
(33,40,29)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #B1C19B

#B1C19B
(177,193,155)
#B8C6A4
(184,198,164)
#BFCBAD
(191,203,173)
#C6D0B6
(198,208,182)
#CDD5BF
(205,213,191)
#D4DAC8
(212,218,200)
#DBDFD1
(219,223,209)
#E2E4DA
(226,228,218)
#E9E9E3
(233,233,227)
#F0EEEC
(240,238,236)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C19B color. Also use rgb(177,193,155) instead hex code.

Text Font Color

.myTextColor { color: #B1C19B; }

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

This text font color is #B1C19B.


Background Color

.myBgColor { background-color: #B1C19B; }

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

This div background color is #B1C19B.


Border color

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

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

This div border color is #B1C19B.


Opacity

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

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

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

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

This text has shadow with #B1C19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C19B on black background.


Color preview on white background

This text has color #B1C19B on white background.



Black color preview on #B1C19B background

This text has black color on #B1C19B background.


White color preview on #B1C19B background

This text has white color on #B1C19B background.