COLOR #948E9A

HEX: #948E9A
RGB: (148,142,154)

Color info

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

RGB color model

#948E9A color RGB value is (148,142,154).

  • red value is 148;
  • green value is 142;
  • blue value is 154.
RGB:
(148,142,154)
(58%,56%,60%)

RGB channels and saturation

R 148 of 255 = 58%
G 142 of 255 = 56%
B 154 of 255 = 60%

148
142
154

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

Portions of RGB colors in percentages

R + G + B =
148 + 142 + 154 = 444 (100%)
R 148 of 444 ~ 33.33%
G 142 of 444 ~ 31.98%
B 154 of 444 ~ 34.68%

%33.33
%31.98
%34.68

CMYK color model

#948E9A color CMYK value is (4,8,0,40).

  • cyan value is 3.90%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(4,8,0,40)
C4M8Y0K40 
(4%,8%,0%,40%)
(0.04/0.08/0.00/0.40)	

CMYK percentages

%3.9
%7.79
%0
%39.61

Codes

Color #948E9A in popluar color models

948E9A
RGB148142154
HSL270°5.61%58.04%
HSB/HSV270°7.79%60.39%
CMYK3.90%7.79%0.00%
39.61%

Color #948E9A in popluar number systems.

HEX948E9A
Decimal148142154
Binary100101001000111010011010
Octal224216232

Shades and tints

Shades of #948E9A

#948E9A
(148,142,154)
#87828C
(135,130,140)
#7A767E
(122,118,126)
#6D6A70
(109,106,112)
#605E62
(96,94,98)
#535254
(83,82,84)
#464646
(70,70,70)
#393A38
(57,58,56)
#2C2E2A
(44,46,42)
#1F221C
(31,34,28)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #948E9A

#948E9A
(148,142,154)
#9D98A3
(157,152,163)
#A6A2AC
(166,162,172)
#AFACB5
(175,172,181)
#B8B6BE
(184,182,190)
#C1C0C7
(193,192,199)
#CACAD0
(202,202,208)
#D3D4D9
(211,212,217)
#DCDEE2
(220,222,226)
#E5E8EB
(229,232,235)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948E9A color. Also use rgb(148,142,154) instead hex code.

Text Font Color

.myTextColor { color: #948E9A; }

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

This text font color is #948E9A.


Background Color

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

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

This div background color is #948E9A.


Border color

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

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

This div border color is #948E9A.


Opacity

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

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

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

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

This text has shadow with #948E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948E9A on black background.


Color preview on white background

This text has color #948E9A on white background.



Black color preview on #948E9A background

This text has black color on #948E9A background.


White color preview on #948E9A background

This text has white color on #948E9A background.