COLOR #9A9E6D

HEX: #9A9E6D RGB: (154,158,109)

Color info

#9A9E6D contains red, green and blue colors in about the same proportion. Web safe color of #9A9E6D is #999966 (or #996).

RGB color model

#9A9E6D color RGB value is (154,158,109).

RGB: (154,158,109) (60%, 62%, 43%)

RGB channels and saturation

R 154 of 255 = 60%
G 158 of 255 = 62%
B 109 of 255 = 43%

154
158
109

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

Portions of RGB colors in percentages

R + G + B = 154 + 158 + 109 = 421 (100%)
R 154 of 421 ~ 36.58%
G 158 of 421 ~ 37.53%
B 109 of 421 ~ 25.89'%

%36.58
%37.53
%25.89

CMYK color model

#9A9E6D color CMYK value is (3,0,31,38).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 31.01%
  • key color value is 38.04%

CMYK: (3,0,31,38)
C3M0Y31K38 (3%, 0%, 31%, 38%)
(0.03 / 0.00 / 0.31 / 0.38)

CMYK percentages

%2.53
%0
%31.01
%38.04

Codes

Color #9A9E6D in popluar color models

9A 9E 6D
RGB 154 158 109
HSL 65° 20.16% 52.35%
HSB/HSV 65° 31.01% 61.96%
CMYK 2.53% 0.00% 31.01%
38.04%

Color #9A9E6D in popluar number systems.

HEX 9A 9E 6D
Decimal 154 158 109
Binary 10011010 10011110 1101101
Octal 232 236 155

Shades and tints

Shades of #9A9E6D

#9A9E6D
(154,158,109)
#8C9064
(140,144,100)
#7E825B
(126,130,91)
#707452
(112,116,82)
#626649
(98,102,73)
#545840
(84,88,64)
#464A37
(70,74,55)
#383C2E
(56,60,46)
#2A2E25
(42,46,37)
#1C201C
(28,32,28)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #9A9E6D

#9A9E6D
(154,158,109)
#A3A67A
(163,166,122)
#ACAE87
(172,174,135)
#B5B694
(181,182,148)
#BEBEA1
(190,190,161)
#C7C6AE
(199,198,174)
#D0CEBB
(208,206,187)
#D9D6C8
(217,214,200)
#E2DED5
(226,222,213)
#EBE6E2
(235,230,226)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A9E6D color. Also use rgb(154,158,109) instead hex code.

Text Font Color

.myTextColor { color: #9A9E6D; }

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

This text font color is #9A9E6D.

Background Color

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

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

This div background color is #9A9E6D.

Border color

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

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

This div border color is #9A9E6D.

Opacity

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

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

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

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

This text has shadow with #9A9E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A9E6D.

Preview

Color preview on black background

This text has color #9A9E6D on black background.


Color preview on white background

This text has color #9A9E6D on white background.


Black color preview on #9A9E6D background

This text has black color on #9A9E6D background.


White color preview on #9A9E6D background

This text has white color on #9A9E6D background.


Related colors

Complementary color

Complementary color for #hex is #656192.


I love getcolorcode.com

Triadic colors

1 #6D9A9E and #9E6D9A with #9A9E6D are triadic colors.

2 #6D9E9A and #9E9A6D with #9A9E6D are triadic colors.