COLOR #B3D980

HEX: #B3D980
RGB: (179,217,128)

Color info

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

RGB color model

#B3D980 color RGB value is (179,217,128).

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

RGB channels and saturation

R 179 of 255 = 70%
G 217 of 255 = 85%
B 128 of 255 = 50%

179
217
128

R + G + B ~ 68%. #B3D980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 217 + 128 = 524 (100%)
R 179 of 524 ~ 34.16%
G 217 of 524 ~ 41.41%
B 128 of 524 ~ 24.43%

%34.16
%41.41
%24.43

CMYK color model

#B3D980 color CMYK value is (18,0,41,15).

  • cyan value is 17.51%
  • magenta value is 0.00%
  • yellow value is 41.01%
  • key color value is 14.90%
CMYK:
(18,0,41,15)
C18M0Y41K15 
(18%,0%,41%,15%)
(0.18/0.00/0.41/0.15)	

CMYK percentages

%17.51
%0
%41.01
%14.9

Codes

Color #B3D980 in popluar color models

B3D980
RGB179217128
HSL86°53.94%67.65%
HSB/HSV86°41.01%85.10%
CMYK17.51%0.00%41.01%
14.90%

Color #B3D980 in popluar number systems.

HEXB3D980
Decimal179217128
Binary101100111101100110000000
Octal263331200

Shades and tints

Shades of #B3D980

#B3D980
(179,217,128)
#A3C675
(163,198,117)
#93B36A
(147,179,106)
#83A05F
(131,160,95)
#738D54
(115,141,84)
#637A49
(99,122,73)
#53673E
(83,103,62)
#435433
(67,84,51)
#334128
(51,65,40)
#232E1D
(35,46,29)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #B3D980

#B3D980
(179,217,128)
#B9DC8B
(185,220,139)
#BFDF96
(191,223,150)
#C5E2A1
(197,226,161)
#CBE5AC
(203,229,172)
#D1E8B7
(209,232,183)
#D7EBC2
(215,235,194)
#DDEECD
(221,238,205)
#E3F1D8
(227,241,216)
#E9F4E3
(233,244,227)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D980; }

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

This text font color is #B3D980.


Background Color

.myBgColor { background-color: #B3D980; }

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

This div background color is #B3D980.


Border color

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

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

This div border color is #B3D980.


Opacity

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

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

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

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

This text has shadow with #B3D980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D980 on black background.


Color preview on white background

This text has color #B3D980 on white background.



Black color preview on #B3D980 background

This text has black color on #B3D980 background.


White color preview on #B3D980 background

This text has white color on #B3D980 background.