COLOR #8ABF96

HEX: #8ABF96
RGB: (138,191,150)

Color info

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

RGB color model

#8ABF96 color RGB value is (138,191,150).

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

RGB channels and saturation

R 138 of 255 = 54%
G 191 of 255 = 75%
B 150 of 255 = 59%

138
191
150

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

Portions of RGB colors in percentages

R + G + B =
138 + 191 + 150 = 479 (100%)
R 138 of 479 ~ 28.81%
G 191 of 479 ~ 39.87%
B 150 of 479 ~ 31.32%

%28.81
%39.87
%31.32

CMYK color model

#8ABF96 color CMYK value is (28,0,21,25).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 25.10%
CMYK:
(28,0,21,25)
C28M0Y21K25 
(28%,0%,21%,25%)
(0.28/0.00/0.21/0.25)	

CMYK percentages

%27.75
%0
%21.47
%25.1

Codes

Color #8ABF96 in popluar color models

8ABF96
RGB138191150
HSL134°29.28%64.51%
HSB/HSV134°27.75%74.90%
CMYK27.75%0.00%21.47%
25.10%

Color #8ABF96 in popluar number systems.

HEX8ABF96
Decimal138191150
Binary100010101011111110010110
Octal212277226

Shades and tints

Shades of #8ABF96

#8ABF96
(138,191,150)
#7EAE89
(126,174,137)
#729D7C
(114,157,124)
#668C6F
(102,140,111)
#5A7B62
(90,123,98)
#4E6A55
(78,106,85)
#425948
(66,89,72)
#36483B
(54,72,59)
#2A372E
(42,55,46)
#1E2621
(30,38,33)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #8ABF96

#8ABF96
(138,191,150)
#94C49F
(148,196,159)
#9EC9A8
(158,201,168)
#A8CEB1
(168,206,177)
#B2D3BA
(178,211,186)
#BCD8C3
(188,216,195)
#C6DDCC
(198,221,204)
#D0E2D5
(208,226,213)
#DAE7DE
(218,231,222)
#E4ECE7
(228,236,231)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABF96; }

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

This text font color is #8ABF96.


Background Color

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

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

This div background color is #8ABF96.


Border color

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

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

This div border color is #8ABF96.


Opacity

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

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

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

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

This text has shadow with #8ABF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABF96 on black background.


Color preview on white background

This text has color #8ABF96 on white background.



Black color preview on #8ABF96 background

This text has black color on #8ABF96 background.


White color preview on #8ABF96 background

This text has white color on #8ABF96 background.