COLOR #949D98

HEX: #949D98 RGB: (148,157,152)

Color info

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

RGB color model

#949D98 color RGB value is (148,157,152).

RGB: (148,157,152) (58%, 62%, 60%)

RGB channels and saturation

R 148 of 255 = 58%
G 157 of 255 = 62%
B 152 of 255 = 60%

148
157
152

R + G + B ~ 60%. #949D98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 157 + 152 = 457 (100%)
R 148 of 457 ~ 32.39%
G 157 of 457 ~ 34.35%
B 152 of 457 ~ 33.26'%

%32.39
%34.35
%33.26

CMYK color model

#949D98 color CMYK value is (6,0,3,38).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 3.18%
  • key color value is 38.43%

CMYK: (6,0,3,38)
C6M0Y3K38 (6%, 0%, 3%, 38%)
(0.06 / 0.00 / 0.03 / 0.38)

CMYK percentages

%5.73
%0
%3.18
%38.43

Codes

Color #949D98 in popluar color models

94 9D 98
RGB 148 157 152
HSL 147° 4.39% 59.80%
HSB/HSV 147° 5.73% 61.57%
CMYK 5.73% 0.00% 3.18%
38.43%

Color #949D98 in popluar number systems.

HEX 94 9D 98
Decimal 148 157 152
Binary 10010100 10011101 10011000
Octal 224 235 230

Shades and tints

Shades of #949D98

#949D98
(148,157,152)
#878F8B
(135,143,139)
#7A817E
(122,129,126)
#6D7371
(109,115,113)
#606564
(96,101,100)
#535757
(83,87,87)
#46494A
(70,73,74)
#393B3D
(57,59,61)
#2C2D30
(44,45,48)
#1F1F23
(31,31,35)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #949D98

#949D98
(148,157,152)
#9DA5A1
(157,165,161)
#A6ADAA
(166,173,170)
#AFB5B3
(175,181,179)
#B8BDBC
(184,189,188)
#C1C5C5
(193,197,197)
#CACDCE
(202,205,206)
#D3D5D7
(211,213,215)
#DCDDE0
(220,221,224)
#E5E5E9
(229,229,233)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949D98 color. Also use rgb(148,157,152) instead hex code.

Text Font Color

.myTextColor { color: #949D98; }

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

This text font color is #949D98.

Background Color

.myBgColor { background-color: #949D98; }

<div style="background-color:#949D98">Inner text</div>

This div background color is #949D98.

Border color

.myBorderColor { border: 1px solid #949D98; }

<div style="border:3px solid #949D98">Div</div>

This div border color is #949D98.

Opacity

.myOpacity80 { color: #949D98; opacity: 0.8; }

<p style="color:#949D98;opacity:0.8;">80%</p>

Text with #949D98 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 #949D98;}

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

This text has shadow with #949D98 color.


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

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

This text has shadow with #949D98 primary color and red secondary color.


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

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

This text has shadow with #949D98 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #949D98.

Preview

Color preview on black background

This text has color #949D98 on black background.


Color preview on white background

This text has color #949D98 on white background.


Black color preview on #949D98 background

This text has black color on #949D98 background.


White color preview on #949D98 background

This text has white color on #949D98 background.


Related colors

Complementary color

Complementary color for #hex is #6B6267.


I love getcolorcode.com

Triadic colors

1 #98949D and #9D9894 with #949D98 are triadic colors.

2 #989D94 and #9D9498 with #949D98 are triadic colors.