COLOR #B3D277

HEX: #B3D277
RGB: (179,210,119)

Color info

#B3D277 contains mainly red and green colors. Web safe color of #B3D277 is #99CC66 (or #9C6).

RGB color model

#B3D277 color RGB value is (179,210,119).

  • red value is 179;
  • green value is 210;
  • blue value is 119.
RGB:
(179,210,119)
(70%,82%,47%)

RGB channels and saturation

R 179 of 255 = 70%
G 210 of 255 = 82%
B 119 of 255 = 47%

179
210
119

R + G + B ~ 66%. #B3D277 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 210 + 119 = 508 (100%)
R 179 of 508 ~ 35.24%
G 210 of 508 ~ 41.34%
B 119 of 508 ~ 23.43%

%35.24
%41.34
%23.43

CMYK color model

#B3D277 color CMYK value is (15,0,43,18).

  • cyan value is 14.76%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 17.65%
CMYK:
(15,0,43,18)
C15M0Y43K18 
(15%,0%,43%,18%)
(0.15/0.00/0.43/0.18)	

CMYK percentages

%14.76
%0
%43.33
%17.65

Codes

Color #B3D277 in popluar color models

B3D277
RGB179210119
HSL80°50.28%64.51%
HSB/HSV80°43.33%82.35%
CMYK14.76%0.00%43.33%
17.65%

Color #B3D277 in popluar number systems.

HEXB3D277
Decimal179210119
Binary10110011110100101110111
Octal263322167

Shades and tints

Shades of #B3D277

#B3D277
(179,210,119)
#A3BF6D
(163,191,109)
#93AC63
(147,172,99)
#839959
(131,153,89)
#73864F
(115,134,79)
#637345
(99,115,69)
#53603B
(83,96,59)
#434D31
(67,77,49)
#333A27
(51,58,39)
#23271D
(35,39,29)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3D277

#B3D277
(179,210,119)
#B9D683
(185,214,131)
#BFDA8F
(191,218,143)
#C5DE9B
(197,222,155)
#CBE2A7
(203,226,167)
#D1E6B3
(209,230,179)
#D7EABF
(215,234,191)
#DDEECB
(221,238,203)
#E3F2D7
(227,242,215)
#E9F6E3
(233,246,227)
#EFFAEF
(239,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D277 color. Also use rgb(179,210,119) instead hex code.

Text Font Color

.myTextColor { color: #B3D277; }

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

This text font color is #B3D277.


Background Color

.myBgColor { background-color: #B3D277; }

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

This div background color is #B3D277.


Border color

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

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

This div border color is #B3D277.


Opacity

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

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

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

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

This text has shadow with #B3D277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D277 on black background.


Color preview on white background

This text has color #B3D277 on white background.



Black color preview on #B3D277 background

This text has black color on #B3D277 background.


White color preview on #B3D277 background

This text has white color on #B3D277 background.