COLOR #8ABD8F

HEX: #8ABD8F
RGB: (138,189,143)

Color info

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

RGB color model

#8ABD8F color RGB value is (138,189,143).

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

RGB channels and saturation

R 138 of 255 = 54%
G 189 of 255 = 74%
B 143 of 255 = 56%

138
189
143

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

Portions of RGB colors in percentages

R + G + B =
138 + 189 + 143 = 470 (100%)
R 138 of 470 ~ 29.36%
G 189 of 470 ~ 40.21%
B 143 of 470 ~ 30.43%

%29.36
%40.21
%30.43

CMYK color model

#8ABD8F color CMYK value is (27,0,24,26).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 25.88%
CMYK:
(27,0,24,26)
C27M0Y24K26 
(27%,0%,24%,26%)
(0.27/0.00/0.24/0.26)	

CMYK percentages

%26.98
%0
%24.34
%25.88

Codes

Color #8ABD8F in popluar color models

8ABD8F
RGB138189143
HSL126°27.87%64.12%
HSB/HSV126°26.98%74.12%
CMYK26.98%0.00%24.34%
25.88%

Color #8ABD8F in popluar number systems.

HEX8ABD8F
Decimal138189143
Binary100010101011110110001111
Octal212275217

Shades and tints

Shades of #8ABD8F

#8ABD8F
(138,189,143)
#7EAC82
(126,172,130)
#729B75
(114,155,117)
#668A68
(102,138,104)
#5A795B
(90,121,91)
#4E684E
(78,104,78)
#425741
(66,87,65)
#364634
(54,70,52)
#2A3527
(42,53,39)
#1E241A
(30,36,26)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #8ABD8F

#8ABD8F
(138,189,143)
#94C399
(148,195,153)
#9EC9A3
(158,201,163)
#A8CFAD
(168,207,173)
#B2D5B7
(178,213,183)
#BCDBC1
(188,219,193)
#C6E1CB
(198,225,203)
#D0E7D5
(208,231,213)
#DAEDDF
(218,237,223)
#E4F3E9
(228,243,233)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABD8F; }

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

This text font color is #8ABD8F.


Background Color

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

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

This div background color is #8ABD8F.


Border color

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

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

This div border color is #8ABD8F.


Opacity

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

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

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

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

This text has shadow with #8ABD8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABD8F on black background.


Color preview on white background

This text has color #8ABD8F on white background.



Black color preview on #8ABD8F background

This text has black color on #8ABD8F background.


White color preview on #8ABD8F background

This text has white color on #8ABD8F background.