COLOR #8AB88C

HEX: #8AB88C
RGB: (138,184,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
184
140

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

Portions of RGB colors in percentages

R + G + B =
138 + 184 + 140 = 462 (100%)
R 138 of 462 ~ 29.87%
G 184 of 462 ~ 39.83%
B 140 of 462 ~ 30.3%

%29.87
%39.83
%30.3

CMYK color model

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

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

CMYK percentages

%25
%0
%23.91
%27.84

Codes

Color #8AB88C in popluar color models

8AB88C
RGB138184140
HSL123°24.47%63.14%
HSB/HSV123°25.00%72.16%
CMYK25.00%0.00%23.91%
27.84%

Color #8AB88C in popluar number systems.

HEX8AB88C
Decimal138184140
Binary100010101011100010001100
Octal212270214

Shades and tints

Shades of #8AB88C

#8AB88C
(138,184,140)
#7EA880
(126,168,128)
#729874
(114,152,116)
#668868
(102,136,104)
#5A785C
(90,120,92)
#4E6850
(78,104,80)
#425844
(66,88,68)
#364838
(54,72,56)
#2A382C
(42,56,44)
#1E2820
(30,40,32)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #8AB88C

#8AB88C
(138,184,140)
#94BE96
(148,190,150)
#9EC4A0
(158,196,160)
#A8CAAA
(168,202,170)
#B2D0B4
(178,208,180)
#BCD6BE
(188,214,190)
#C6DCC8
(198,220,200)
#D0E2D2
(208,226,210)
#DAE8DC
(218,232,220)
#E4EEE6
(228,238,230)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB88C; }

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

This text font color is #8AB88C.


Background Color

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

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

This div background color is #8AB88C.


Border color

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

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

This div border color is #8AB88C.


Opacity

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

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

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

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

This text has shadow with #8AB88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB88C on black background.


Color preview on white background

This text has color #8AB88C on white background.



Black color preview on #8AB88C background

This text has black color on #8AB88C background.


White color preview on #8AB88C background

This text has white color on #8AB88C background.