COLOR #8FA398

HEX: #8FA398 RGB: (143,163,152)

Color info

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

RGB color model

#8FA398 color RGB value is (143,163,152).

RGB: (143,163,152) (56%, 64%, 60%)

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 152 of 255 = 60%

143
163
152

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

Portions of RGB colors in percentages

R + G + B = 143 + 163 + 152 = 458 (100%)
R 143 of 458 ~ 31.22%
G 163 of 458 ~ 35.59%
B 152 of 458 ~ 33.19'%

%31.22
%35.59
%33.19

CMYK color model

#8FA398 color CMYK value is (12,0,7,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%

CMYK: (12,0,7,36)
C12M0Y7K36 (12%, 0%, 7%, 36%)
(0.12 / 0.00 / 0.07 / 0.36)

CMYK percentages

%12.27
%0
%6.75
%36.08

Codes

Color #8FA398 in popluar color models

8F A3 98
RGB 143 163 152
HSL 147° 9.80% 60.00%
HSB/HSV 147° 12.27% 63.92%
CMYK 12.27% 0.00% 6.75%
36.08%

Color #8FA398 in popluar number systems.

HEX 8F A3 98
Decimal 143 163 152
Binary 10001111 10100011 10011000
Octal 217 243 230

Shades and tints

Shades of #8FA398

#8FA398
(143,163,152)
#82958B
(130,149,139)
#75877E
(117,135,126)
#687971
(104,121,113)
#5B6B64
(91,107,100)
#4E5D57
(78,93,87)
#414F4A
(65,79,74)
#34413D
(52,65,61)
#273330
(39,51,48)
#1A2523
(26,37,35)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #8FA398

#8FA398
(143,163,152)
#99ABA1
(153,171,161)
#A3B3AA
(163,179,170)
#ADBBB3
(173,187,179)
#B7C3BC
(183,195,188)
#C1CBC5
(193,203,197)
#CBD3CE
(203,211,206)
#D5DBD7
(213,219,215)
#DFE3E0
(223,227,224)
#E9EBE9
(233,235,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA398; }

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

This text font color is #8FA398.

Background Color

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

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

This div background color is #8FA398.

Border color

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

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

This div border color is #8FA398.

Opacity

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

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

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

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

This text has shadow with #8FA398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA398.

Preview

Color preview on black background

This text has color #8FA398 on black background.


Color preview on white background

This text has color #8FA398 on white background.


Black color preview on #8FA398 background

This text has black color on #8FA398 background.


White color preview on #8FA398 background

This text has white color on #8FA398 background.


Related colors

Complementary color

Complementary color for #hex is #705C67.


I love getcolorcode.com

Triadic colors

1 #988FA3 and #A3988F with #8FA398 are triadic colors.

2 #98A38F and #A38F98 with #8FA398 are triadic colors.