COLOR #8AB89C

HEX: #8AB89C
RGB: (138,184,156)

Color info

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

RGB color model

#8AB89C color RGB value is (138,184,156).

  • red value is 138;
  • green value is 184;
  • blue value is 156.
RGB:
(138,184,156)
(54%,72%,61%)

RGB channels and saturation

R 138 of 255 = 54%
G 184 of 255 = 72%
B 156 of 255 = 61%

138
184
156

R + G + B ~ 62%. #8AB89C is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 184 + 156 = 478 (100%)
R 138 of 478 ~ 28.87%
G 184 of 478 ~ 38.49%
B 156 of 478 ~ 32.64%

%28.87
%38.49
%32.64

CMYK color model

#8AB89C color CMYK value is (25,0,15,28).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 27.84%
CMYK:
(25,0,15,28)
C25M0Y15K28 
(25%,0%,15%,28%)
(0.25/0.00/0.15/0.28)	

CMYK percentages

%25
%0
%15.22
%27.84

Codes

Color #8AB89C in popluar color models

8AB89C
RGB138184156
HSL143°24.47%63.14%
HSB/HSV143°25.00%72.16%
CMYK25.00%0.00%15.22%
27.84%

Color #8AB89C in popluar number systems.

HEX8AB89C
Decimal138184156
Binary100010101011100010011100
Octal212270234

Shades and tints

Shades of #8AB89C

#8AB89C
(138,184,156)
#7EA88E
(126,168,142)
#729880
(114,152,128)
#668872
(102,136,114)
#5A7864
(90,120,100)
#4E6856
(78,104,86)
#425848
(66,88,72)
#36483A
(54,72,58)
#2A382C
(42,56,44)
#1E281E
(30,40,30)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #8AB89C

#8AB89C
(138,184,156)
#94BEA5
(148,190,165)
#9EC4AE
(158,196,174)
#A8CAB7
(168,202,183)
#B2D0C0
(178,208,192)
#BCD6C9
(188,214,201)
#C6DCD2
(198,220,210)
#D0E2DB
(208,226,219)
#DAE8E4
(218,232,228)
#E4EEED
(228,238,237)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB89C color. Also use rgb(138,184,156) instead hex code.

Text Font Color

.myTextColor { color: #8AB89C; }

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

This text font color is #8AB89C.


Background Color

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

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

This div background color is #8AB89C.


Border color

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

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

This div border color is #8AB89C.


Opacity

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

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

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

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

This text has shadow with #8AB89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB89C on black background.


Color preview on white background

This text has color #8AB89C on white background.



Black color preview on #8AB89C background

This text has black color on #8AB89C background.


White color preview on #8AB89C background

This text has white color on #8AB89C background.