COLOR #8ABD96

HEX: #8ABD96
RGB: (138,189,150)

Color info

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

RGB color model

#8ABD96 color RGB value is (138,189,150).

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

RGB channels and saturation

R 138 of 255 = 54%
G 189 of 255 = 74%
B 150 of 255 = 59%

138
189
150

R + G + B ~ 62%. #8ABD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 189 + 150 = 477 (100%)
R 138 of 477 ~ 28.93%
G 189 of 477 ~ 39.62%
B 150 of 477 ~ 31.45%

%28.93
%39.62
%31.45

CMYK color model

#8ABD96 color CMYK value is (27,0,21,26).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(27,0,21,26)
C27M0Y21K26 
(27%,0%,21%,26%)
(0.27/0.00/0.21/0.26)	

CMYK percentages

%26.98
%0
%20.63
%25.88

Codes

Color #8ABD96 in popluar color models

8ABD96
RGB138189150
HSL134°27.87%64.12%
HSB/HSV134°26.98%74.12%
CMYK26.98%0.00%20.63%
25.88%

Color #8ABD96 in popluar number systems.

HEX8ABD96
Decimal138189150
Binary100010101011110110010110
Octal212275226

Shades and tints

Shades of #8ABD96

#8ABD96
(138,189,150)
#7EAC89
(126,172,137)
#729B7C
(114,155,124)
#668A6F
(102,138,111)
#5A7962
(90,121,98)
#4E6855
(78,104,85)
#425748
(66,87,72)
#36463B
(54,70,59)
#2A352E
(42,53,46)
#1E2421
(30,36,33)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #8ABD96

#8ABD96
(138,189,150)
#94C39F
(148,195,159)
#9EC9A8
(158,201,168)
#A8CFB1
(168,207,177)
#B2D5BA
(178,213,186)
#BCDBC3
(188,219,195)
#C6E1CC
(198,225,204)
#D0E7D5
(208,231,213)
#DAEDDE
(218,237,222)
#E4F3E7
(228,243,231)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABD96; }

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

This text font color is #8ABD96.


Background Color

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

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

This div background color is #8ABD96.


Border color

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

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

This div border color is #8ABD96.


Opacity

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

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

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

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

This text has shadow with #8ABD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABD96 on black background.


Color preview on white background

This text has color #8ABD96 on white background.



Black color preview on #8ABD96 background

This text has black color on #8ABD96 background.


White color preview on #8ABD96 background

This text has white color on #8ABD96 background.