COLOR #B3DF83

HEX: #B3DF83 RGB: (179,223,131)

Color info

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

RGB color model

#B3DF83 color RGB value is (179,223,131).

RGB: (179,223,131) (70%, 87%, 51%)

RGB channels and saturation

R 179 of 255 = 70%
G 223 of 255 = 87%
B 131 of 255 = 51%

179
223
131

R + G + B ~ 69%. #B3DF83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 223 + 131 = 533 (100%)
R 179 of 533 ~ 33.58%
G 223 of 533 ~ 41.84%
B 131 of 533 ~ 24.58'%

%33.58
%41.84
%24.58

CMYK color model

#B3DF83 color CMYK value is (20,0,41,13).

  • cyan value is 19.73%
  • magenta value is 0.00%
  • yellow value is 41.26%
  • key color value is 12.55%

CMYK: (20,0,41,13)
C20M0Y41K13 (20%, 0%, 41%, 13%)
(0.20 / 0.00 / 0.41 / 0.13)

CMYK percentages

%19.73
%0
%41.26
%12.55

Codes

Color #B3DF83 in popluar color models

B3 DF 83
RGB 179 223 131
HSL 89° 58.97% 69.41%
HSB/HSV 89° 41.26% 87.45%
CMYK 19.73% 0.00% 41.26%
12.55%

Color #B3DF83 in popluar number systems.

HEX B3 DF 83
Decimal 179 223 131
Binary 10110011 11011111 10000011
Octal 263 337 203

Shades and tints

Shades of #B3DF83

#B3DF83
(179,223,131)
#A3CB78
(163,203,120)
#93B76D
(147,183,109)
#83A362
(131,163,98)
#738F57
(115,143,87)
#637B4C
(99,123,76)
#536741
(83,103,65)
#435336
(67,83,54)
#333F2B
(51,63,43)
#232B20
(35,43,32)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #B3DF83

#B3DF83
(179,223,131)
#B9E18E
(185,225,142)
#BFE399
(191,227,153)
#C5E5A4
(197,229,164)
#CBE7AF
(203,231,175)
#D1E9BA
(209,233,186)
#D7EBC5
(215,235,197)
#DDEDD0
(221,237,208)
#E3EFDB
(227,239,219)
#E9F1E6
(233,241,230)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DF83 color. Also use rgb(179,223,131) instead hex code.

Text Font Color

.myTextColor { color: #B3DF83; }

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

This text font color is #B3DF83.

Background Color

.myBgColor { background-color: #B3DF83; }

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

This div background color is #B3DF83.

Border color

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

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

This div border color is #B3DF83.

Opacity

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

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

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

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

This text has shadow with #B3DF83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DF83.

Preview

Color preview on black background

This text has color #B3DF83 on black background.


Color preview on white background

This text has color #B3DF83 on white background.


Black color preview on #B3DF83 background

This text has black color on #B3DF83 background.


White color preview on #B3DF83 background

This text has white color on #B3DF83 background.


Related colors

Complementary color

Complementary color for #hex is #4C207C.


I love getcolorcode.com

Triadic colors

1 #83B3DF and #DF83B3 with #B3DF83 are triadic colors.

2 #83DFB3 and #DFB383 with #B3DF83 are triadic colors.