COLOR #B1C89F

HEX: #B1C89F
RGB: (177,200,159)

Color info

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

RGB color model

#B1C89F color RGB value is (177,200,159).

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

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 159 of 255 = 62%

177
200
159

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

Portions of RGB colors in percentages

R + G + B =
177 + 200 + 159 = 536 (100%)
R 177 of 536 ~ 33.02%
G 200 of 536 ~ 37.31%
B 159 of 536 ~ 29.66%

%33.02
%37.31
%29.66

CMYK color model

#B1C89F color CMYK value is (12,0,21,22).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 21.57%
CMYK:
(12,0,21,22)
C12M0Y21K22 
(12%,0%,21%,22%)
(0.12/0.00/0.21/0.22)	

CMYK percentages

%11.5
%0
%20.5
%21.57

Codes

Color #B1C89F in popluar color models

B1C89F
RGB177200159
HSL94°27.15%70.39%
HSB/HSV94°20.50%78.43%
CMYK11.50%0.00%20.50%
21.57%

Color #B1C89F in popluar number systems.

HEXB1C89F
Decimal177200159
Binary101100011100100010011111
Octal261310237

Shades and tints

Shades of #B1C89F

#B1C89F
(177,200,159)
#A1B691
(161,182,145)
#91A483
(145,164,131)
#819275
(129,146,117)
#718067
(113,128,103)
#616E59
(97,110,89)
#515C4B
(81,92,75)
#414A3D
(65,74,61)
#31382F
(49,56,47)
#212621
(33,38,33)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #B1C89F

#B1C89F
(177,200,159)
#B8CDA7
(184,205,167)
#BFD2AF
(191,210,175)
#C6D7B7
(198,215,183)
#CDDCBF
(205,220,191)
#D4E1C7
(212,225,199)
#DBE6CF
(219,230,207)
#E2EBD7
(226,235,215)
#E9F0DF
(233,240,223)
#F0F5E7
(240,245,231)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C89F; }

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

This text font color is #B1C89F.


Background Color

.myBgColor { background-color: #B1C89F; }

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

This div background color is #B1C89F.


Border color

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

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

This div border color is #B1C89F.


Opacity

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

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

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

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

This text has shadow with #B1C89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C89F on black background.


Color preview on white background

This text has color #B1C89F on white background.



Black color preview on #B1C89F background

This text has black color on #B1C89F background.


White color preview on #B1C89F background

This text has white color on #B1C89F background.