COLOR #948D9E

HEX: #948D9E
RGB: (148,141,158)

Color info

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

RGB color model

#948D9E color RGB value is (148,141,158).

  • red value is 148;
  • green value is 141;
  • blue value is 158.
RGB:
(148,141,158)
(58%,55%,62%)

RGB channels and saturation

R 148 of 255 = 58%
G 141 of 255 = 55%
B 158 of 255 = 62%

148
141
158

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

Portions of RGB colors in percentages

R + G + B =
148 + 141 + 158 = 447 (100%)
R 148 of 447 ~ 33.11%
G 141 of 447 ~ 31.54%
B 158 of 447 ~ 35.35%

%33.11
%31.54
%35.35

CMYK color model

#948D9E color CMYK value is (6,11,0,38).

  • cyan value is 6.33%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(6,11,0,38)
C6M11Y0K38 
(6%,11%,0%,38%)
(0.06/0.11/0.00/0.38)	

CMYK percentages

%6.33
%10.76
%0
%38.04

Codes

Color #948D9E in popluar color models

948D9E
RGB148141158
HSL265°8.06%58.63%
HSB/HSV265°10.76%61.96%
CMYK6.33%10.76%0.00%
38.04%

Color #948D9E in popluar number systems.

HEX948D9E
Decimal148141158
Binary100101001000110110011110
Octal224215236

Shades and tints

Shades of #948D9E

#948D9E
(148,141,158)
#878190
(135,129,144)
#7A7582
(122,117,130)
#6D6974
(109,105,116)
#605D66
(96,93,102)
#535158
(83,81,88)
#46454A
(70,69,74)
#39393C
(57,57,60)
#2C2D2E
(44,45,46)
#1F2120
(31,33,32)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #948D9E

#948D9E
(148,141,158)
#9D97A6
(157,151,166)
#A6A1AE
(166,161,174)
#AFABB6
(175,171,182)
#B8B5BE
(184,181,190)
#C1BFC6
(193,191,198)
#CAC9CE
(202,201,206)
#D3D3D6
(211,211,214)
#DCDDDE
(220,221,222)
#E5E7E6
(229,231,230)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948D9E color. Also use rgb(148,141,158) instead hex code.

Text Font Color

.myTextColor { color: #948D9E; }

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

This text font color is #948D9E.


Background Color

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

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

This div background color is #948D9E.


Border color

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

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

This div border color is #948D9E.


Opacity

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

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

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

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

This text has shadow with #948D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948D9E on black background.


Color preview on white background

This text has color #948D9E on white background.



Black color preview on #948D9E background

This text has black color on #948D9E background.


White color preview on #948D9E background

This text has white color on #948D9E background.