COLOR #B1C879

HEX: #B1C879
RGB: (177,200,121)

Color info

#B1C879 contains mainly red and green colors. Web safe color of #B1C879 is #99CC66 (or #9C6).

RGB color model

#B1C879 color RGB value is (177,200,121).

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

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 121 of 255 = 47%

177
200
121

R + G + B ~ 65%. #B1C879 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 200 + 121 = 498 (100%)
R 177 of 498 ~ 35.54%
G 200 of 498 ~ 40.16%
B 121 of 498 ~ 24.3%

%35.54
%40.16
%24.3

CMYK color model

#B1C879 color CMYK value is (12,0,40,22).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 39.50%
  • key color value is 21.57%
CMYK:
(12,0,40,22)
C12M0Y40K22 
(12%,0%,40%,22%)
(0.12/0.00/0.40/0.22)	

CMYK percentages

%11.5
%0
%39.5
%21.57

Codes

Color #B1C879 in popluar color models

B1C879
RGB177200121
HSL77°41.80%62.94%
HSB/HSV77°39.50%78.43%
CMYK11.50%0.00%39.50%
21.57%

Color #B1C879 in popluar number systems.

HEXB1C879
Decimal177200121
Binary10110001110010001111001
Octal261310171

Shades and tints

Shades of #B1C879

#B1C879
(177,200,121)
#A1B66E
(161,182,110)
#91A463
(145,164,99)
#819258
(129,146,88)
#71804D
(113,128,77)
#616E42
(97,110,66)
#515C37
(81,92,55)
#414A2C
(65,74,44)
#313821
(49,56,33)
#212616
(33,38,22)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #B1C879

#B1C879
(177,200,121)
#B8CD85
(184,205,133)
#BFD291
(191,210,145)
#C6D79D
(198,215,157)
#CDDCA9
(205,220,169)
#D4E1B5
(212,225,181)
#DBE6C1
(219,230,193)
#E2EBCD
(226,235,205)
#E9F0D9
(233,240,217)
#F0F5E5
(240,245,229)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C879; }

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

This text font color is #B1C879.


Background Color

.myBgColor { background-color: #B1C879; }

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

This div background color is #B1C879.


Border color

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

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

This div border color is #B1C879.


Opacity

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

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

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

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

This text has shadow with #B1C879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C879 on black background.


Color preview on white background

This text has color #B1C879 on white background.



Black color preview on #B1C879 background

This text has black color on #B1C879 background.


White color preview on #B1C879 background

This text has white color on #B1C879 background.