COLOR #B3DC8B

HEX: #B3DC8B
RGB: (179,220,139)

Color info

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

RGB color model

#B3DC8B color RGB value is (179,220,139).

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

RGB channels and saturation

R 179 of 255 = 70%
G 220 of 255 = 86%
B 139 of 255 = 55%

179
220
139

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

Portions of RGB colors in percentages

R + G + B =
179 + 220 + 139 = 538 (100%)
R 179 of 538 ~ 33.27%
G 220 of 538 ~ 40.89%
B 139 of 538 ~ 25.84%

%33.27
%40.89
%25.84

CMYK color model

#B3DC8B color CMYK value is (19,0,37,14).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 36.82%
  • key color value is 13.73%
CMYK:
(19,0,37,14)
C19M0Y37K14 
(19%,0%,37%,14%)
(0.19/0.00/0.37/0.14)	

CMYK percentages

%18.64
%0
%36.82
%13.73

Codes

Color #B3DC8B in popluar color models

B3DC8B
RGB179220139
HSL90°53.64%70.39%
HSB/HSV90°36.82%86.27%
CMYK18.64%0.00%36.82%
13.73%

Color #B3DC8B in popluar number systems.

HEXB3DC8B
Decimal179220139
Binary101100111101110010001011
Octal263334213

Shades and tints

Shades of #B3DC8B

#B3DC8B
(179,220,139)
#A3C87F
(163,200,127)
#93B473
(147,180,115)
#83A067
(131,160,103)
#738C5B
(115,140,91)
#63784F
(99,120,79)
#536443
(83,100,67)
#435037
(67,80,55)
#333C2B
(51,60,43)
#23281F
(35,40,31)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3DC8B

#B3DC8B
(179,220,139)
#B9DF95
(185,223,149)
#BFE29F
(191,226,159)
#C5E5A9
(197,229,169)
#CBE8B3
(203,232,179)
#D1EBBD
(209,235,189)
#D7EEC7
(215,238,199)
#DDF1D1
(221,241,209)
#E3F4DB
(227,244,219)
#E9F7E5
(233,247,229)
#EFFAEF
(239,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DC8B; }

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

This text font color is #B3DC8B.


Background Color

.myBgColor { background-color: #B3DC8B; }

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

This div background color is #B3DC8B.


Border color

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

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

This div border color is #B3DC8B.


Opacity

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

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

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

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

This text has shadow with #B3DC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DC8B on black background.


Color preview on white background

This text has color #B3DC8B on white background.



Black color preview on #B3DC8B background

This text has black color on #B3DC8B background.


White color preview on #B3DC8B background

This text has white color on #B3DC8B background.