COLOR #8FA198

HEX: #8FA198 RGB: (143,161,152)

Color info

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

RGB color model

#8FA198 color RGB value is (143,161,152).

RGB: (143,161,152) (56%, 63%, 60%)

RGB channels and saturation

R 143 of 255 = 56%
G 161 of 255 = 63%
B 152 of 255 = 60%

143
161
152

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

Portions of RGB colors in percentages

R + G + B = 143 + 161 + 152 = 456 (100%)
R 143 of 456 ~ 31.36%
G 161 of 456 ~ 35.31%
B 152 of 456 ~ 33.33'%

%31.36
%35.31
%33.33

CMYK color model

#8FA198 color CMYK value is (11,0,6,37).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 5.59%
  • key color value is 36.86%
CMYK: (11,0,6,37) C11M0Y6K37 (11%,0%,6%,37%) (0.11/0.00/0.06/0.37) 

CMYK percentages

%11.18
%0
%5.59
%36.86

Codes

Color #8FA198 in popluar color models

8F A1 98
RGB 143 161 152
HSL 150° 8.74% 59.61%
HSB/HSV 150° 11.18% 63.14%
CMYK 11.18% 0.00% 5.59%
36.86%

Color #8FA198 in popluar number systems.

HEX 8F A1 98
Decimal 143 161 152
Binary 10001111 10100001 10011000
Octal 217 241 230

Shades and tints

Shades of #8FA198

#8FA198
(143,161,152)
#82938B
(130,147,139)
#75857E
(117,133,126)
#687771
(104,119,113)
#5B6964
(91,105,100)
#4E5B57
(78,91,87)
#414D4A
(65,77,74)
#343F3D
(52,63,61)
#273130
(39,49,48)
#1A2323
(26,35,35)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #8FA198

#8FA198
(143,161,152)
#99A9A1
(153,169,161)
#A3B1AA
(163,177,170)
#ADB9B3
(173,185,179)
#B7C1BC
(183,193,188)
#C1C9C5
(193,201,197)
#CBD1CE
(203,209,206)
#D5D9D7
(213,217,215)
#DFE1E0
(223,225,224)
#E9E9E9
(233,233,233)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA198; }

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

This text font color is #8FA198.

Background Color

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

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

This div background color is #8FA198.

Border color

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

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

This div border color is #8FA198.

Opacity

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

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

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

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

This text has shadow with #8FA198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA198.

Preview

Color preview on black background

This text has color #8FA198 on black background.


Color preview on white background

This text has color #8FA198 on white background.


Black color preview on #8FA198 background

This text has black color on #8FA198 background.


White color preview on #8FA198 background

This text has white color on #8FA198 background.


Related colors

Complementary color

Complementary color for #hex is #705E67.


I love getcolorcode.com

Triadic colors

1 #988FA1 and #A1988F with #8FA198 are triadic colors.

2 #98A18F and #A18F98 with #8FA198 are triadic colors.