COLOR #8ABFA5

HEX: #8ABFA5
RGB: (138,191,165)

Color info

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

RGB color model

#8ABFA5 color RGB value is (138,191,165).

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

RGB channels and saturation

R 138 of 255 = 54%
G 191 of 255 = 75%
B 165 of 255 = 65%

138
191
165

R + G + B ~ 65%. #8ABFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 191 + 165 = 494 (100%)
R 138 of 494 ~ 27.94%
G 191 of 494 ~ 38.66%
B 165 of 494 ~ 33.4%

%27.94
%38.66
%33.4

CMYK color model

#8ABFA5 color CMYK value is (28,0,14,25).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 25.10%
CMYK:
(28,0,14,25)
C28M0Y14K25 
(28%,0%,14%,25%)
(0.28/0.00/0.14/0.25)	

CMYK percentages

%27.75
%0
%13.61
%25.1

Codes

Color #8ABFA5 in popluar color models

8ABFA5
RGB138191165
HSL151°29.28%64.51%
HSB/HSV151°27.75%74.90%
CMYK27.75%0.00%13.61%
25.10%

Color #8ABFA5 in popluar number systems.

HEX8ABFA5
Decimal138191165
Binary100010101011111110100101
Octal212277245

Shades and tints

Shades of #8ABFA5

#8ABFA5
(138,191,165)
#7EAE96
(126,174,150)
#729D87
(114,157,135)
#668C78
(102,140,120)
#5A7B69
(90,123,105)
#4E6A5A
(78,106,90)
#42594B
(66,89,75)
#36483C
(54,72,60)
#2A372D
(42,55,45)
#1E261E
(30,38,30)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #8ABFA5

#8ABFA5
(138,191,165)
#94C4AD
(148,196,173)
#9EC9B5
(158,201,181)
#A8CEBD
(168,206,189)
#B2D3C5
(178,211,197)
#BCD8CD
(188,216,205)
#C6DDD5
(198,221,213)
#D0E2DD
(208,226,221)
#DAE7E5
(218,231,229)
#E4ECED
(228,236,237)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABFA5; }

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

This text font color is #8ABFA5.


Background Color

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

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

This div background color is #8ABFA5.


Border color

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

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

This div border color is #8ABFA5.


Opacity

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

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

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

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

This text has shadow with #8ABFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABFA5 on black background.


Color preview on white background

This text has color #8ABFA5 on white background.



Black color preview on #8ABFA5 background

This text has black color on #8ABFA5 background.


White color preview on #8ABFA5 background

This text has white color on #8ABFA5 background.