COLOR #B3DC83

HEX: #B3DC83
RGB: (179,220,131)

Color info

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

RGB color model

#B3DC83 color RGB value is (179,220,131).

  • red value is 179;
  • green value is 220;
  • blue value is 131.
RGB:
(179,220,131)
(70%,86%,51%)

RGB channels and saturation

R 179 of 255 = 70%
G 220 of 255 = 86%
B 131 of 255 = 51%

179
220
131

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

Portions of RGB colors in percentages

R + G + B =
179 + 220 + 131 = 530 (100%)
R 179 of 530 ~ 33.77%
G 220 of 530 ~ 41.51%
B 131 of 530 ~ 24.72%

%33.77
%41.51
%24.72

CMYK color model

#B3DC83 color CMYK value is (19,0,40,14).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 40.45%
  • key color value is 13.73%
CMYK:
(19,0,40,14)
C19M0Y40K14 
(19%,0%,40%,14%)
(0.19/0.00/0.40/0.14)	

CMYK percentages

%18.64
%0
%40.45
%13.73

Codes

Color #B3DC83 in popluar color models

B3DC83
RGB179220131
HSL88°55.97%68.82%
HSB/HSV88°40.45%86.27%
CMYK18.64%0.00%40.45%
13.73%

Color #B3DC83 in popluar number systems.

HEXB3DC83
Decimal179220131
Binary101100111101110010000011
Octal263334203

Shades and tints

Shades of #B3DC83

#B3DC83
(179,220,131)
#A3C878
(163,200,120)
#93B46D
(147,180,109)
#83A062
(131,160,98)
#738C57
(115,140,87)
#63784C
(99,120,76)
#536441
(83,100,65)
#435036
(67,80,54)
#333C2B
(51,60,43)
#232820
(35,40,32)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #B3DC83

#B3DC83
(179,220,131)
#B9DF8E
(185,223,142)
#BFE299
(191,226,153)
#C5E5A4
(197,229,164)
#CBE8AF
(203,232,175)
#D1EBBA
(209,235,186)
#D7EEC5
(215,238,197)
#DDF1D0
(221,241,208)
#E3F4DB
(227,244,219)
#E9F7E6
(233,247,230)
#EFFAF1
(239,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DC83; }

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

This text font color is #B3DC83.


Background Color

.myBgColor { background-color: #B3DC83; }

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

This div background color is #B3DC83.


Border color

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

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

This div border color is #B3DC83.


Opacity

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

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

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

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

This text has shadow with #B3DC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DC83 on black background.


Color preview on white background

This text has color #B3DC83 on white background.



Black color preview on #B3DC83 background

This text has black color on #B3DC83 background.


White color preview on #B3DC83 background

This text has white color on #B3DC83 background.