COLOR #B3C871

HEX: #B3C871 RGB: (179,200,113)

Color info

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

RGB color model

#B3C871 color RGB value is (179,200,113).

RGB: (179,200,113) (70%, 78%, 44%)

RGB channels and saturation

R 179 of 255 = 70%
G 200 of 255 = 78%
B 113 of 255 = 44%

179
200
113

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

Portions of RGB colors in percentages

R + G + B = 179 + 200 + 113 = 492 (100%)
R 179 of 492 ~ 36.38%
G 200 of 492 ~ 40.65%
B 113 of 492 ~ 22.97'%

%36.38
%40.65
%22.97

CMYK color model

#B3C871 color CMYK value is (11,0,44,22).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 43.50%
  • key color value is 21.57%
CMYK: (11,0,44,22) C11M0Y44K22 (11%,0%,44%,22%) (0.11/0.00/0.44/0.22) 

CMYK percentages

%10.5
%0
%43.5
%21.57

Codes

Color #B3C871 in popluar color models

B3 C8 71
RGB 179 200 113
HSL 74° 44.16% 61.37%
HSB/HSV 74° 43.50% 78.43%
CMYK 10.50% 0.00% 43.50%
21.57%

Color #B3C871 in popluar number systems.

HEX B3 C8 71
Decimal 179 200 113
Binary 10110011 11001000 1110001
Octal 263 310 161

Shades and tints

Shades of #B3C871

#B3C871
(179,200,113)
#A3B667
(163,182,103)
#93A45D
(147,164,93)
#839253
(131,146,83)
#738049
(115,128,73)
#636E3F
(99,110,63)
#535C35
(83,92,53)
#434A2B
(67,74,43)
#333821
(51,56,33)
#232617
(35,38,23)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #B3C871

#B3C871
(179,200,113)
#B9CD7D
(185,205,125)
#BFD289
(191,210,137)
#C5D795
(197,215,149)
#CBDCA1
(203,220,161)
#D1E1AD
(209,225,173)
#D7E6B9
(215,230,185)
#DDEBC5
(221,235,197)
#E3F0D1
(227,240,209)
#E9F5DD
(233,245,221)
#EFFAE9
(239,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C871; }

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

This text font color is #B3C871.

Background Color

.myBgColor { background-color: #B3C871; }

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

This div background color is #B3C871.

Border color

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

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

This div border color is #B3C871.

Opacity

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

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

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

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

This text has shadow with #B3C871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C871.

Preview

Color preview on black background

This text has color #B3C871 on black background.


Color preview on white background

This text has color #B3C871 on white background.


Black color preview on #B3C871 background

This text has black color on #B3C871 background.


White color preview on #B3C871 background

This text has white color on #B3C871 background.


Related colors

Complementary color

Complementary color for #hex is #4C378E.


I love getcolorcode.com

Triadic colors

1 #71B3C8 and #C871B3 with #B3C871 are triadic colors.

2 #71C8B3 and #C8B371 with #B3C871 are triadic colors.