COLOR #8AB990

HEX: #8AB990
RGB: (138,185,144)

Color info

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

RGB color model

#8AB990 color RGB value is (138,185,144).

  • red value is 138;
  • green value is 185;
  • blue value is 144.
RGB:
(138,185,144)
(54%,73%,56%)

RGB channels and saturation

R 138 of 255 = 54%
G 185 of 255 = 73%
B 144 of 255 = 56%

138
185
144

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

Portions of RGB colors in percentages

R + G + B =
138 + 185 + 144 = 467 (100%)
R 138 of 467 ~ 29.55%
G 185 of 467 ~ 39.61%
B 144 of 467 ~ 30.84%

%29.55
%39.61
%30.84

CMYK color model

#8AB990 color CMYK value is (25,0,22,27).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 27.45%
CMYK:
(25,0,22,27)
C25M0Y22K27 
(25%,0%,22%,27%)
(0.25/0.00/0.22/0.27)	

CMYK percentages

%25.41
%0
%22.16
%27.45

Codes

Color #8AB990 in popluar color models

8AB990
RGB138185144
HSL128°25.13%63.33%
HSB/HSV128°25.41%72.55%
CMYK25.41%0.00%22.16%
27.45%

Color #8AB990 in popluar number systems.

HEX8AB990
Decimal138185144
Binary100010101011100110010000
Octal212271220

Shades and tints

Shades of #8AB990

#8AB990
(138,185,144)
#7EA983
(126,169,131)
#729976
(114,153,118)
#668969
(102,137,105)
#5A795C
(90,121,92)
#4E694F
(78,105,79)
#425942
(66,89,66)
#364935
(54,73,53)
#2A3928
(42,57,40)
#1E291B
(30,41,27)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #8AB990

#8AB990
(138,185,144)
#94BF9A
(148,191,154)
#9EC5A4
(158,197,164)
#A8CBAE
(168,203,174)
#B2D1B8
(178,209,184)
#BCD7C2
(188,215,194)
#C6DDCC
(198,221,204)
#D0E3D6
(208,227,214)
#DAE9E0
(218,233,224)
#E4EFEA
(228,239,234)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB990 color. Also use rgb(138,185,144) instead hex code.

Text Font Color

.myTextColor { color: #8AB990; }

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

This text font color is #8AB990.


Background Color

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

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

This div background color is #8AB990.


Border color

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

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

This div border color is #8AB990.


Opacity

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

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

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

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

This text has shadow with #8AB990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB990 on black background.


Color preview on white background

This text has color #8AB990 on white background.



Black color preview on #8AB990 background

This text has black color on #8AB990 background.


White color preview on #8AB990 background

This text has white color on #8AB990 background.