COLOR #8AA263

HEX: #8AA263
RGB: (138,162,99)

Color info

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

RGB color model

#8AA263 color RGB value is (138,162,99).

  • red value is 138;
  • green value is 162;
  • blue value is 99.
RGB:
(138,162,99)
(54%,64%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 162 of 255 = 64%
B 99 of 255 = 39%

138
162
99

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

Portions of RGB colors in percentages

R + G + B =
138 + 162 + 99 = 399 (100%)
R 138 of 399 ~ 34.59%
G 162 of 399 ~ 40.6%
B 99 of 399 ~ 24.81%

%34.59
%40.6
%24.81

CMYK color model

#8AA263 color CMYK value is (15,0,39,36).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 36.47%
CMYK:
(15,0,39,36)
C15M0Y39K36 
(15%,0%,39%,36%)
(0.15/0.00/0.39/0.36)	

CMYK percentages

%14.81
%0
%38.89
%36.47

Codes

Color #8AA263 in popluar color models

8AA263
RGB13816299
HSL83°25.30%51.18%
HSB/HSV83°38.89%63.53%
CMYK14.81%0.00%38.89%
36.47%

Color #8AA263 in popluar number systems.

HEX8AA263
Decimal13816299
Binary10001010101000101100011
Octal212242143

Shades and tints

Shades of #8AA263

#8AA263
(138,162,99)
#7E945A
(126,148,90)
#728651
(114,134,81)
#667848
(102,120,72)
#5A6A3F
(90,106,63)
#4E5C36
(78,92,54)
#424E2D
(66,78,45)
#364024
(54,64,36)
#2A321B
(42,50,27)
#1E2412
(30,36,18)
#121609
(18,22,9)
#000000
(0,0,0)

Tints of #8AA263

#8AA263
(138,162,99)
#94AA71
(148,170,113)
#9EB27F
(158,178,127)
#A8BA8D
(168,186,141)
#B2C29B
(178,194,155)
#BCCAA9
(188,202,169)
#C6D2B7
(198,210,183)
#D0DAC5
(208,218,197)
#DAE2D3
(218,226,211)
#E4EAE1
(228,234,225)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA263 color. Also use rgb(138,162,99) instead hex code.

Text Font Color

.myTextColor { color: #8AA263; }

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

This text font color is #8AA263.


Background Color

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

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

This div background color is #8AA263.


Border color

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

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

This div border color is #8AA263.


Opacity

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

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

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

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

This text has shadow with #8AA263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA263 on black background.


Color preview on white background

This text has color #8AA263 on white background.



Black color preview on #8AA263 background

This text has black color on #8AA263 background.


White color preview on #8AA263 background

This text has white color on #8AA263 background.