COLOR #B3D977

HEX: #B3D977
RGB: (179,217,119)

Color info

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

RGB color model

#B3D977 color RGB value is (179,217,119).

  • red value is 179;
  • green value is 217;
  • blue value is 119.
RGB:
(179,217,119)
(70%,85%,47%)

RGB channels and saturation

R 179 of 255 = 70%
G 217 of 255 = 85%
B 119 of 255 = 47%

179
217
119

R + G + B ~ 67%. #B3D977 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 217 + 119 = 515 (100%)
R 179 of 515 ~ 34.76%
G 217 of 515 ~ 42.14%
B 119 of 515 ~ 23.11%

%34.76
%42.14
%23.11

CMYK color model

#B3D977 color CMYK value is (18,0,45,15).

  • cyan value is 17.51%
  • magenta value is 0.00%
  • yellow value is 45.16%
  • key color value is 14.90%
CMYK:
(18,0,45,15)
C18M0Y45K15 
(18%,0%,45%,15%)
(0.18/0.00/0.45/0.15)	

CMYK percentages

%17.51
%0
%45.16
%14.9

Codes

Color #B3D977 in popluar color models

B3D977
RGB179217119
HSL83°56.32%65.88%
HSB/HSV83°45.16%85.10%
CMYK17.51%0.00%45.16%
14.90%

Color #B3D977 in popluar number systems.

HEXB3D977
Decimal179217119
Binary10110011110110011110111
Octal263331167

Shades and tints

Shades of #B3D977

#B3D977
(179,217,119)
#A3C66D
(163,198,109)
#93B363
(147,179,99)
#83A059
(131,160,89)
#738D4F
(115,141,79)
#637A45
(99,122,69)
#53673B
(83,103,59)
#435431
(67,84,49)
#334127
(51,65,39)
#232E1D
(35,46,29)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #B3D977

#B3D977
(179,217,119)
#B9DC83
(185,220,131)
#BFDF8F
(191,223,143)
#C5E29B
(197,226,155)
#CBE5A7
(203,229,167)
#D1E8B3
(209,232,179)
#D7EBBF
(215,235,191)
#DDEECB
(221,238,203)
#E3F1D7
(227,241,215)
#E9F4E3
(233,244,227)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D977 color. Also use rgb(179,217,119) instead hex code.

Text Font Color

.myTextColor { color: #B3D977; }

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

This text font color is #B3D977.


Background Color

.myBgColor { background-color: #B3D977; }

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

This div background color is #B3D977.


Border color

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

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

This div border color is #B3D977.


Opacity

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

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

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

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

This text has shadow with #B3D977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D977 on black background.


Color preview on white background

This text has color #B3D977 on white background.



Black color preview on #B3D977 background

This text has black color on #B3D977 background.


White color preview on #B3D977 background

This text has white color on #B3D977 background.