COLOR #B3D68F

HEX: #B3D68F
RGB: (179,214,143)

Color info

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

RGB color model

#B3D68F color RGB value is (179,214,143).

  • red value is 179;
  • green value is 214;
  • blue value is 143.
RGB:
(179,214,143)
(70%,84%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 214 of 255 = 84%
B 143 of 255 = 56%

179
214
143

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

Portions of RGB colors in percentages

R + G + B =
179 + 214 + 143 = 536 (100%)
R 179 of 536 ~ 33.4%
G 214 of 536 ~ 39.93%
B 143 of 536 ~ 26.68%

%33.4
%39.93
%26.68

CMYK color model

#B3D68F color CMYK value is (16,0,33,16).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 16.08%
CMYK:
(16,0,33,16)
C16M0Y33K16 
(16%,0%,33%,16%)
(0.16/0.00/0.33/0.16)	

CMYK percentages

%16.36
%0
%33.18
%16.08

Codes

Color #B3D68F in popluar color models

B3D68F
RGB179214143
HSL90°46.41%70.00%
HSB/HSV90°33.18%83.92%
CMYK16.36%0.00%33.18%
16.08%

Color #B3D68F in popluar number systems.

HEXB3D68F
Decimal179214143
Binary101100111101011010001111
Octal263326217

Shades and tints

Shades of #B3D68F

#B3D68F
(179,214,143)
#A3C382
(163,195,130)
#93B075
(147,176,117)
#839D68
(131,157,104)
#738A5B
(115,138,91)
#63774E
(99,119,78)
#536441
(83,100,65)
#435134
(67,81,52)
#333E27
(51,62,39)
#232B1A
(35,43,26)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #B3D68F

#B3D68F
(179,214,143)
#B9D999
(185,217,153)
#BFDCA3
(191,220,163)
#C5DFAD
(197,223,173)
#CBE2B7
(203,226,183)
#D1E5C1
(209,229,193)
#D7E8CB
(215,232,203)
#DDEBD5
(221,235,213)
#E3EEDF
(227,238,223)
#E9F1E9
(233,241,233)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D68F color. Also use rgb(179,214,143) instead hex code.

Text Font Color

.myTextColor { color: #B3D68F; }

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

This text font color is #B3D68F.


Background Color

.myBgColor { background-color: #B3D68F; }

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

This div background color is #B3D68F.


Border color

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

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

This div border color is #B3D68F.


Opacity

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

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

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

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

This text has shadow with #B3D68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D68F on black background.


Color preview on white background

This text has color #B3D68F on white background.



Black color preview on #B3D68F background

This text has black color on #B3D68F background.


White color preview on #B3D68F background

This text has white color on #B3D68F background.