COLOR #B1C871

HEX: #B1C871
RGB: (177,200,113)

Color info

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

RGB color model

#B1C871 color RGB value is (177,200,113).

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

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 113 of 255 = 44%

177
200
113

R + G + B ~ 64%. #B1C871 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 200 + 113 = 490 (100%)
R 177 of 490 ~ 36.12%
G 200 of 490 ~ 40.82%
B 113 of 490 ~ 23.06%

%36.12
%40.82
%23.06

CMYK color model

#B1C871 color CMYK value is (12,0,44,22).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 43.50%
  • key color value is 21.57%
CMYK: (12,0,44,22) C12M0Y44K22 (12%,0%,44%,22%) (0.12/0.00/0.44/0.22)

CMYK percentages

%11.5
%0
%43.5
%21.57

Codes

Color #B1C871 in popluar color models

B1C871
RGB177200113
HSL76°44.16%61.37%
HSB/HSV76°43.50%78.43%
CMYK11.50%0.00%43.50%
21.57%

Color #B1C871 in popluar number systems.

HEXB1C871
Decimal177200113
Binary10110001110010001110001
Octal261310161

Shades and tints

Shades of #B1C871

#B1C871
(177,200,113)
#A1B667
(161,182,103)
#91A45D
(145,164,93)
#819253
(129,146,83)
#718049
(113,128,73)
#616E3F
(97,110,63)
#515C35
(81,92,53)
#414A2B
(65,74,43)
#313821
(49,56,33)
#212617
(33,38,23)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #B1C871

#B1C871
(177,200,113)
#B8CD7D
(184,205,125)
#BFD289
(191,210,137)
#C6D795
(198,215,149)
#CDDCA1
(205,220,161)
#D4E1AD
(212,225,173)
#DBE6B9
(219,230,185)
#E2EBC5
(226,235,197)
#E9F0D1
(233,240,209)
#F0F5DD
(240,245,221)
#F7FAE9
(247,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C871; }

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

This text font color is #B1C871.


Background Color

.myBgColor { background-color: #B1C871; }

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

This div background color is #B1C871.


Border color

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

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

This div border color is #B1C871.


Opacity

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

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

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

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

This text has shadow with #B1C871 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1C871 on black background.


Color preview on white background

This text has color #B1C871 on white background.



Black color preview on #B1C871 background

This text has black color on #B1C871 background.


White color preview on #B1C871 background

This text has white color on #B1C871 background.