COLOR #8ABD9B

HEX: #8ABD9B
RGB: (138,189,155)

Color info

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

RGB color model

#8ABD9B color RGB value is (138,189,155).

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

RGB channels and saturation

R 138 of 255 = 54%
G 189 of 255 = 74%
B 155 of 255 = 61%

138
189
155

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

Portions of RGB colors in percentages

R + G + B =
138 + 189 + 155 = 482 (100%)
R 138 of 482 ~ 28.63%
G 189 of 482 ~ 39.21%
B 155 of 482 ~ 32.16%

%28.63
%39.21
%32.16

CMYK color model

#8ABD9B color CMYK value is (27,0,18,26).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(27,0,18,26)
C27M0Y18K26 
(27%,0%,18%,26%)
(0.27/0.00/0.18/0.26)	

CMYK percentages

%26.98
%0
%17.99
%25.88

Codes

Color #8ABD9B in popluar color models

8ABD9B
RGB138189155
HSL140°27.87%64.12%
HSB/HSV140°26.98%74.12%
CMYK26.98%0.00%17.99%
25.88%

Color #8ABD9B in popluar number systems.

HEX8ABD9B
Decimal138189155
Binary100010101011110110011011
Octal212275233

Shades and tints

Shades of #8ABD9B

#8ABD9B
(138,189,155)
#7EAC8D
(126,172,141)
#729B7F
(114,155,127)
#668A71
(102,138,113)
#5A7963
(90,121,99)
#4E6855
(78,104,85)
#425747
(66,87,71)
#364639
(54,70,57)
#2A352B
(42,53,43)
#1E241D
(30,36,29)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #8ABD9B

#8ABD9B
(138,189,155)
#94C3A4
(148,195,164)
#9EC9AD
(158,201,173)
#A8CFB6
(168,207,182)
#B2D5BF
(178,213,191)
#BCDBC8
(188,219,200)
#C6E1D1
(198,225,209)
#D0E7DA
(208,231,218)
#DAEDE3
(218,237,227)
#E4F3EC
(228,243,236)
#EEF9F5
(238,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABD9B; }

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

This text font color is #8ABD9B.


Background Color

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

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

This div background color is #8ABD9B.


Border color

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

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

This div border color is #8ABD9B.


Opacity

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

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

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

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

This text has shadow with #8ABD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABD9B on black background.


Color preview on white background

This text has color #8ABD9B on white background.



Black color preview on #8ABD9B background

This text has black color on #8ABD9B background.


White color preview on #8ABD9B background

This text has white color on #8ABD9B background.