COLOR #8BC773

HEX: #8BC773
RGB: (139,199,115)

Color info

#8BC773 contains mainly green color. Web safe color of #8BC773 is #99CC66 (or #9C6).

RGB color model

#8BC773 color RGB value is (139,199,115).

  • red value is 139;
  • green value is 199;
  • blue value is 115.
RGB:
(139,199,115)
(55%,78%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 199 of 255 = 78%
B 115 of 255 = 45%

139
199
115

R + G + B ~ 59%. #8BC773 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 199 + 115 = 453 (100%)
R 139 of 453 ~ 30.68%
G 199 of 453 ~ 43.93%
B 115 of 453 ~ 25.39%

%30.68
%43.93
%25.39

CMYK color model

#8BC773 color CMYK value is (30,0,42,22).

  • cyan value is 30.15%
  • magenta value is 0.00%
  • yellow value is 42.21%
  • key color value is 21.96%
CMYK:
(30,0,42,22)
C30M0Y42K22 
(30%,0%,42%,22%)
(0.30/0.00/0.42/0.22)	

CMYK percentages

%30.15
%0
%42.21
%21.96

Codes

Color #8BC773 in popluar color models

8BC773
RGB139199115
HSL103°42.86%61.57%
HSB/HSV103°42.21%78.04%
CMYK30.15%0.00%42.21%
21.96%

Color #8BC773 in popluar number systems.

HEX8BC773
Decimal139199115
Binary10001011110001111110011
Octal213307163

Shades and tints

Shades of #8BC773

#8BC773
(139,199,115)
#7FB569
(127,181,105)
#73A35F
(115,163,95)
#679155
(103,145,85)
#5B7F4B
(91,127,75)
#4F6D41
(79,109,65)
#435B37
(67,91,55)
#37492D
(55,73,45)
#2B3723
(43,55,35)
#1F2519
(31,37,25)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #8BC773

#8BC773
(139,199,115)
#95CC7F
(149,204,127)
#9FD18B
(159,209,139)
#A9D697
(169,214,151)
#B3DBA3
(179,219,163)
#BDE0AF
(189,224,175)
#C7E5BB
(199,229,187)
#D1EAC7
(209,234,199)
#DBEFD3
(219,239,211)
#E5F4DF
(229,244,223)
#EFF9EB
(239,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC773 color. Also use rgb(139,199,115) instead hex code.

Text Font Color

.myTextColor { color: #8BC773; }

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

This text font color is #8BC773.


Background Color

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

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

This div background color is #8BC773.


Border color

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

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

This div border color is #8BC773.


Opacity

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

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

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

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

This text has shadow with #8BC773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC773 on black background.


Color preview on white background

This text has color #8BC773 on white background.



Black color preview on #8BC773 background

This text has black color on #8BC773 background.


White color preview on #8BC773 background

This text has white color on #8BC773 background.