COLOR #8AB484

HEX: #8AB484
RGB: (138,180,132)

Color info

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

RGB color model

#8AB484 color RGB value is (138,180,132).

  • red value is 138;
  • green value is 180;
  • blue value is 132.
RGB:
(138,180,132)
(54%,71%,52%)

RGB channels and saturation

R 138 of 255 = 54%
G 180 of 255 = 71%
B 132 of 255 = 52%

138
180
132

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

Portions of RGB colors in percentages

R + G + B =
138 + 180 + 132 = 450 (100%)
R 138 of 450 ~ 30.67%
G 180 of 450 ~ 40%
B 132 of 450 ~ 29.33%

%30.67
%40
%29.33

CMYK color model

#8AB484 color CMYK value is (23,0,27,29).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 29.41%
CMYK:
(23,0,27,29)
C23M0Y27K29 
(23%,0%,27%,29%)
(0.23/0.00/0.27/0.29)	

CMYK percentages

%23.33
%0
%26.67
%29.41

Codes

Color #8AB484 in popluar color models

8AB484
RGB138180132
HSL113°24.24%61.18%
HSB/HSV113°26.67%70.59%
CMYK23.33%0.00%26.67%
29.41%

Color #8AB484 in popluar number systems.

HEX8AB484
Decimal138180132
Binary100010101011010010000100
Octal212264204

Shades and tints

Shades of #8AB484

#8AB484
(138,180,132)
#7EA478
(126,164,120)
#72946C
(114,148,108)
#668460
(102,132,96)
#5A7454
(90,116,84)
#4E6448
(78,100,72)
#42543C
(66,84,60)
#364430
(54,68,48)
#2A3424
(42,52,36)
#1E2418
(30,36,24)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #8AB484

#8AB484
(138,180,132)
#94BA8F
(148,186,143)
#9EC09A
(158,192,154)
#A8C6A5
(168,198,165)
#B2CCB0
(178,204,176)
#BCD2BB
(188,210,187)
#C6D8C6
(198,216,198)
#D0DED1
(208,222,209)
#DAE4DC
(218,228,220)
#E4EAE7
(228,234,231)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB484; }

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

This text font color is #8AB484.


Background Color

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

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

This div background color is #8AB484.


Border color

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

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

This div border color is #8AB484.


Opacity

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

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

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

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

This text has shadow with #8AB484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB484 on black background.


Color preview on white background

This text has color #8AB484 on white background.



Black color preview on #8AB484 background

This text has black color on #8AB484 background.


White color preview on #8AB484 background

This text has white color on #8AB484 background.