COLOR #948D90

HEX: #948D90
RGB: (148,141,144)

Color info

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

RGB color model

#948D90 color RGB value is (148,141,144).

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

RGB channels and saturation

R 148 of 255 = 58%
G 141 of 255 = 55%
B 144 of 255 = 56%

148
141
144

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

Portions of RGB colors in percentages

R + G + B =
148 + 141 + 144 = 433 (100%)
R 148 of 433 ~ 34.18%
G 141 of 433 ~ 32.56%
B 144 of 433 ~ 33.26%

%34.18
%32.56
%33.26

CMYK color model

#948D90 color CMYK value is (0,5,3,42).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 2.70%
  • key color value is 41.96%
CMYK:
(0,5,3,42)
C0M5Y3K42 
(0%,5%,3%,42%)
(0.00/0.05/0.03/0.42)	

CMYK percentages

%0
%4.73
%2.7
%41.96

Codes

Color #948D90 in popluar color models

948D90
RGB148141144
HSL334°3.17%56.67%
HSB/HSV334°4.73%58.04%
CMYK0.00%4.73%2.70%
41.96%

Color #948D90 in popluar number systems.

HEX948D90
Decimal148141144
Binary100101001000110110010000
Octal224215220

Shades and tints

Shades of #948D90

#948D90
(148,141,144)
#878183
(135,129,131)
#7A7576
(122,117,118)
#6D6969
(109,105,105)
#605D5C
(96,93,92)
#53514F
(83,81,79)
#464542
(70,69,66)
#393935
(57,57,53)
#2C2D28
(44,45,40)
#1F211B
(31,33,27)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #948D90

#948D90
(148,141,144)
#9D979A
(157,151,154)
#A6A1A4
(166,161,164)
#AFABAE
(175,171,174)
#B8B5B8
(184,181,184)
#C1BFC2
(193,191,194)
#CAC9CC
(202,201,204)
#D3D3D6
(211,211,214)
#DCDDE0
(220,221,224)
#E5E7EA
(229,231,234)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948D90; }

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

This text font color is #948D90.


Background Color

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

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

This div background color is #948D90.


Border color

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

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

This div border color is #948D90.


Opacity

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

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

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

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

This text has shadow with #948D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948D90 on black background.


Color preview on white background

This text has color #948D90 on white background.



Black color preview on #948D90 background

This text has black color on #948D90 background.


White color preview on #948D90 background

This text has white color on #948D90 background.