COLOR #8AB88D

HEX: #8AB88D
RGB: (138,184,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
184
141

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

Portions of RGB colors in percentages

R + G + B =
138 + 184 + 141 = 463 (100%)
R 138 of 463 ~ 29.81%
G 184 of 463 ~ 39.74%
B 141 of 463 ~ 30.45%

%29.81
%39.74
%30.45

CMYK color model

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

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

CMYK percentages

%25
%0
%23.37
%27.84

Codes

Color #8AB88D in popluar color models

8AB88D
RGB138184141
HSL124°24.47%63.14%
HSB/HSV124°25.00%72.16%
CMYK25.00%0.00%23.37%
27.84%

Color #8AB88D in popluar number systems.

HEX8AB88D
Decimal138184141
Binary100010101011100010001101
Octal212270215

Shades and tints

Shades of #8AB88D

#8AB88D
(138,184,141)
#7EA881
(126,168,129)
#729875
(114,152,117)
#668869
(102,136,105)
#5A785D
(90,120,93)
#4E6851
(78,104,81)
#425845
(66,88,69)
#364839
(54,72,57)
#2A382D
(42,56,45)
#1E2821
(30,40,33)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #8AB88D

#8AB88D
(138,184,141)
#94BE97
(148,190,151)
#9EC4A1
(158,196,161)
#A8CAAB
(168,202,171)
#B2D0B5
(178,208,181)
#BCD6BF
(188,214,191)
#C6DCC9
(198,220,201)
#D0E2D3
(208,226,211)
#DAE8DD
(218,232,221)
#E4EEE7
(228,238,231)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB88D; }

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

This text font color is #8AB88D.


Background Color

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

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

This div background color is #8AB88D.


Border color

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

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

This div border color is #8AB88D.


Opacity

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

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

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

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

This text has shadow with #8AB88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB88D on black background.


Color preview on white background

This text has color #8AB88D on white background.



Black color preview on #8AB88D background

This text has black color on #8AB88D background.


White color preview on #8AB88D background

This text has white color on #8AB88D background.