COLOR #B3E082

HEX: #B3E082 RGB: (179,224,130)

Color info

#B3E082 contains mainly red and green colors. Web safe color of #B3E082 is #99CC99 (or #9C9).

RGB color model

#B3E082 color RGB value is (179,224,130).

RGB: (179,224,130) (70%, 88%, 51%)

RGB channels and saturation

R 179 of 255 = 70%
G 224 of 255 = 88%
B 130 of 255 = 51%

179
224
130

R + G + B ~ 70%. #B3E082 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 224 + 130 = 533 (100%)
R 179 of 533 ~ 33.58%
G 224 of 533 ~ 42.03%
B 130 of 533 ~ 24.39'%

%33.58
%42.03
%24.39

CMYK color model

#B3E082 color CMYK value is (20,0,42,12).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 41.96%
  • key color value is 12.16%

CMYK: (20,0,42,12)
C20M0Y42K12 (20%, 0%, 42%, 12%)
(0.20 / 0.00 / 0.42 / 0.12)

CMYK percentages

%20.09
%0
%41.96
%12.16

Codes

Color #B3E082 in popluar color models

B3 E0 82
RGB 179 224 130
HSL 89° 60.26% 69.41%
HSB/HSV 89° 41.96% 87.84%
CMYK 20.09% 0.00% 41.96%
12.16%

Color #B3E082 in popluar number systems.

HEX B3 E0 82
Decimal 179 224 130
Binary 10110011 11100000 10000010
Octal 263 340 202

Shades and tints

Shades of #B3E082

#B3E082
(179,224,130)
#A3CC77
(163,204,119)
#93B86C
(147,184,108)
#83A461
(131,164,97)
#739056
(115,144,86)
#637C4B
(99,124,75)
#536840
(83,104,64)
#435435
(67,84,53)
#33402A
(51,64,42)
#232C1F
(35,44,31)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #B3E082

#B3E082
(179,224,130)
#B9E28D
(185,226,141)
#BFE498
(191,228,152)
#C5E6A3
(197,230,163)
#CBE8AE
(203,232,174)
#D1EAB9
(209,234,185)
#D7ECC4
(215,236,196)
#DDEECF
(221,238,207)
#E3F0DA
(227,240,218)
#E9F2E5
(233,242,229)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E082; }

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

This text font color is #B3E082.

Background Color

.myBgColor { background-color: #B3E082; }

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

This div background color is #B3E082.

Border color

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

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

This div border color is #B3E082.

Opacity

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

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

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

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

This text has shadow with #B3E082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E082.

Preview

Color preview on black background

This text has color #B3E082 on black background.


Color preview on white background

This text has color #B3E082 on white background.


Black color preview on #B3E082 background

This text has black color on #B3E082 background.


White color preview on #B3E082 background

This text has white color on #B3E082 background.


Related colors

Complementary color

Complementary color for #hex is #4C1F7D.


I love getcolorcode.com

Triadic colors

1 #82B3E0 and #E082B3 with #B3E082 are triadic colors.

2 #82E0B3 and #E0B382 with #B3E082 are triadic colors.