COLOR #B3E982

HEX: #B3E982
RGB: (179,233,130)

Color info

#B3E982 contains mainly red and green colors. Web safe color of #B3E982 is #99FF99 (or #9F9).

RGB color model

#B3E982 color RGB value is (179,233,130).

  • red value is 179;
  • green value is 233;
  • blue value is 130.
RGB:
(179,233,130)
(70%,91%,51%)

RGB channels and saturation

R 179 of 255 = 70%
G 233 of 255 = 91%
B 130 of 255 = 51%

179
233
130

R + G + B ~ 71%. #B3E982 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 233 + 130 = 542 (100%)
R 179 of 542 ~ 33.03%
G 233 of 542 ~ 42.99%
B 130 of 542 ~ 23.99%

%33.03
%42.99
%23.99

CMYK color model

#B3E982 color CMYK value is (23,0,44,9).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 44.21%
  • key color value is 8.63%
CMYK:
(23,0,44,9)
C23M0Y44K9 
(23%,0%,44%,9%)
(0.23/0.00/0.44/0.09)	

CMYK percentages

%23.18
%0
%44.21
%8.63

Codes

Color #B3E982 in popluar color models

B3E982
RGB179233130
HSL91°70.07%71.18%
HSB/HSV91°44.21%91.37%
CMYK23.18%0.00%44.21%
8.63%

Color #B3E982 in popluar number systems.

HEXB3E982
Decimal179233130
Binary101100111110100110000010
Octal263351202

Shades and tints

Shades of #B3E982

#B3E982
(179,233,130)
#A3D477
(163,212,119)
#93BF6C
(147,191,108)
#83AA61
(131,170,97)
#739556
(115,149,86)
#63804B
(99,128,75)
#536B40
(83,107,64)
#435635
(67,86,53)
#33412A
(51,65,42)
#232C1F
(35,44,31)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #B3E982

#B3E982
(179,233,130)
#B9EB8D
(185,235,141)
#BFED98
(191,237,152)
#C5EFA3
(197,239,163)
#CBF1AE
(203,241,174)
#D1F3B9
(209,243,185)
#D7F5C4
(215,245,196)
#DDF7CF
(221,247,207)
#E3F9DA
(227,249,218)
#E9FBE5
(233,251,229)
#EFFDF0
(239,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E982 color. Also use rgb(179,233,130) instead hex code.

Text Font Color

.myTextColor { color: #B3E982; }

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

This text font color is #B3E982.


Background Color

.myBgColor { background-color: #B3E982; }

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

This div background color is #B3E982.


Border color

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

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

This div border color is #B3E982.


Opacity

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

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

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

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

This text has shadow with #B3E982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E982 on black background.


Color preview on white background

This text has color #B3E982 on white background.



Black color preview on #B3E982 background

This text has black color on #B3E982 background.


White color preview on #B3E982 background

This text has white color on #B3E982 background.