COLOR #B3D78C

HEX: #B3D78C
RGB: (179,215,140)

Color info

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

RGB color model

#B3D78C color RGB value is (179,215,140).

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

RGB channels and saturation

R 179 of 255 = 70%
G 215 of 255 = 84%
B 140 of 255 = 55%

179
215
140

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

Portions of RGB colors in percentages

R + G + B =
179 + 215 + 140 = 534 (100%)
R 179 of 534 ~ 33.52%
G 215 of 534 ~ 40.26%
B 140 of 534 ~ 26.22%

%33.52
%40.26
%26.22

CMYK color model

#B3D78C color CMYK value is (17,0,35,16).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 34.88%
  • key color value is 15.69%
CMYK:
(17,0,35,16)
C17M0Y35K16 
(17%,0%,35%,16%)
(0.17/0.00/0.35/0.16)	

CMYK percentages

%16.74
%0
%34.88
%15.69

Codes

Color #B3D78C in popluar color models

B3D78C
RGB179215140
HSL89°48.39%69.61%
HSB/HSV89°34.88%84.31%
CMYK16.74%0.00%34.88%
15.69%

Color #B3D78C in popluar number systems.

HEXB3D78C
Decimal179215140
Binary101100111101011110001100
Octal263327214

Shades and tints

Shades of #B3D78C

#B3D78C
(179,215,140)
#A3C480
(163,196,128)
#93B174
(147,177,116)
#839E68
(131,158,104)
#738B5C
(115,139,92)
#637850
(99,120,80)
#536544
(83,101,68)
#435238
(67,82,56)
#333F2C
(51,63,44)
#232C20
(35,44,32)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #B3D78C

#B3D78C
(179,215,140)
#B9DA96
(185,218,150)
#BFDDA0
(191,221,160)
#C5E0AA
(197,224,170)
#CBE3B4
(203,227,180)
#D1E6BE
(209,230,190)
#D7E9C8
(215,233,200)
#DDECD2
(221,236,210)
#E3EFDC
(227,239,220)
#E9F2E6
(233,242,230)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D78C; }

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

This text font color is #B3D78C.


Background Color

.myBgColor { background-color: #B3D78C; }

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

This div background color is #B3D78C.


Border color

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

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

This div border color is #B3D78C.


Opacity

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

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

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

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

This text has shadow with #B3D78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D78C on black background.


Color preview on white background

This text has color #B3D78C on white background.



Black color preview on #B3D78C background

This text has black color on #B3D78C background.


White color preview on #B3D78C background

This text has white color on #B3D78C background.