COLOR #8AB066

HEX: #8AB066 RGB: (138,176,102)

Color info

#8AB066 contains mainly red and green colors. Web safe color of #8AB066 is #999966 (or #996).

RGB color model

#8AB066 color RGB value is (138,176,102).

RGB: (138,176,102) (54%, 69%, 40%)

RGB channels and saturation

R 138 of 255 = 54%
G 176 of 255 = 69%
B 102 of 255 = 40%

138
176
102

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

Portions of RGB colors in percentages

R + G + B = 138 + 176 + 102 = 416 (100%)
R 138 of 416 ~ 33.17%
G 176 of 416 ~ 42.31%
B 102 of 416 ~ 24.52'%

%33.17
%42.31
%24.52

CMYK color model

#8AB066 color CMYK value is (22,0,42,31).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 30.98%

CMYK: (22,0,42,31)
C22M0Y42K31 (22%, 0%, 42%, 31%)
(0.22 / 0.00 / 0.42 / 0.31)

CMYK percentages

%21.59
%0
%42.05
%30.98

Codes

Color #8AB066 in popluar color models

8A B0 66
RGB 138 176 102
HSL 91° 31.90% 54.51%
HSB/HSV 91° 42.05% 69.02%
CMYK 21.59% 0.00% 42.05%
30.98%

Color #8AB066 in popluar number systems.

HEX 8A B0 66
Decimal 138 176 102
Binary 10001010 10110000 1100110
Octal 212 260 146

Shades and tints

Shades of #8AB066

#8AB066
(138,176,102)
#7EA05D
(126,160,93)
#729054
(114,144,84)
#66804B
(102,128,75)
#5A7042
(90,112,66)
#4E6039
(78,96,57)
#425030
(66,80,48)
#364027
(54,64,39)
#2A301E
(42,48,30)
#1E2015
(30,32,21)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #8AB066

#8AB066
(138,176,102)
#94B773
(148,183,115)
#9EBE80
(158,190,128)
#A8C58D
(168,197,141)
#B2CC9A
(178,204,154)
#BCD3A7
(188,211,167)
#C6DAB4
(198,218,180)
#D0E1C1
(208,225,193)
#DAE8CE
(218,232,206)
#E4EFDB
(228,239,219)
#EEF6E8
(238,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB066; }

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

This text font color is #8AB066.

Background Color

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

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

This div background color is #8AB066.

Border color

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

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

This div border color is #8AB066.

Opacity

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

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

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

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

This text has shadow with #8AB066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB066.

Preview

Color preview on black background

This text has color #8AB066 on black background.


Color preview on white background

This text has color #8AB066 on white background.


Black color preview on #8AB066 background

This text has black color on #8AB066 background.


White color preview on #8AB066 background

This text has white color on #8AB066 background.


Related colors

Complementary color

Complementary color for #hex is #754F99.


I love getcolorcode.com

Triadic colors

1 #668AB0 and #B0668A with #8AB066 are triadic colors.

2 #66B08A and #B08A66 with #8AB066 are triadic colors.