COLOR #8AA668

HEX: #8AA668
RGB: (138,166,104)

Color info

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

RGB color model

#8AA668 color RGB value is (138,166,104).

  • red value is 138;
  • green value is 166;
  • blue value is 104.
RGB:
(138,166,104)
(54%,65%,41%)

RGB channels and saturation

R 138 of 255 = 54%
G 166 of 255 = 65%
B 104 of 255 = 41%

138
166
104

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

Portions of RGB colors in percentages

R + G + B =
138 + 166 + 104 = 408 (100%)
R 138 of 408 ~ 33.82%
G 166 of 408 ~ 40.69%
B 104 of 408 ~ 25.49%

%33.82
%40.69
%25.49

CMYK color model

#8AA668 color CMYK value is (17,0,37,35).

  • cyan value is 16.87%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 34.90%
CMYK:
(17,0,37,35)
C17M0Y37K35 
(17%,0%,37%,35%)
(0.17/0.00/0.37/0.35)	

CMYK percentages

%16.87
%0
%37.35
%34.9

Codes

Color #8AA668 in popluar color models

8AA668
RGB138166104
HSL87°25.83%52.94%
HSB/HSV87°37.35%65.10%
CMYK16.87%0.00%37.35%
34.90%

Color #8AA668 in popluar number systems.

HEX8AA668
Decimal138166104
Binary10001010101001101101000
Octal212246150

Shades and tints

Shades of #8AA668

#8AA668
(138,166,104)
#7E975F
(126,151,95)
#728856
(114,136,86)
#66794D
(102,121,77)
#5A6A44
(90,106,68)
#4E5B3B
(78,91,59)
#424C32
(66,76,50)
#363D29
(54,61,41)
#2A2E20
(42,46,32)
#1E1F17
(30,31,23)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #8AA668

#8AA668
(138,166,104)
#94AE75
(148,174,117)
#9EB682
(158,182,130)
#A8BE8F
(168,190,143)
#B2C69C
(178,198,156)
#BCCEA9
(188,206,169)
#C6D6B6
(198,214,182)
#D0DEC3
(208,222,195)
#DAE6D0
(218,230,208)
#E4EEDD
(228,238,221)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA668; }

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

This text font color is #8AA668.


Background Color

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

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

This div background color is #8AA668.


Border color

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

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

This div border color is #8AA668.


Opacity

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

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

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

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

This text has shadow with #8AA668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA668 on black background.


Color preview on white background

This text has color #8AA668 on white background.



Black color preview on #8AA668 background

This text has black color on #8AA668 background.


White color preview on #8AA668 background

This text has white color on #8AA668 background.