COLOR #9A8E7E

HEX: #9A8E7E RGB: (154,142,126)

Color info

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

RGB color model

#9A8E7E color RGB value is (154,142,126).

RGB: (154,142,126) (60%, 56%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 142 of 255 = 56%
B 126 of 255 = 49%

154
142
126

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

Portions of RGB colors in percentages

R + G + B = 154 + 142 + 126 = 422 (100%)
R 154 of 422 ~ 36.49%
G 142 of 422 ~ 33.65%
B 126 of 422 ~ 29.86'%

%36.49
%33.65
%29.86

CMYK color model

#9A8E7E color CMYK value is (0,8,18,40).

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

CMYK: (0,8,18,40)
C0M8Y18K40 (0%, 8%, 18%, 40%)
(0.00 / 0.08 / 0.18 / 0.40)

CMYK percentages

%0
%7.79
%18.18
%39.61

Codes

Color #9A8E7E in popluar color models

9A 8E 7E
RGB 154 142 126
HSL 34° 12.17% 54.90%
HSB/HSV 34° 18.18% 60.39%
CMYK 0.00% 7.79% 18.18%
39.61%

Color #9A8E7E in popluar number systems.

HEX 9A 8E 7E
Decimal 154 142 126
Binary 10011010 10001110 1111110
Octal 232 216 176

Shades and tints

Shades of #9A8E7E

#9A8E7E
(154,142,126)
#8C8273
(140,130,115)
#7E7668
(126,118,104)
#706A5D
(112,106,93)
#625E52
(98,94,82)
#545247
(84,82,71)
#46463C
(70,70,60)
#383A31
(56,58,49)
#2A2E26
(42,46,38)
#1C221B
(28,34,27)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #9A8E7E

#9A8E7E
(154,142,126)
#A39889
(163,152,137)
#ACA294
(172,162,148)
#B5AC9F
(181,172,159)
#BEB6AA
(190,182,170)
#C7C0B5
(199,192,181)
#D0CAC0
(208,202,192)
#D9D4CB
(217,212,203)
#E2DED6
(226,222,214)
#EBE8E1
(235,232,225)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A8E7E; }

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

This text font color is #9A8E7E.

Background Color

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

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

This div background color is #9A8E7E.

Border color

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

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

This div border color is #9A8E7E.

Opacity

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

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

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

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

This text has shadow with #9A8E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A8E7E.

Preview

Color preview on black background

This text has color #9A8E7E on black background.


Color preview on white background

This text has color #9A8E7E on white background.


Black color preview on #9A8E7E background

This text has black color on #9A8E7E background.


White color preview on #9A8E7E background

This text has white color on #9A8E7E background.


Related colors

Complementary color

Complementary color for #hex is #657181.


I love getcolorcode.com

Triadic colors

1 #7E9A8E and #8E7E9A with #9A8E7E are triadic colors.

2 #7E8E9A and #8E9A7E with #9A8E7E are triadic colors.