COLOR #8BC491

HEX: #8BC491
RGB: (139,196,145)

Color info

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

RGB color model

#8BC491 color RGB value is (139,196,145).

  • red value is 139;
  • green value is 196;
  • blue value is 145.
RGB:
(139,196,145)
(55%,77%,57%)

RGB channels and saturation

R 139 of 255 = 55%
G 196 of 255 = 77%
B 145 of 255 = 57%

139
196
145

R + G + B ~ 63%. #8BC491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 196 + 145 = 480 (100%)
R 139 of 480 ~ 28.96%
G 196 of 480 ~ 40.83%
B 145 of 480 ~ 30.21%

%28.96
%40.83
%30.21

CMYK color model

#8BC491 color CMYK value is (29,0,26,23).

  • cyan value is 29.08%
  • magenta value is 0.00%
  • yellow value is 26.02%
  • key color value is 23.14%
CMYK:
(29,0,26,23)
C29M0Y26K23 
(29%,0%,26%,23%)
(0.29/0.00/0.26/0.23)	

CMYK percentages

%29.08
%0
%26.02
%23.14

Codes

Color #8BC491 in popluar color models

8BC491
RGB139196145
HSL126°32.57%65.69%
HSB/HSV126°29.08%76.86%
CMYK29.08%0.00%26.02%
23.14%

Color #8BC491 in popluar number systems.

HEX8BC491
Decimal139196145
Binary100010111100010010010001
Octal213304221

Shades and tints

Shades of #8BC491

#8BC491
(139,196,145)
#7FB384
(127,179,132)
#73A277
(115,162,119)
#67916A
(103,145,106)
#5B805D
(91,128,93)
#4F6F50
(79,111,80)
#435E43
(67,94,67)
#374D36
(55,77,54)
#2B3C29
(43,60,41)
#1F2B1C
(31,43,28)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #8BC491

#8BC491
(139,196,145)
#95C99B
(149,201,155)
#9FCEA5
(159,206,165)
#A9D3AF
(169,211,175)
#B3D8B9
(179,216,185)
#BDDDC3
(189,221,195)
#C7E2CD
(199,226,205)
#D1E7D7
(209,231,215)
#DBECE1
(219,236,225)
#E5F1EB
(229,241,235)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC491 color. Also use rgb(139,196,145) instead hex code.

Text Font Color

.myTextColor { color: #8BC491; }

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

This text font color is #8BC491.


Background Color

.myBgColor { background-color: #8BC491; }

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

This div background color is #8BC491.


Border color

.myBorderColor { border: 1px solid #8BC491; }

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

This div border color is #8BC491.


Opacity

.myOpacity80 { color: #8BC491; opacity: 0.8; }

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

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

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

This text has shadow with #8BC491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC491 on black background.


Color preview on white background

This text has color #8BC491 on white background.



Black color preview on #8BC491 background

This text has black color on #8BC491 background.


White color preview on #8BC491 background

This text has white color on #8BC491 background.