COLOR #9A7C8E

HEX: #9A7C8E RGB: (154,124,142)

Color info

#9A7C8E contains red, green and blue colors in about the same proportion. Web safe color of #9A7C8E is #996699 (or #969).

RGB color model

#9A7C8E color RGB value is (154,124,142).

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

RGB channels and saturation

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

154
124
142

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

Portions of RGB colors in percentages

R + G + B = 154 + 124 + 142 = 420 (100%)
R 154 of 420 ~ 36.67%
G 124 of 420 ~ 29.52%
B 142 of 420 ~ 33.81'%

%36.67
%29.52
%33.81

CMYK color model

#9A7C8E color CMYK value is (0,19,8,40).

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

CMYK: (0,19,8,40)
C0M19Y8K40 (0%, 19%, 8%, 40%)
(0.00 / 0.19 / 0.08 / 0.40)

CMYK percentages

%0
%19.48
%7.79
%39.61

Codes

Color #9A7C8E in popluar color models

9A 7C 8E
RGB 154 124 142
HSL 324° 12.93% 54.51%
HSB/HSV 324° 19.48% 60.39%
CMYK 0.00% 19.48% 7.79%
39.61%

Color #9A7C8E in popluar number systems.

HEX 9A 7C 8E
Decimal 154 124 142
Binary 10011010 1111100 10001110
Octal 232 174 216

Shades and tints

Shades of #9A7C8E

#9A7C8E
(154,124,142)
#8C7182
(140,113,130)
#7E6676
(126,102,118)
#705B6A
(112,91,106)
#62505E
(98,80,94)
#544552
(84,69,82)
#463A46
(70,58,70)
#382F3A
(56,47,58)
#2A242E
(42,36,46)
#1C1922
(28,25,34)
#0E0E16
(14,14,22)
#000000
(0,0,0)

Tints of #9A7C8E

#9A7C8E
(154,124,142)
#A38798
(163,135,152)
#AC92A2
(172,146,162)
#B59DAC
(181,157,172)
#BEA8B6
(190,168,182)
#C7B3C0
(199,179,192)
#D0BECA
(208,190,202)
#D9C9D4
(217,201,212)
#E2D4DE
(226,212,222)
#EBDFE8
(235,223,232)
#F4EAF2
(244,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7C8E; }

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

This text font color is #9A7C8E.

Background Color

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

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

This div background color is #9A7C8E.

Border color

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

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

This div border color is #9A7C8E.

Opacity

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

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

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

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

This text has shadow with #9A7C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A7C8E.

Preview

Color preview on black background

This text has color #9A7C8E on black background.


Color preview on white background

This text has color #9A7C8E on white background.


Black color preview on #9A7C8E background

This text has black color on #9A7C8E background.


White color preview on #9A7C8E background

This text has white color on #9A7C8E background.


Related colors

Complementary color

Complementary color for #hex is #658371.


I love getcolorcode.com

Triadic colors

1 #8E9A7C and #7C8E9A with #9A7C8E are triadic colors.

2 #8E7C9A and #7C9A8E with #9A7C8E are triadic colors.