COLOR #8ABF8C

HEX: #8ABF8C
RGB: (138,191,140)

Color info

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

RGB color model

#8ABF8C color RGB value is (138,191,140).

  • red value is 138;
  • green value is 191;
  • blue value is 140.
RGB:
(138,191,140)
(54%,75%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 191 of 255 = 75%
B 140 of 255 = 55%

138
191
140

R + G + B ~ 61%. #8ABF8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 191 + 140 = 469 (100%)
R 138 of 469 ~ 29.42%
G 191 of 469 ~ 40.72%
B 140 of 469 ~ 29.85%

%29.42
%40.72
%29.85

CMYK color model

#8ABF8C color CMYK value is (28,0,27,25).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 25.10%
CMYK:
(28,0,27,25)
C28M0Y27K25 
(28%,0%,27%,25%)
(0.28/0.00/0.27/0.25)	

CMYK percentages

%27.75
%0
%26.7
%25.1

Codes

Color #8ABF8C in popluar color models

8ABF8C
RGB138191140
HSL122°29.28%64.51%
HSB/HSV122°27.75%74.90%
CMYK27.75%0.00%26.70%
25.10%

Color #8ABF8C in popluar number systems.

HEX8ABF8C
Decimal138191140
Binary100010101011111110001100
Octal212277214

Shades and tints

Shades of #8ABF8C

#8ABF8C
(138,191,140)
#7EAE80
(126,174,128)
#729D74
(114,157,116)
#668C68
(102,140,104)
#5A7B5C
(90,123,92)
#4E6A50
(78,106,80)
#425944
(66,89,68)
#364838
(54,72,56)
#2A372C
(42,55,44)
#1E2620
(30,38,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #8ABF8C

#8ABF8C
(138,191,140)
#94C496
(148,196,150)
#9EC9A0
(158,201,160)
#A8CEAA
(168,206,170)
#B2D3B4
(178,211,180)
#BCD8BE
(188,216,190)
#C6DDC8
(198,221,200)
#D0E2D2
(208,226,210)
#DAE7DC
(218,231,220)
#E4ECE6
(228,236,230)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABF8C color. Also use rgb(138,191,140) instead hex code.

Text Font Color

.myTextColor { color: #8ABF8C; }

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

This text font color is #8ABF8C.


Background Color

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

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

This div background color is #8ABF8C.


Border color

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

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

This div border color is #8ABF8C.


Opacity

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

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

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

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

This text has shadow with #8ABF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABF8C on black background.


Color preview on white background

This text has color #8ABF8C on white background.



Black color preview on #8ABF8C background

This text has black color on #8ABF8C background.


White color preview on #8ABF8C background

This text has white color on #8ABF8C background.