COLOR #948C90

HEX: #948C90
RGB: (148,140,144)

Color info

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

RGB color model

#948C90 color RGB value is (148,140,144).

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

RGB channels and saturation

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

148
140
144

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

Portions of RGB colors in percentages

R + G + B =
148 + 140 + 144 = 432 (100%)
R 148 of 432 ~ 34.26%
G 140 of 432 ~ 32.41%
B 144 of 432 ~ 33.33%

%34.26
%32.41
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.41%
  • 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
%5.41
%2.7
%41.96

Codes

Color #948C90 in popluar color models

948C90
RGB148140144
HSL330°3.60%56.47%
HSB/HSV330°5.41%58.04%
CMYK0.00%5.41%2.70%
41.96%

Color #948C90 in popluar number systems.

HEX948C90
Decimal148140144
Binary100101001000110010010000
Octal224214220

Shades and tints

Shades of #948C90

#948C90
(148,140,144)
#878083
(135,128,131)
#7A7476
(122,116,118)
#6D6869
(109,104,105)
#605C5C
(96,92,92)
#53504F
(83,80,79)
#464442
(70,68,66)
#393835
(57,56,53)
#2C2C28
(44,44,40)
#1F201B
(31,32,27)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #948C90

#948C90
(148,140,144)
#9D969A
(157,150,154)
#A6A0A4
(166,160,164)
#AFAAAE
(175,170,174)
#B8B4B8
(184,180,184)
#C1BEC2
(193,190,194)
#CAC8CC
(202,200,204)
#D3D2D6
(211,210,214)
#DCDCE0
(220,220,224)
#E5E6EA
(229,230,234)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948C90; }

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

This text font color is #948C90.


Background Color

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

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

This div background color is #948C90.


Border color

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

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

This div border color is #948C90.


Opacity

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

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

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

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

This text has shadow with #948C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948C90 on black background.


Color preview on white background

This text has color #948C90 on white background.



Black color preview on #948C90 background

This text has black color on #948C90 background.


White color preview on #948C90 background

This text has white color on #948C90 background.