COLOR #9A677E

HEX: #9A677E
RGB: (154,103,126)

Color info

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

RGB color model

#9A677E color RGB value is (154,103,126).

  • red value is 154;
  • green value is 103;
  • blue value is 126.
RGB:
(154,103,126)
(60%,40%,49%)

RGB channels and saturation

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

154
103
126

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

Portions of RGB colors in percentages

R + G + B =
154 + 103 + 126 = 383 (100%)
R 154 of 383 ~ 40.21%
G 103 of 383 ~ 26.89%
B 126 of 383 ~ 32.9%

%40.21
%26.89
%32.9

CMYK color model

#9A677E color CMYK value is (0,33,18,40).

  • cyan value is 0.00%
  • magenta value is 33.12%
  • yellow value is 18.18%
  • key color value is 39.61%
CMYK:
(0,33,18,40)
C0M33Y18K40 
(0%,33%,18%,40%)
(0.00/0.33/0.18/0.40)	

CMYK percentages

%0
%33.12
%18.18
%39.61

Codes

Color #9A677E in popluar color models

9A677E
RGB154103126
HSL333°20.16%50.39%
HSB/HSV333°33.12%60.39%
CMYK0.00%33.12%18.18%
39.61%

Color #9A677E in popluar number systems.

HEX9A677E
Decimal154103126
Binary1001101011001111111110
Octal232147176

Shades and tints

Shades of #9A677E

#9A677E
(154,103,126)
#8C5E73
(140,94,115)
#7E5568
(126,85,104)
#704C5D
(112,76,93)
#624352
(98,67,82)
#543A47
(84,58,71)
#46313C
(70,49,60)
#382831
(56,40,49)
#2A1F26
(42,31,38)
#1C161B
(28,22,27)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #9A677E

#9A677E
(154,103,126)
#A37489
(163,116,137)
#AC8194
(172,129,148)
#B58E9F
(181,142,159)
#BE9BAA
(190,155,170)
#C7A8B5
(199,168,181)
#D0B5C0
(208,181,192)
#D9C2CB
(217,194,203)
#E2CFD6
(226,207,214)
#EBDCE1
(235,220,225)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A677E; }

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

This text font color is #9A677E.


Background Color

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

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

This div background color is #9A677E.


Border color

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

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

This div border color is #9A677E.


Opacity

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

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

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

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

This text has shadow with #9A677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A677E on black background.


Color preview on white background

This text has color #9A677E on white background.



Black color preview on #9A677E background

This text has black color on #9A677E background.


White color preview on #9A677E background

This text has white color on #9A677E background.