COLOR #B3D79F

HEX: #B3D79F
RGB: (179,215,159)

Color info

#B3D79F contains red, green and blue colors in about the same proportion. Web safe color of #B3D79F is #99CC99 (or #9C9).

RGB color model

#B3D79F color RGB value is (179,215,159).

  • red value is 179;
  • green value is 215;
  • blue value is 159.
RGB:
(179,215,159)
(70%,84%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 215 of 255 = 84%
B 159 of 255 = 62%

179
215
159

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

Portions of RGB colors in percentages

R + G + B =
179 + 215 + 159 = 553 (100%)
R 179 of 553 ~ 32.37%
G 215 of 553 ~ 38.88%
B 159 of 553 ~ 28.75%

%32.37
%38.88
%28.75

CMYK color model

#B3D79F color CMYK value is (17,0,26,16).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 15.69%
CMYK:
(17,0,26,16)
C17M0Y26K16 
(17%,0%,26%,16%)
(0.17/0.00/0.26/0.16)	

CMYK percentages

%16.74
%0
%26.05
%15.69

Codes

Color #B3D79F in popluar color models

B3D79F
RGB179215159
HSL99°41.18%73.33%
HSB/HSV99°26.05%84.31%
CMYK16.74%0.00%26.05%
15.69%

Color #B3D79F in popluar number systems.

HEXB3D79F
Decimal179215159
Binary101100111101011110011111
Octal263327237

Shades and tints

Shades of #B3D79F

#B3D79F
(179,215,159)
#A3C491
(163,196,145)
#93B183
(147,177,131)
#839E75
(131,158,117)
#738B67
(115,139,103)
#637859
(99,120,89)
#53654B
(83,101,75)
#43523D
(67,82,61)
#333F2F
(51,63,47)
#232C21
(35,44,33)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #B3D79F

#B3D79F
(179,215,159)
#B9DAA7
(185,218,167)
#BFDDAF
(191,221,175)
#C5E0B7
(197,224,183)
#CBE3BF
(203,227,191)
#D1E6C7
(209,230,199)
#D7E9CF
(215,233,207)
#DDECD7
(221,236,215)
#E3EFDF
(227,239,223)
#E9F2E7
(233,242,231)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D79F; }

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

This text font color is #B3D79F.


Background Color

.myBgColor { background-color: #B3D79F; }

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

This div background color is #B3D79F.


Border color

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

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

This div border color is #B3D79F.


Opacity

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

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

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

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

This text has shadow with #B3D79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D79F on black background.


Color preview on white background

This text has color #B3D79F on white background.



Black color preview on #B3D79F background

This text has black color on #B3D79F background.


White color preview on #B3D79F background

This text has white color on #B3D79F background.