COLOR #9B917E

HEX: #9B917E
RGB: (155,145,126)

Color info

#9B917E contains red, green and blue colors in about the same proportion. Web safe color of #9B917E is #999966 (or #996).

RGB color model

#9B917E color RGB value is (155,145,126).

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

RGB channels and saturation

R 155 of 255 = 61%
G 145 of 255 = 57%
B 126 of 255 = 49%

155
145
126

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

Portions of RGB colors in percentages

R + G + B =
155 + 145 + 126 = 426 (100%)
R 155 of 426 ~ 36.38%
G 145 of 426 ~ 34.04%
B 126 of 426 ~ 29.58%

%36.38
%34.04
%29.58

CMYK color model

#9B917E color CMYK value is (0,6,19,39).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 18.71%
  • key color value is 39.22%
CMYK:
(0,6,19,39)
C0M6Y19K39 
(0%,6%,19%,39%)
(0.00/0.06/0.19/0.39)	

CMYK percentages

%0
%6.45
%18.71
%39.22

Codes

Color #9B917E in popluar color models

9B917E
RGB155145126
HSL39°12.66%55.10%
HSB/HSV39°18.71%60.78%
CMYK0.00%6.45%18.71%
39.22%

Color #9B917E in popluar number systems.

HEX9B917E
Decimal155145126
Binary10011011100100011111110
Octal233221176

Shades and tints

Shades of #9B917E

#9B917E
(155,145,126)
#8D8473
(141,132,115)
#7F7768
(127,119,104)
#716A5D
(113,106,93)
#635D52
(99,93,82)
#555047
(85,80,71)
#47433C
(71,67,60)
#393631
(57,54,49)
#2B2926
(43,41,38)
#1D1C1B
(29,28,27)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #9B917E

#9B917E
(155,145,126)
#A49B89
(164,155,137)
#ADA594
(173,165,148)
#B6AF9F
(182,175,159)
#BFB9AA
(191,185,170)
#C8C3B5
(200,195,181)
#D1CDC0
(209,205,192)
#DAD7CB
(218,215,203)
#E3E1D6
(227,225,214)
#ECEBE1
(236,235,225)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B917E; }

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

This text font color is #9B917E.


Background Color

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

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

This div background color is #9B917E.


Border color

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

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

This div border color is #9B917E.


Opacity

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

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

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

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

This text has shadow with #9B917E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B917E on black background.


Color preview on white background

This text has color #9B917E on white background.



Black color preview on #9B917E background

This text has black color on #9B917E background.


White color preview on #9B917E background

This text has white color on #9B917E background.