COLOR #8AA398

HEX: #8AA398
RGB: (138,163,152)

Color info

#8AA398 contains red, green and blue colors in about the same proportion. Web safe color of #8AA398 is #999999 (or #999).

RGB color model

#8AA398 color RGB value is (138,163,152).

  • red value is 138;
  • green value is 163;
  • blue value is 152.
RGB:
(138,163,152)
(54%,64%,60%)

RGB channels and saturation

R 138 of 255 = 54%
G 163 of 255 = 64%
B 152 of 255 = 60%

138
163
152

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

Portions of RGB colors in percentages

R + G + B =
138 + 163 + 152 = 453 (100%)
R 138 of 453 ~ 30.46%
G 163 of 453 ~ 35.98%
B 152 of 453 ~ 33.55%

%30.46
%35.98
%33.55

CMYK color model

#8AA398 color CMYK value is (15,0,7,36).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK:
(15,0,7,36)
C15M0Y7K36 
(15%,0%,7%,36%)
(0.15/0.00/0.07/0.36)	

CMYK percentages

%15.34
%0
%6.75
%36.08

Codes

Color #8AA398 in popluar color models

8AA398
RGB138163152
HSL154°11.96%59.02%
HSB/HSV154°15.34%63.92%
CMYK15.34%0.00%6.75%
36.08%

Color #8AA398 in popluar number systems.

HEX8AA398
Decimal138163152
Binary100010101010001110011000
Octal212243230

Shades and tints

Shades of #8AA398

#8AA398
(138,163,152)
#7E958B
(126,149,139)
#72877E
(114,135,126)
#667971
(102,121,113)
#5A6B64
(90,107,100)
#4E5D57
(78,93,87)
#424F4A
(66,79,74)
#36413D
(54,65,61)
#2A3330
(42,51,48)
#1E2523
(30,37,35)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #8AA398

#8AA398
(138,163,152)
#94ABA1
(148,171,161)
#9EB3AA
(158,179,170)
#A8BBB3
(168,187,179)
#B2C3BC
(178,195,188)
#BCCBC5
(188,203,197)
#C6D3CE
(198,211,206)
#D0DBD7
(208,219,215)
#DAE3E0
(218,227,224)
#E4EBE9
(228,235,233)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA398 color. Also use rgb(138,163,152) instead hex code.

Text Font Color

.myTextColor { color: #8AA398; }

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

This text font color is #8AA398.


Background Color

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

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

This div background color is #8AA398.


Border color

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

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

This div border color is #8AA398.


Opacity

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

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

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

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

This text has shadow with #8AA398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA398 on black background.


Color preview on white background

This text has color #8AA398 on white background.



Black color preview on #8AA398 background

This text has black color on #8AA398 background.


White color preview on #8AA398 background

This text has white color on #8AA398 background.