COLOR #948F96

HEX: #948F96 RGB: (148,143,150)

Color info

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

RGB color model

#948F96 color RGB value is (148,143,150).

RGB: (148,143,150) (58%, 56%, 59%)

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 150 of 255 = 59%

148
143
150

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

Portions of RGB colors in percentages

R + G + B = 148 + 143 + 150 = 441 (100%)
R 148 of 441 ~ 33.56%
G 143 of 441 ~ 32.43%
B 150 of 441 ~ 34.01'%

%33.56
%32.43
%34.01

CMYK color model

#948F96 color CMYK value is (1,5,0,41).

  • cyan value is 1.33%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (1,5,0,41)
C1M5Y0K41 (1%, 5%, 0%, 41%)
(0.01 / 0.05 / 0.00 / 0.41)

CMYK percentages

%1.33
%4.67
%0
%41.18

Codes

Color #948F96 in popluar color models

94 8F 96
RGB 148 143 150
HSL 283° 3.23% 57.45%
HSB/HSV 283° 4.67% 58.82%
CMYK 1.33% 4.67% 0.00%
41.18%

Color #948F96 in popluar number systems.

HEX 94 8F 96
Decimal 148 143 150
Binary 10010100 10001111 10010110
Octal 224 217 226

Shades and tints

Shades of #948F96

#948F96
(148,143,150)
#878289
(135,130,137)
#7A757C
(122,117,124)
#6D686F
(109,104,111)
#605B62
(96,91,98)
#534E55
(83,78,85)
#464148
(70,65,72)
#39343B
(57,52,59)
#2C272E
(44,39,46)
#1F1A21
(31,26,33)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #948F96

#948F96
(148,143,150)
#9D999F
(157,153,159)
#A6A3A8
(166,163,168)
#AFADB1
(175,173,177)
#B8B7BA
(184,183,186)
#C1C1C3
(193,193,195)
#CACBCC
(202,203,204)
#D3D5D5
(211,213,213)
#DCDFDE
(220,223,222)
#E5E9E7
(229,233,231)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948F96; }

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

This text font color is #948F96.

Background Color

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

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

This div background color is #948F96.

Border color

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

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

This div border color is #948F96.

Opacity

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

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

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

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

This text has shadow with #948F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948F96.

Preview

Color preview on black background

This text has color #948F96 on black background.


Color preview on white background

This text has color #948F96 on white background.


Black color preview on #948F96 background

This text has black color on #948F96 background.


White color preview on #948F96 background

This text has white color on #948F96 background.


Related colors

Complementary color

Complementary color for #hex is #6B7069.


I love getcolorcode.com

Triadic colors

1 #96948F and #8F9694 with #948F96 are triadic colors.

2 #968F94 and #8F9496 with #948F96 are triadic colors.