COLOR #9A697E

HEX: #9A697E
RGB: (154,105,126)

Color info

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

RGB color model

#9A697E color RGB value is (154,105,126).

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

RGB channels and saturation

R 154 of 255 = 60%
G 105 of 255 = 41%
B 126 of 255 = 49%

154
105
126

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

Portions of RGB colors in percentages

R + G + B =
154 + 105 + 126 = 385 (100%)
R 154 of 385 ~ 40%
G 105 of 385 ~ 27.27%
B 126 of 385 ~ 32.73%

%40
%27.27
%32.73

CMYK color model

#9A697E color CMYK value is (0,32,18,40).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 18.18%
  • key color value is 39.61%
CMYK:
(0,32,18,40)
C0M32Y18K40 
(0%,32%,18%,40%)
(0.00/0.32/0.18/0.40)	

CMYK percentages

%0
%31.82
%18.18
%39.61

Codes

Color #9A697E in popluar color models

9A697E
RGB154105126
HSL334°19.52%50.78%
HSB/HSV334°31.82%60.39%
CMYK0.00%31.82%18.18%
39.61%

Color #9A697E in popluar number systems.

HEX9A697E
Decimal154105126
Binary1001101011010011111110
Octal232151176

Shades and tints

Shades of #9A697E

#9A697E
(154,105,126)
#8C6073
(140,96,115)
#7E5768
(126,87,104)
#704E5D
(112,78,93)
#624552
(98,69,82)
#543C47
(84,60,71)
#46333C
(70,51,60)
#382A31
(56,42,49)
#2A2126
(42,33,38)
#1C181B
(28,24,27)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #9A697E

#9A697E
(154,105,126)
#A37689
(163,118,137)
#AC8394
(172,131,148)
#B5909F
(181,144,159)
#BE9DAA
(190,157,170)
#C7AAB5
(199,170,181)
#D0B7C0
(208,183,192)
#D9C4CB
(217,196,203)
#E2D1D6
(226,209,214)
#EBDEE1
(235,222,225)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A697E; }

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

This text font color is #9A697E.


Background Color

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

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

This div background color is #9A697E.


Border color

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

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

This div border color is #9A697E.


Opacity

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

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

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

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

This text has shadow with #9A697E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A697E on black background.


Color preview on white background

This text has color #9A697E on white background.



Black color preview on #9A697E background

This text has black color on #9A697E background.


White color preview on #9A697E background

This text has white color on #9A697E background.