COLOR #9A998A

HEX: #9A998A
RGB: (154,153,138)

Color info

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

RGB color model

#9A998A color RGB value is (154,153,138).

  • red value is 154;
  • green value is 153;
  • blue value is 138.
RGB:
(154,153,138)
(60%,60%,54%)

RGB channels and saturation

R 154 of 255 = 60%
G 153 of 255 = 60%
B 138 of 255 = 54%

154
153
138

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

Portions of RGB colors in percentages

R + G + B =
154 + 153 + 138 = 445 (100%)
R 154 of 445 ~ 34.61%
G 153 of 445 ~ 34.38%
B 138 of 445 ~ 31.01%

%34.61
%34.38
%31.01

CMYK color model

#9A998A color CMYK value is (0,1,10,40).

  • cyan value is 0.00%
  • magenta value is 0.65%
  • yellow value is 10.39%
  • key color value is 39.61%
CMYK:
(0,1,10,40)
C0M1Y10K40 
(0%,1%,10%,40%)
(0.00/0.01/0.10/0.40)	

CMYK percentages

%0
%0.65
%10.39
%39.61

Codes

Color #9A998A in popluar color models

9A998A
RGB154153138
HSL56°7.34%57.25%
HSB/HSV56°10.39%60.39%
CMYK0.00%0.65%10.39%
39.61%

Color #9A998A in popluar number systems.

HEX9A998A
Decimal154153138
Binary100110101001100110001010
Octal232231212

Shades and tints

Shades of #9A998A

#9A998A
(154,153,138)
#8C8C7E
(140,140,126)
#7E7F72
(126,127,114)
#707266
(112,114,102)
#62655A
(98,101,90)
#54584E
(84,88,78)
#464B42
(70,75,66)
#383E36
(56,62,54)
#2A312A
(42,49,42)
#1C241E
(28,36,30)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #9A998A

#9A998A
(154,153,138)
#A3A294
(163,162,148)
#ACAB9E
(172,171,158)
#B5B4A8
(181,180,168)
#BEBDB2
(190,189,178)
#C7C6BC
(199,198,188)
#D0CFC6
(208,207,198)
#D9D8D0
(217,216,208)
#E2E1DA
(226,225,218)
#EBEAE4
(235,234,228)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A998A; }

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

This text font color is #9A998A.


Background Color

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

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

This div background color is #9A998A.


Border color

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

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

This div border color is #9A998A.


Opacity

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

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

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

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

This text has shadow with #9A998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A998A on black background.


Color preview on white background

This text has color #9A998A on white background.



Black color preview on #9A998A background

This text has black color on #9A998A background.


White color preview on #9A998A background

This text has white color on #9A998A background.