COLOR #9A998E

HEX: #9A998E RGB: (154,153,142)

Color info

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

RGB color model

#9A998E color RGB value is (154,153,142).

RGB: (154,153,142) (60%, 60%, 56%)

RGB channels and saturation

R 154 of 255 = 60%
G 153 of 255 = 60%
B 142 of 255 = 56%

154
153
142

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

Portions of RGB colors in percentages

R + G + B = 154 + 153 + 142 = 449 (100%)
R 154 of 449 ~ 34.3%
G 153 of 449 ~ 34.08%
B 142 of 449 ~ 31.63'%

%34.3
%34.08
%31.63

CMYK color model

#9A998E color CMYK value is (0,1,8,40).

  • cyan value is 0.00%
  • magenta value is 0.65%
  • yellow value is 7.79%
  • key color value is 39.61%

CMYK: (0,1,8,40)
C0M1Y8K40 (0%, 1%, 8%, 40%)
(0.00 / 0.01 / 0.08 / 0.40)

CMYK percentages

%0
%0.65
%7.79
%39.61

Codes

Color #9A998E in popluar color models

9A 99 8E
RGB 154 153 142
HSL 55° 5.61% 58.04%
HSB/HSV 55° 7.79% 60.39%
CMYK 0.00% 0.65% 7.79%
39.61%

Color #9A998E in popluar number systems.

HEX 9A 99 8E
Decimal 154 153 142
Binary 10011010 10011001 10001110
Octal 232 231 216

Shades and tints

Shades of #9A998E

#9A998E
(154,153,142)
#8C8C82
(140,140,130)
#7E7F76
(126,127,118)
#70726A
(112,114,106)
#62655E
(98,101,94)
#545852
(84,88,82)
#464B46
(70,75,70)
#383E3A
(56,62,58)
#2A312E
(42,49,46)
#1C2422
(28,36,34)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #9A998E

#9A998E
(154,153,142)
#A3A298
(163,162,152)
#ACABA2
(172,171,162)
#B5B4AC
(181,180,172)
#BEBDB6
(190,189,182)
#C7C6C0
(199,198,192)
#D0CFCA
(208,207,202)
#D9D8D4
(217,216,212)
#E2E1DE
(226,225,222)
#EBEAE8
(235,234,232)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A998E color. Also use rgb(154,153,142) instead hex code.

Text Font Color

.myTextColor { color: #9A998E; }

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

This text font color is #9A998E.

Background Color

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

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

This div background color is #9A998E.

Border color

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

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

This div border color is #9A998E.

Opacity

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

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

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

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

This text has shadow with #9A998E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A998E.

Preview

Color preview on black background

This text has color #9A998E on black background.


Color preview on white background

This text has color #9A998E on white background.


Black color preview on #9A998E background

This text has black color on #9A998E background.


White color preview on #9A998E background

This text has white color on #9A998E background.


Related colors

Complementary color

Complementary color for #hex is #656671.


I love getcolorcode.com

Triadic colors

1 #8E9A99 and #998E9A with #9A998E are triadic colors.

2 #8E999A and #999A8E with #9A998E are triadic colors.