COLOR #8ABEA0

HEX: #8ABEA0 RGB: (138,190,160)

Color info

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

RGB color model

#8ABEA0 color RGB value is (138,190,160).

RGB: (138,190,160) (54%, 75%, 63%)

RGB channels and saturation

R 138 of 255 = 54%
G 190 of 255 = 75%
B 160 of 255 = 63%

138
190
160

R + G + B ~ 64%. #8ABEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 190 + 160 = 488 (100%)
R 138 of 488 ~ 28.28%
G 190 of 488 ~ 38.93%
B 160 of 488 ~ 32.79'%

%28.28
%38.93
%32.79

CMYK color model

#8ABEA0 color CMYK value is (27,0,16,25).

  • cyan value is 27.37%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 25.49%

CMYK: (27,0,16,25)
C27M0Y16K25 (27%, 0%, 16%, 25%)
(0.27 / 0.00 / 0.16 / 0.25)

CMYK percentages

%27.37
%0
%15.79
%25.49

Codes

Color #8ABEA0 in popluar color models

8A BE A0
RGB 138 190 160
HSL 145° 28.57% 64.31%
HSB/HSV 145° 27.37% 74.51%
CMYK 27.37% 0.00% 15.79%
25.49%

Color #8ABEA0 in popluar number systems.

HEX 8A BE A0
Decimal 138 190 160
Binary 10001010 10111110 10100000
Octal 212 276 240

Shades and tints

Shades of #8ABEA0

#8ABEA0
(138,190,160)
#7EAD92
(126,173,146)
#729C84
(114,156,132)
#668B76
(102,139,118)
#5A7A68
(90,122,104)
#4E695A
(78,105,90)
#42584C
(66,88,76)
#36473E
(54,71,62)
#2A3630
(42,54,48)
#1E2522
(30,37,34)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #8ABEA0

#8ABEA0
(138,190,160)
#94C3A8
(148,195,168)
#9EC8B0
(158,200,176)
#A8CDB8
(168,205,184)
#B2D2C0
(178,210,192)
#BCD7C8
(188,215,200)
#C6DCD0
(198,220,208)
#D0E1D8
(208,225,216)
#DAE6E0
(218,230,224)
#E4EBE8
(228,235,232)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABEA0 color. Also use rgb(138,190,160) instead hex code.

Text Font Color

.myTextColor { color: #8ABEA0; }

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

This text font color is #8ABEA0.

Background Color

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

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

This div background color is #8ABEA0.

Border color

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

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

This div border color is #8ABEA0.

Opacity

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

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

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

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

This text has shadow with #8ABEA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABEA0.

Preview

Color preview on black background

This text has color #8ABEA0 on black background.


Color preview on white background

This text has color #8ABEA0 on white background.


Black color preview on #8ABEA0 background

This text has black color on #8ABEA0 background.


White color preview on #8ABEA0 background

This text has white color on #8ABEA0 background.


Related colors

Complementary color

Complementary color for #hex is #75415F.


I love getcolorcode.com

Triadic colors

1 #A08ABE and #BEA08A with #8ABEA0 are triadic colors.

2 #A0BE8A and #BE8AA0 with #8ABEA0 are triadic colors.