COLOR #B1C89B

HEX: #B1C89B
RGB: (177,200,155)

Color info

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

RGB color model

#B1C89B color RGB value is (177,200,155).

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

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 155 of 255 = 61%

177
200
155

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

Portions of RGB colors in percentages

R + G + B =
177 + 200 + 155 = 532 (100%)
R 177 of 532 ~ 33.27%
G 200 of 532 ~ 37.59%
B 155 of 532 ~ 29.14%

%33.27
%37.59
%29.14

CMYK color model

#B1C89B color CMYK value is (12,0,23,22).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 21.57%
CMYK:
(12,0,23,22)
C12M0Y23K22 
(12%,0%,23%,22%)
(0.12/0.00/0.23/0.22)	

CMYK percentages

%11.5
%0
%22.5
%21.57

Codes

Color #B1C89B in popluar color models

B1C89B
RGB177200155
HSL91°29.03%69.61%
HSB/HSV91°22.50%78.43%
CMYK11.50%0.00%22.50%
21.57%

Color #B1C89B in popluar number systems.

HEXB1C89B
Decimal177200155
Binary101100011100100010011011
Octal261310233

Shades and tints

Shades of #B1C89B

#B1C89B
(177,200,155)
#A1B68D
(161,182,141)
#91A47F
(145,164,127)
#819271
(129,146,113)
#718063
(113,128,99)
#616E55
(97,110,85)
#515C47
(81,92,71)
#414A39
(65,74,57)
#31382B
(49,56,43)
#21261D
(33,38,29)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #B1C89B

#B1C89B
(177,200,155)
#B8CDA4
(184,205,164)
#BFD2AD
(191,210,173)
#C6D7B6
(198,215,182)
#CDDCBF
(205,220,191)
#D4E1C8
(212,225,200)
#DBE6D1
(219,230,209)
#E2EBDA
(226,235,218)
#E9F0E3
(233,240,227)
#F0F5EC
(240,245,236)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C89B; }

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

This text font color is #B1C89B.


Background Color

.myBgColor { background-color: #B1C89B; }

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

This div background color is #B1C89B.


Border color

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

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

This div border color is #B1C89B.


Opacity

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

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

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

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

This text has shadow with #B1C89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C89B on black background.


Color preview on white background

This text has color #B1C89B on white background.



Black color preview on #B1C89B background

This text has black color on #B1C89B background.


White color preview on #B1C89B background

This text has white color on #B1C89B background.