COLOR #948C96

HEX: #948C96
RGB: (148,140,150)

Color info

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

RGB color model

#948C96 color RGB value is (148,140,150).

  • red value is 148;
  • green value is 140;
  • blue value is 150.
RGB:
(148,140,150)
(58%,55%,59%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 150 of 255 = 59%

148
140
150

R + G + B ~ 57%. #948C96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 140 + 150 = 438 (100%)
R 148 of 438 ~ 33.79%
G 140 of 438 ~ 31.96%
B 150 of 438 ~ 34.25%

%33.79
%31.96
%34.25

CMYK color model

#948C96 color CMYK value is (1,7,0,41).

  • cyan value is 1.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(1,7,0,41)
C1M7Y0K41 
(1%,7%,0%,41%)
(0.01/0.07/0.00/0.41)	

CMYK percentages

%1.33
%6.67
%0
%41.18

Codes

Color #948C96 in popluar color models

948C96
RGB148140150
HSL288°4.55%56.86%
HSB/HSV288°6.67%58.82%
CMYK1.33%6.67%0.00%
41.18%

Color #948C96 in popluar number systems.

HEX948C96
Decimal148140150
Binary100101001000110010010110
Octal224214226

Shades and tints

Shades of #948C96

#948C96
(148,140,150)
#878089
(135,128,137)
#7A747C
(122,116,124)
#6D686F
(109,104,111)
#605C62
(96,92,98)
#535055
(83,80,85)
#464448
(70,68,72)
#39383B
(57,56,59)
#2C2C2E
(44,44,46)
#1F2021
(31,32,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #948C96

#948C96
(148,140,150)
#9D969F
(157,150,159)
#A6A0A8
(166,160,168)
#AFAAB1
(175,170,177)
#B8B4BA
(184,180,186)
#C1BEC3
(193,190,195)
#CAC8CC
(202,200,204)
#D3D2D5
(211,210,213)
#DCDCDE
(220,220,222)
#E5E6E7
(229,230,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948C96 color. Also use rgb(148,140,150) instead hex code.

Text Font Color

.myTextColor { color: #948C96; }

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

This text font color is #948C96.


Background Color

.myBgColor { background-color: #948C96; }

<div style="background-color:#948C96">Inner text</div>

This div background color is #948C96.


Border color

.myBorderColor { border: 1px solid #948C96; }

<div style="border:3px solid #948C96">Div</div>

This div border color is #948C96.


Opacity

.myOpacity80 { color: #948C96; opacity: 0.8; }

<p style="color:#948C96;opacity:0.8;">80%</p>

Text with #948C96 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 #948C96;}

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

This text has shadow with #948C96 color.

.textShadow {text-shadow: 3px 3px 1px #948C96, 3px 3px 1px red;}

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

This text has shadow with #948C96 primary color and red secondary color.


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

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

This text has shadow with #948C96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948C96 on black background.


Color preview on white background

This text has color #948C96 on white background.



Black color preview on #948C96 background

This text has black color on #948C96 background.


White color preview on #948C96 background

This text has white color on #948C96 background.