COLOR #B3D79B

HEX: #B3D79B RGB: (179,215,155)

Color info

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

RGB color model

#B3D79B color RGB value is (179,215,155).

RGB: (179,215,155) (70%, 84%, 61%)

RGB channels and saturation

R 179 of 255 = 70%
G 215 of 255 = 84%
B 155 of 255 = 61%

179
215
155

R + G + B ~ 72%. #B3D79B is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 215 + 155 = 549 (100%)
R 179 of 549 ~ 32.6%
G 215 of 549 ~ 39.16%
B 155 of 549 ~ 28.23'%

%32.6
%39.16
%28.23

CMYK color model

#B3D79B color CMYK value is (17,0,28,16).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 15.69%

CMYK: (17,0,28,16)
C17M0Y28K16 (17%, 0%, 28%, 16%)
(0.17 / 0.00 / 0.28 / 0.16)

CMYK percentages

%16.74
%0
%27.91
%15.69

Codes

Color #B3D79B in popluar color models

B3 D7 9B
RGB 179 215 155
HSL 96° 42.86% 72.55%
HSB/HSV 96° 27.91% 84.31%
CMYK 16.74% 0.00% 27.91%
15.69%

Color #B3D79B in popluar number systems.

HEX B3 D7 9B
Decimal 179 215 155
Binary 10110011 11010111 10011011
Octal 263 327 233

Shades and tints

Shades of #B3D79B

#B3D79B
(179,215,155)
#A3C48D
(163,196,141)
#93B17F
(147,177,127)
#839E71
(131,158,113)
#738B63
(115,139,99)
#637855
(99,120,85)
#536547
(83,101,71)
#435239
(67,82,57)
#333F2B
(51,63,43)
#232C1D
(35,44,29)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #B3D79B

#B3D79B
(179,215,155)
#B9DAA4
(185,218,164)
#BFDDAD
(191,221,173)
#C5E0B6
(197,224,182)
#CBE3BF
(203,227,191)
#D1E6C8
(209,230,200)
#D7E9D1
(215,233,209)
#DDECDA
(221,236,218)
#E3EFE3
(227,239,227)
#E9F2EC
(233,242,236)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D79B color. Also use rgb(179,215,155) instead hex code.

Text Font Color

.myTextColor { color: #B3D79B; }

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

This text font color is #B3D79B.

Background Color

.myBgColor { background-color: #B3D79B; }

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

This div background color is #B3D79B.

Border color

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

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

This div border color is #B3D79B.

Opacity

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

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

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

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

This text has shadow with #B3D79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D79B.

Preview

Color preview on black background

This text has color #B3D79B on black background.


Color preview on white background

This text has color #B3D79B on white background.


Black color preview on #B3D79B background

This text has black color on #B3D79B background.


White color preview on #B3D79B background

This text has white color on #B3D79B background.


Related colors

Complementary color

Complementary color for #hex is #4C2864.


I love getcolorcode.com

Triadic colors

1 #9BB3D7 and #D79BB3 with #B3D79B are triadic colors.

2 #9BD7B3 and #D7B39B with #B3D79B are triadic colors.