COLOR #8ABDA4

HEX: #8ABDA4
RGB: (138,189,164)

Color info

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

RGB color model

#8ABDA4 color RGB value is (138,189,164).

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

RGB channels and saturation

R 138 of 255 = 54%
G 189 of 255 = 74%
B 164 of 255 = 64%

138
189
164

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

Portions of RGB colors in percentages

R + G + B =
138 + 189 + 164 = 491 (100%)
R 138 of 491 ~ 28.11%
G 189 of 491 ~ 38.49%
B 164 of 491 ~ 33.4%

%28.11
%38.49
%33.4

CMYK color model

#8ABDA4 color CMYK value is (27,0,13,26).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK:
(27,0,13,26)
C27M0Y13K26 
(27%,0%,13%,26%)
(0.27/0.00/0.13/0.26)	

CMYK percentages

%26.98
%0
%13.23
%25.88

Codes

Color #8ABDA4 in popluar color models

8ABDA4
RGB138189164
HSL151°27.87%64.12%
HSB/HSV151°26.98%74.12%
CMYK26.98%0.00%13.23%
25.88%

Color #8ABDA4 in popluar number systems.

HEX8ABDA4
Decimal138189164
Binary100010101011110110100100
Octal212275244

Shades and tints

Shades of #8ABDA4

#8ABDA4
(138,189,164)
#7EAC96
(126,172,150)
#729B88
(114,155,136)
#668A7A
(102,138,122)
#5A796C
(90,121,108)
#4E685E
(78,104,94)
#425750
(66,87,80)
#364642
(54,70,66)
#2A3534
(42,53,52)
#1E2426
(30,36,38)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #8ABDA4

#8ABDA4
(138,189,164)
#94C3AC
(148,195,172)
#9EC9B4
(158,201,180)
#A8CFBC
(168,207,188)
#B2D5C4
(178,213,196)
#BCDBCC
(188,219,204)
#C6E1D4
(198,225,212)
#D0E7DC
(208,231,220)
#DAEDE4
(218,237,228)
#E4F3EC
(228,243,236)
#EEF9F4
(238,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABDA4; }

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

This text font color is #8ABDA4.


Background Color

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

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

This div background color is #8ABDA4.


Border color

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

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

This div border color is #8ABDA4.


Opacity

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

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

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

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

This text has shadow with #8ABDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABDA4 on black background.


Color preview on white background

This text has color #8ABDA4 on white background.



Black color preview on #8ABDA4 background

This text has black color on #8ABDA4 background.


White color preview on #8ABDA4 background

This text has white color on #8ABDA4 background.