COLOR #B3D987

HEX: #B3D987
RGB: (179,217,135)

Color info

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

RGB color model

#B3D987 color RGB value is (179,217,135).

  • red value is 179;
  • green value is 217;
  • blue value is 135.
RGB:
(179,217,135)
(70%,85%,53%)

RGB channels and saturation

R 179 of 255 = 70%
G 217 of 255 = 85%
B 135 of 255 = 53%

179
217
135

R + G + B ~ 69%. #B3D987 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 217 + 135 = 531 (100%)
R 179 of 531 ~ 33.71%
G 217 of 531 ~ 40.87%
B 135 of 531 ~ 25.42%

%33.71
%40.87
%25.42

CMYK color model

#B3D987 color CMYK value is (18,0,38,15).

  • cyan value is 17.51%
  • magenta value is 0.00%
  • yellow value is 37.79%
  • key color value is 14.90%
CMYK:
(18,0,38,15)
C18M0Y38K15 
(18%,0%,38%,15%)
(0.18/0.00/0.38/0.15)	

CMYK percentages

%17.51
%0
%37.79
%14.9

Codes

Color #B3D987 in popluar color models

B3D987
RGB179217135
HSL88°51.90%69.02%
HSB/HSV88°37.79%85.10%
CMYK17.51%0.00%37.79%
14.90%

Color #B3D987 in popluar number systems.

HEXB3D987
Decimal179217135
Binary101100111101100110000111
Octal263331207

Shades and tints

Shades of #B3D987

#B3D987
(179,217,135)
#A3C67B
(163,198,123)
#93B36F
(147,179,111)
#83A063
(131,160,99)
#738D57
(115,141,87)
#637A4B
(99,122,75)
#53673F
(83,103,63)
#435433
(67,84,51)
#334127
(51,65,39)
#232E1B
(35,46,27)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #B3D987

#B3D987
(179,217,135)
#B9DC91
(185,220,145)
#BFDF9B
(191,223,155)
#C5E2A5
(197,226,165)
#CBE5AF
(203,229,175)
#D1E8B9
(209,232,185)
#D7EBC3
(215,235,195)
#DDEECD
(221,238,205)
#E3F1D7
(227,241,215)
#E9F4E1
(233,244,225)
#EFF7EB
(239,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D987 color. Also use rgb(179,217,135) instead hex code.

Text Font Color

.myTextColor { color: #B3D987; }

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

This text font color is #B3D987.


Background Color

.myBgColor { background-color: #B3D987; }

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

This div background color is #B3D987.


Border color

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

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

This div border color is #B3D987.


Opacity

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

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

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

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

This text has shadow with #B3D987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D987 on black background.


Color preview on white background

This text has color #B3D987 on white background.



Black color preview on #B3D987 background

This text has black color on #B3D987 background.


White color preview on #B3D987 background

This text has white color on #B3D987 background.