COLOR #9B697E

HEX: #9B697E
RGB: (155,105,126)

Color info

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

RGB color model

#9B697E color RGB value is (155,105,126).

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

RGB channels and saturation

R 155 of 255 = 61%
G 105 of 255 = 41%
B 126 of 255 = 49%

155
105
126

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

Portions of RGB colors in percentages

R + G + B =
155 + 105 + 126 = 386 (100%)
R 155 of 386 ~ 40.16%
G 105 of 386 ~ 27.2%
B 126 of 386 ~ 32.64%

%40.16
%27.2
%32.64

CMYK color model

#9B697E color CMYK value is (0,32,19,39).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 18.71%
  • key color value is 39.22%
CMYK:
(0,32,19,39)
C0M32Y19K39 
(0%,32%,19%,39%)
(0.00/0.32/0.19/0.39)	

CMYK percentages

%0
%32.26
%18.71
%39.22

Codes

Color #9B697E in popluar color models

9B697E
RGB155105126
HSL335°20.00%50.98%
HSB/HSV335°32.26%60.78%
CMYK0.00%32.26%18.71%
39.22%

Color #9B697E in popluar number systems.

HEX9B697E
Decimal155105126
Binary1001101111010011111110
Octal233151176

Shades and tints

Shades of #9B697E

#9B697E
(155,105,126)
#8D6073
(141,96,115)
#7F5768
(127,87,104)
#714E5D
(113,78,93)
#634552
(99,69,82)
#553C47
(85,60,71)
#47333C
(71,51,60)
#392A31
(57,42,49)
#2B2126
(43,33,38)
#1D181B
(29,24,27)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #9B697E

#9B697E
(155,105,126)
#A47689
(164,118,137)
#AD8394
(173,131,148)
#B6909F
(182,144,159)
#BF9DAA
(191,157,170)
#C8AAB5
(200,170,181)
#D1B7C0
(209,183,192)
#DAC4CB
(218,196,203)
#E3D1D6
(227,209,214)
#ECDEE1
(236,222,225)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B697E; }

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

This text font color is #9B697E.


Background Color

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

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

This div background color is #9B697E.


Border color

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

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

This div border color is #9B697E.


Opacity

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

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

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

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

This text has shadow with #9B697E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B697E on black background.


Color preview on white background

This text has color #9B697E on white background.



Black color preview on #9B697E background

This text has black color on #9B697E background.


White color preview on #9B697E background

This text has white color on #9B697E background.