COLOR #9A677D

HEX: #9A677D RGB: (154,103,125)

Color info

#9A677D contains red, green and blue colors in about the same proportion. Web safe color of #9A677D is #996666 (or #966).

RGB color model

#9A677D color RGB value is (154,103,125).

RGB: (154,103,125) (60%, 40%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 103 of 255 = 40%
B 125 of 255 = 49%

154
103
125

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

Portions of RGB colors in percentages

R + G + B = 154 + 103 + 125 = 382 (100%)
R 154 of 382 ~ 40.31%
G 103 of 382 ~ 26.96%
B 125 of 382 ~ 32.72'%

%40.31
%26.96
%32.72

CMYK color model

#9A677D color CMYK value is (0,33,19,40).

  • cyan value is 0.00%
  • magenta value is 33.12%
  • yellow value is 18.83%
  • key color value is 39.61%

CMYK: (0,33,19,40)
C0M33Y19K40 (0%, 33%, 19%, 40%)
(0.00 / 0.33 / 0.19 / 0.40)

CMYK percentages

%0
%33.12
%18.83
%39.61

Codes

Color #9A677D in popluar color models

9A 67 7D
RGB 154 103 125
HSL 334° 20.16% 50.39%
HSB/HSV 334° 33.12% 60.39%
CMYK 0.00% 33.12% 18.83%
39.61%

Color #9A677D in popluar number systems.

HEX 9A 67 7D
Decimal 154 103 125
Binary 10011010 1100111 1111101
Octal 232 147 175

Shades and tints

Shades of #9A677D

#9A677D
(154,103,125)
#8C5E72
(140,94,114)
#7E5567
(126,85,103)
#704C5C
(112,76,92)
#624351
(98,67,81)
#543A46
(84,58,70)
#46313B
(70,49,59)
#382830
(56,40,48)
#2A1F25
(42,31,37)
#1C161A
(28,22,26)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #9A677D

#9A677D
(154,103,125)
#A37488
(163,116,136)
#AC8193
(172,129,147)
#B58E9E
(181,142,158)
#BE9BA9
(190,155,169)
#C7A8B4
(199,168,180)
#D0B5BF
(208,181,191)
#D9C2CA
(217,194,202)
#E2CFD5
(226,207,213)
#EBDCE0
(235,220,224)
#F4E9EB
(244,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A677D color. Also use rgb(154,103,125) instead hex code.

Text Font Color

.myTextColor { color: #9A677D; }

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

This text font color is #9A677D.

Background Color

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

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

This div background color is #9A677D.

Border color

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

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

This div border color is #9A677D.

Opacity

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

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

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

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

This text has shadow with #9A677D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A677D.

Preview

Color preview on black background

This text has color #9A677D on black background.


Color preview on white background

This text has color #9A677D on white background.


Black color preview on #9A677D background

This text has black color on #9A677D background.


White color preview on #9A677D background

This text has white color on #9A677D background.


Related colors

Complementary color

Complementary color for #hex is #659882.


I love getcolorcode.com

Triadic colors

1 #7D9A67 and #677D9A with #9A677D are triadic colors.

2 #7D679A and #679A7D with #9A677D are triadic colors.