COLOR #9A968E

HEX: #9A968E
RGB: (154,150,142)

Color info

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

RGB color model

#9A968E color RGB value is (154,150,142).

  • red value is 154;
  • green value is 150;
  • blue value is 142.
RGB:
(154,150,142)
(60%,59%,56%)

RGB channels and saturation

R 154 of 255 = 60%
G 150 of 255 = 59%
B 142 of 255 = 56%

154
150
142

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

Portions of RGB colors in percentages

R + G + B =
154 + 150 + 142 = 446 (100%)
R 154 of 446 ~ 34.53%
G 150 of 446 ~ 33.63%
B 142 of 446 ~ 31.84%

%34.53
%33.63
%31.84

CMYK color model

#9A968E color CMYK value is (0,3,8,40).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 7.79%
  • key color value is 39.61%
CMYK:
(0,3,8,40)
C0M3Y8K40 
(0%,3%,8%,40%)
(0.00/0.03/0.08/0.40)	

CMYK percentages

%0
%2.6
%7.79
%39.61

Codes

Color #9A968E in popluar color models

9A968E
RGB154150142
HSL40°5.61%58.04%
HSB/HSV40°7.79%60.39%
CMYK0.00%2.60%7.79%
39.61%

Color #9A968E in popluar number systems.

HEX9A968E
Decimal154150142
Binary100110101001011010001110
Octal232226216

Shades and tints

Shades of #9A968E

#9A968E
(154,150,142)
#8C8982
(140,137,130)
#7E7C76
(126,124,118)
#706F6A
(112,111,106)
#62625E
(98,98,94)
#545552
(84,85,82)
#464846
(70,72,70)
#383B3A
(56,59,58)
#2A2E2E
(42,46,46)
#1C2122
(28,33,34)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #9A968E

#9A968E
(154,150,142)
#A39F98
(163,159,152)
#ACA8A2
(172,168,162)
#B5B1AC
(181,177,172)
#BEBAB6
(190,186,182)
#C7C3C0
(199,195,192)
#D0CCCA
(208,204,202)
#D9D5D4
(217,213,212)
#E2DEDE
(226,222,222)
#EBE7E8
(235,231,232)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A968E; }

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

This text font color is #9A968E.


Background Color

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

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

This div background color is #9A968E.


Border color

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

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

This div border color is #9A968E.


Opacity

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

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

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

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

This text has shadow with #9A968E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A968E on black background.


Color preview on white background

This text has color #9A968E on white background.



Black color preview on #9A968E background

This text has black color on #9A968E background.


White color preview on #9A968E background

This text has white color on #9A968E background.