COLOR #B1C99B

HEX: #B1C99B RGB: (177,201,155)

Color info

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

RGB color model

#B1C99B color RGB value is (177,201,155).

RGB: (177,201,155) (69%, 79%, 61%)

RGB channels and saturation

R 177 of 255 = 69%
G 201 of 255 = 79%
B 155 of 255 = 61%

177
201
155

R + G + B ~ 70%. #B1C99B is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 201 + 155 = 533 (100%)
R 177 of 533 ~ 33.21%
G 201 of 533 ~ 37.71%
B 155 of 533 ~ 29.08'%

%33.21
%37.71
%29.08

CMYK color model

#B1C99B color CMYK value is (12,0,23,21).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 21.18%

CMYK: (12,0,23,21)
C12M0Y23K21 (12%, 0%, 23%, 21%)
(0.12 / 0.00 / 0.23 / 0.21)

CMYK percentages

%11.94
%0
%22.89
%21.18

Codes

Color #B1C99B in popluar color models

B1 C9 9B
RGB 177 201 155
HSL 91° 29.87% 69.80%
HSB/HSV 91° 22.89% 78.82%
CMYK 11.94% 0.00% 22.89%
21.18%

Color #B1C99B in popluar number systems.

HEX B1 C9 9B
Decimal 177 201 155
Binary 10110001 11001001 10011011
Octal 261 311 233

Shades and tints

Shades of #B1C99B

#B1C99B
(177,201,155)
#A1B78D
(161,183,141)
#91A57F
(145,165,127)
#819371
(129,147,113)
#718163
(113,129,99)
#616F55
(97,111,85)
#515D47
(81,93,71)
#414B39
(65,75,57)
#31392B
(49,57,43)
#21271D
(33,39,29)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #B1C99B

#B1C99B
(177,201,155)
#B8CDA4
(184,205,164)
#BFD1AD
(191,209,173)
#C6D5B6
(198,213,182)
#CDD9BF
(205,217,191)
#D4DDC8
(212,221,200)
#DBE1D1
(219,225,209)
#E2E5DA
(226,229,218)
#E9E9E3
(233,233,227)
#F0EDEC
(240,237,236)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C99B; }

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

This text font color is #B1C99B.

Background Color

.myBgColor { background-color: #B1C99B; }

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

This div background color is #B1C99B.

Border color

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

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

This div border color is #B1C99B.

Opacity

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

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

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

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

This text has shadow with #B1C99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C99B.

Preview

Color preview on black background

This text has color #B1C99B on black background.


Color preview on white background

This text has color #B1C99B on white background.


Black color preview on #B1C99B background

This text has black color on #B1C99B background.


White color preview on #B1C99B background

This text has white color on #B1C99B background.


Related colors

Complementary color

Complementary color for #hex is #4E3664.


I love getcolorcode.com

Triadic colors

1 #9BB1C9 and #C99BB1 with #B1C99B are triadic colors.

2 #9BC9B1 and #C9B19B with #B1C99B are triadic colors.