COLOR #9FA498

HEX: #9FA498 RGB: (159,164,152)

Color info

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

RGB color model

#9FA498 color RGB value is (159,164,152).

RGB: (159,164,152) (62%, 64%, 60%)

RGB channels and saturation

R 159 of 255 = 62%
G 164 of 255 = 64%
B 152 of 255 = 60%

159
164
152

R + G + B ~ 62%. #9FA498 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 164 + 152 = 475 (100%)
R 159 of 475 ~ 33.47%
G 164 of 475 ~ 34.53%
B 152 of 475 ~ 32'%

%33.47
%34.53
%32

CMYK color model

#9FA498 color CMYK value is (3,0,7,36).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 35.69%

CMYK: (3,0,7,36)
C3M0Y7K36 (3%, 0%, 7%, 36%)
(0.03 / 0.00 / 0.07 / 0.36)

CMYK percentages

%3.05
%0
%7.32
%35.69

Codes

Color #9FA498 in popluar color models

9F A4 98
RGB 159 164 152
HSL 85° 6.19% 61.96%
HSB/HSV 85° 7.32% 64.31%
CMYK 3.05% 0.00% 7.32%
35.69%

Color #9FA498 in popluar number systems.

HEX 9F A4 98
Decimal 159 164 152
Binary 10011111 10100100 10011000
Octal 237 244 230

Shades and tints

Shades of #9FA498

#9FA498
(159,164,152)
#91968B
(145,150,139)
#83887E
(131,136,126)
#757A71
(117,122,113)
#676C64
(103,108,100)
#595E57
(89,94,87)
#4B504A
(75,80,74)
#3D423D
(61,66,61)
#2F3430
(47,52,48)
#212623
(33,38,35)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #9FA498

#9FA498
(159,164,152)
#A7ACA1
(167,172,161)
#AFB4AA
(175,180,170)
#B7BCB3
(183,188,179)
#BFC4BC
(191,196,188)
#C7CCC5
(199,204,197)
#CFD4CE
(207,212,206)
#D7DCD7
(215,220,215)
#DFE4E0
(223,228,224)
#E7ECE9
(231,236,233)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA498 color. Also use rgb(159,164,152) instead hex code.

Text Font Color

.myTextColor { color: #9FA498; }

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

This text font color is #9FA498.

Background Color

.myBgColor { background-color: #9FA498; }

<div style="background-color:#9FA498">Inner text</div>

This div background color is #9FA498.

Border color

.myBorderColor { border: 1px solid #9FA498; }

<div style="border:3px solid #9FA498">Div</div>

This div border color is #9FA498.

Opacity

.myOpacity80 { color: #9FA498; opacity: 0.8; }

<p style="color:#9FA498;opacity:0.8;">80%</p>

Text with #9FA498 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 #9FA498;}

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

This text has shadow with #9FA498 color.


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

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

This text has shadow with #9FA498 primary color and red secondary color.


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

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

This text has shadow with #9FA498 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9FA498.

Preview

Color preview on black background

This text has color #9FA498 on black background.


Color preview on white background

This text has color #9FA498 on white background.


Black color preview on #9FA498 background

This text has black color on #9FA498 background.


White color preview on #9FA498 background

This text has white color on #9FA498 background.


Related colors

Complementary color

Complementary color for #hex is #605B67.


I love getcolorcode.com

Triadic colors

1 #989FA4 and #A4989F with #9FA498 are triadic colors.

2 #98A49F and #A49F98 with #9FA498 are triadic colors.