COLOR #9B889E

HEX: #9B889E
RGB: (155,136,158)

Color info

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

RGB color model

#9B889E color RGB value is (155,136,158).

  • red value is 155;
  • green value is 136;
  • blue value is 158.
RGB:
(155,136,158)
(61%,53%,62%)

RGB channels and saturation

R 155 of 255 = 61%
G 136 of 255 = 53%
B 158 of 255 = 62%

155
136
158

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

Portions of RGB colors in percentages

R + G + B =
155 + 136 + 158 = 449 (100%)
R 155 of 449 ~ 34.52%
G 136 of 449 ~ 30.29%
B 158 of 449 ~ 35.19%

%34.52
%30.29
%35.19

CMYK color model

#9B889E color CMYK value is (2,14,0,38).

  • cyan value is 1.90%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(2,14,0,38)
C2M14Y0K38 
(2%,14%,0%,38%)
(0.02/0.14/0.00/0.38)	

CMYK percentages

%1.9
%13.92
%0
%38.04

Codes

Color #9B889E in popluar color models

9B889E
RGB155136158
HSL292°10.19%57.65%
HSB/HSV292°13.92%61.96%
CMYK1.90%13.92%0.00%
38.04%

Color #9B889E in popluar number systems.

HEX9B889E
Decimal155136158
Binary100110111000100010011110
Octal233210236

Shades and tints

Shades of #9B889E

#9B889E
(155,136,158)
#8D7C90
(141,124,144)
#7F7082
(127,112,130)
#716474
(113,100,116)
#635866
(99,88,102)
#554C58
(85,76,88)
#47404A
(71,64,74)
#39343C
(57,52,60)
#2B282E
(43,40,46)
#1D1C20
(29,28,32)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #9B889E

#9B889E
(155,136,158)
#A492A6
(164,146,166)
#AD9CAE
(173,156,174)
#B6A6B6
(182,166,182)
#BFB0BE
(191,176,190)
#C8BAC6
(200,186,198)
#D1C4CE
(209,196,206)
#DACED6
(218,206,214)
#E3D8DE
(227,216,222)
#ECE2E6
(236,226,230)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B889E color. Also use rgb(155,136,158) instead hex code.

Text Font Color

.myTextColor { color: #9B889E; }

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

This text font color is #9B889E.


Background Color

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

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

This div background color is #9B889E.


Border color

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

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

This div border color is #9B889E.


Opacity

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

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

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

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

This text has shadow with #9B889E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B889E on black background.


Color preview on white background

This text has color #9B889E on white background.



Black color preview on #9B889E background

This text has black color on #9B889E background.


White color preview on #9B889E background

This text has white color on #9B889E background.