COLOR #968B98

HEX: #968B98
RGB: (150,139,152)

Color info

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

RGB color model

#968B98 color RGB value is (150,139,152).

  • red value is 150;
  • green value is 139;
  • blue value is 152.
RGB:
(150,139,152)
(59%,55%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 152 of 255 = 60%

150
139
152

R + G + B ~ 58%. #968B98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 139 + 152 = 441 (100%)
R 150 of 441 ~ 34.01%
G 139 of 441 ~ 31.52%
B 152 of 441 ~ 34.47%

%34.01
%31.52
%34.47

CMYK color model

#968B98 color CMYK value is (1,9,0,40).

  • cyan value is 1.32%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(1,9,0,40)
C1M9Y0K40 
(1%,9%,0%,40%)
(0.01/0.09/0.00/0.40)	

CMYK percentages

%1.32
%8.55
%0
%40.39

Codes

Color #968B98 in popluar color models

968B98
RGB150139152
HSL291°5.94%57.06%
HSB/HSV291°8.55%59.61%
CMYK1.32%8.55%0.00%
40.39%

Color #968B98 in popluar number systems.

HEX968B98
Decimal150139152
Binary100101101000101110011000
Octal226213230

Shades and tints

Shades of #968B98

#968B98
(150,139,152)
#897F8B
(137,127,139)
#7C737E
(124,115,126)
#6F6771
(111,103,113)
#625B64
(98,91,100)
#554F57
(85,79,87)
#48434A
(72,67,74)
#3B373D
(59,55,61)
#2E2B30
(46,43,48)
#211F23
(33,31,35)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #968B98

#968B98
(150,139,152)
#9F95A1
(159,149,161)
#A89FAA
(168,159,170)
#B1A9B3
(177,169,179)
#BAB3BC
(186,179,188)
#C3BDC5
(195,189,197)
#CCC7CE
(204,199,206)
#D5D1D7
(213,209,215)
#DEDBE0
(222,219,224)
#E7E5E9
(231,229,233)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968B98 color. Also use rgb(150,139,152) instead hex code.

Text Font Color

.myTextColor { color: #968B98; }

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

This text font color is #968B98.


Background Color

.myBgColor { background-color: #968B98; }

<div style="background-color:#968B98">Inner text</div>

This div background color is #968B98.


Border color

.myBorderColor { border: 1px solid #968B98; }

<div style="border:3px solid #968B98">Div</div>

This div border color is #968B98.


Opacity

.myOpacity80 { color: #968B98; opacity: 0.8; }

<p style="color:#968B98;opacity:0.8;">80%</p>

Text with #968B98 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 #968B98;}

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

This text has shadow with #968B98 color.

.textShadow {text-shadow: 3px 3px 1px #968B98, 3px 3px 1px red;}

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

This text has shadow with #968B98 primary color and red secondary color.


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

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

This text has shadow with #968B98 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968B98 on black background.


Color preview on white background

This text has color #968B98 on white background.



Black color preview on #968B98 background

This text has black color on #968B98 background.


White color preview on #968B98 background

This text has white color on #968B98 background.