COLOR #8AB88A

HEX: #8AB88A
RGB: (138,184,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
184
138

R + G + B ~ 60%. #8AB88A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 184 + 138 = 460 (100%)
R 138 of 460 ~ 30%
G 184 of 460 ~ 40%
B 138 of 460 ~ 30%

%30
%40
%30

CMYK color model

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

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

CMYK percentages

%25
%0
%25
%27.84

Codes

Color #8AB88A in popluar color models

8AB88A
RGB138184138
HSL120°24.47%63.14%
HSB/HSV120°25.00%72.16%
CMYK25.00%0.00%25.00%
27.84%

Color #8AB88A in popluar number systems.

HEX8AB88A
Decimal138184138
Binary100010101011100010001010
Octal212270212

Shades and tints

Shades of #8AB88A

#8AB88A
(138,184,138)
#7EA87E
(126,168,126)
#729872
(114,152,114)
#668866
(102,136,102)
#5A785A
(90,120,90)
#4E684E
(78,104,78)
#425842
(66,88,66)
#364836
(54,72,54)
#2A382A
(42,56,42)
#1E281E
(30,40,30)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #8AB88A

#8AB88A
(138,184,138)
#94BE94
(148,190,148)
#9EC49E
(158,196,158)
#A8CAA8
(168,202,168)
#B2D0B2
(178,208,178)
#BCD6BC
(188,214,188)
#C6DCC6
(198,220,198)
#D0E2D0
(208,226,208)
#DAE8DA
(218,232,218)
#E4EEE4
(228,238,228)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB88A; }

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

This text font color is #8AB88A.


Background Color

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

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

This div background color is #8AB88A.


Border color

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

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

This div border color is #8AB88A.


Opacity

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

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

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

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

This text has shadow with #8AB88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB88A on black background.


Color preview on white background

This text has color #8AB88A on white background.



Black color preview on #8AB88A background

This text has black color on #8AB88A background.


White color preview on #8AB88A background

This text has white color on #8AB88A background.