COLOR #9B878A

HEX: #9B878A RGB: (155,135,138)

Color info

#9B878A contains red, green and blue colors in about the same proportion. Web safe color of #9B878A is #999999 (or #999).

RGB color model

#9B878A color RGB value is (155,135,138).

RGB: (155,135,138) (61%, 53%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 135 of 255 = 53%
B 138 of 255 = 54%

155
135
138

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

Portions of RGB colors in percentages

R + G + B = 155 + 135 + 138 = 428 (100%)
R 155 of 428 ~ 36.21%
G 135 of 428 ~ 31.54%
B 138 of 428 ~ 32.24'%

%36.21
%31.54
%32.24

CMYK color model

#9B878A color CMYK value is (0,13,11,39).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 10.97%
  • key color value is 39.22%

CMYK: (0,13,11,39)
C0M13Y11K39 (0%, 13%, 11%, 39%)
(0.00 / 0.13 / 0.11 / 0.39)

CMYK percentages

%0
%12.9
%10.97
%39.22

Codes

Color #9B878A in popluar color models

9B 87 8A
RGB 155 135 138
HSL 351° 9.09% 56.86%
HSB/HSV 351° 12.90% 60.78%
CMYK 0.00% 12.90% 10.97%
39.22%

Color #9B878A in popluar number systems.

HEX 9B 87 8A
Decimal 155 135 138
Binary 10011011 10000111 10001010
Octal 233 207 212

Shades and tints

Shades of #9B878A

#9B878A
(155,135,138)
#8D7B7E
(141,123,126)
#7F6F72
(127,111,114)
#716366
(113,99,102)
#63575A
(99,87,90)
#554B4E
(85,75,78)
#473F42
(71,63,66)
#393336
(57,51,54)
#2B272A
(43,39,42)
#1D1B1E
(29,27,30)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #9B878A

#9B878A
(155,135,138)
#A49194
(164,145,148)
#AD9B9E
(173,155,158)
#B6A5A8
(182,165,168)
#BFAFB2
(191,175,178)
#C8B9BC
(200,185,188)
#D1C3C6
(209,195,198)
#DACDD0
(218,205,208)
#E3D7DA
(227,215,218)
#ECE1E4
(236,225,228)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B878A color. Also use rgb(155,135,138) instead hex code.

Text Font Color

.myTextColor { color: #9B878A; }

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

This text font color is #9B878A.

Background Color

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

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

This div background color is #9B878A.

Border color

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

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

This div border color is #9B878A.

Opacity

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

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

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

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

This text has shadow with #9B878A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B878A.

Preview

Color preview on black background

This text has color #9B878A on black background.


Color preview on white background

This text has color #9B878A on white background.


Black color preview on #9B878A background

This text has black color on #9B878A background.


White color preview on #9B878A background

This text has white color on #9B878A background.


Related colors

Complementary color

Complementary color for #hex is #647875.


I love getcolorcode.com

Triadic colors

1 #8A9B87 and #878A9B with #9B878A are triadic colors.

2 #8A879B and #879B8A with #9B878A are triadic colors.