COLOR #8FA998

HEX: #8FA998 RGB: (143,169,152)

Color info

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

RGB color model

#8FA998 color RGB value is (143,169,152).

RGB: (143,169,152) (56%, 66%, 60%)

RGB channels and saturation

R 143 of 255 = 56%
G 169 of 255 = 66%
B 152 of 255 = 60%

143
169
152

R + G + B ~ 61%. #8FA998 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 169 + 152 = 464 (100%)
R 143 of 464 ~ 30.82%
G 169 of 464 ~ 36.42%
B 152 of 464 ~ 32.76'%

%30.82
%36.42
%32.76

CMYK color model

#8FA998 color CMYK value is (15,0,10,34).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK: (15,0,10,34) C15M0Y10K34 (15%,0%,10%,34%) (0.15/0.00/0.10/0.34) 

CMYK percentages

%15.38
%0
%10.06
%33.73

Codes

Color #8FA998 in popluar color models

8F A9 98
RGB 143 169 152
HSL 141° 13.13% 61.18%
HSB/HSV 141° 15.38% 66.27%
CMYK 15.38% 0.00% 10.06%
33.73%

Color #8FA998 in popluar number systems.

HEX 8F A9 98
Decimal 143 169 152
Binary 10001111 10101001 10011000
Octal 217 251 230

Shades and tints

Shades of #8FA998

#8FA998
(143,169,152)
#829A8B
(130,154,139)
#758B7E
(117,139,126)
#687C71
(104,124,113)
#5B6D64
(91,109,100)
#4E5E57
(78,94,87)
#414F4A
(65,79,74)
#34403D
(52,64,61)
#273130
(39,49,48)
#1A2223
(26,34,35)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #8FA998

#8FA998
(143,169,152)
#99B0A1
(153,176,161)
#A3B7AA
(163,183,170)
#ADBEB3
(173,190,179)
#B7C5BC
(183,197,188)
#C1CCC5
(193,204,197)
#CBD3CE
(203,211,206)
#D5DAD7
(213,218,215)
#DFE1E0
(223,225,224)
#E9E8E9
(233,232,233)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA998; }

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

This text font color is #8FA998.

Background Color

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

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

This div background color is #8FA998.

Border color

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

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

This div border color is #8FA998.

Opacity

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

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

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

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

This text has shadow with #8FA998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA998.

Preview

Color preview on black background

This text has color #8FA998 on black background.


Color preview on white background

This text has color #8FA998 on white background.


Black color preview on #8FA998 background

This text has black color on #8FA998 background.


White color preview on #8FA998 background

This text has white color on #8FA998 background.


Related colors

Complementary color

Complementary color for #hex is #705667.


I love getcolorcode.com

Triadic colors

1 #988FA9 and #A9988F with #8FA998 are triadic colors.

2 #98A98F and #A98F98 with #8FA998 are triadic colors.