COLOR #9B697A

HEX: #9B697A RGB: (155,105,122)

Color info

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

RGB color model

#9B697A color RGB value is (155,105,122).

RGB: (155,105,122) (61%, 41%, 48%)

RGB channels and saturation

R 155 of 255 = 61%
G 105 of 255 = 41%
B 122 of 255 = 48%

155
105
122

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

Portions of RGB colors in percentages

R + G + B = 155 + 105 + 122 = 382 (100%)
R 155 of 382 ~ 40.58%
G 105 of 382 ~ 27.49%
B 122 of 382 ~ 31.94'%

%40.58
%27.49
%31.94

CMYK color model

#9B697A color CMYK value is (0,32,21,39).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 21.29%
  • key color value is 39.22%

CMYK: (0,32,21,39)
C0M32Y21K39 (0%, 32%, 21%, 39%)
(0.00 / 0.32 / 0.21 / 0.39)

CMYK percentages

%0
%32.26
%21.29
%39.22

Codes

Color #9B697A in popluar color models

9B 69 7A
RGB 155 105 122
HSL 340° 20.00% 50.98%
HSB/HSV 340° 32.26% 60.78%
CMYK 0.00% 32.26% 21.29%
39.22%

Color #9B697A in popluar number systems.

HEX 9B 69 7A
Decimal 155 105 122
Binary 10011011 1101001 1111010
Octal 233 151 172

Shades and tints

Shades of #9B697A

#9B697A
(155,105,122)
#8D606F
(141,96,111)
#7F5764
(127,87,100)
#714E59
(113,78,89)
#63454E
(99,69,78)
#553C43
(85,60,67)
#473338
(71,51,56)
#392A2D
(57,42,45)
#2B2122
(43,33,34)
#1D1817
(29,24,23)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #9B697A

#9B697A
(155,105,122)
#A47686
(164,118,134)
#AD8392
(173,131,146)
#B6909E
(182,144,158)
#BF9DAA
(191,157,170)
#C8AAB6
(200,170,182)
#D1B7C2
(209,183,194)
#DAC4CE
(218,196,206)
#E3D1DA
(227,209,218)
#ECDEE6
(236,222,230)
#F5EBF2
(245,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B697A color. Also use rgb(155,105,122) instead hex code.

Text Font Color

.myTextColor { color: #9B697A; }

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

This text font color is #9B697A.

Background Color

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

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

This div background color is #9B697A.

Border color

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

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

This div border color is #9B697A.

Opacity

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

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

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

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

This text has shadow with #9B697A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B697A.

Preview

Color preview on black background

This text has color #9B697A on black background.


Color preview on white background

This text has color #9B697A on white background.


Black color preview on #9B697A background

This text has black color on #9B697A background.


White color preview on #9B697A background

This text has white color on #9B697A background.


Related colors

Complementary color

Complementary color for #hex is #649685.


I love getcolorcode.com

Triadic colors

1 #7A9B69 and #697A9B with #9B697A are triadic colors.

2 #7A699B and #699B7A with #9B697A are triadic colors.