COLOR #948DA0

HEX: #948DA0
RGB: (148,141,160)

Color info

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

RGB color model

#948DA0 color RGB value is (148,141,160).

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

RGB channels and saturation

R 148 of 255 = 58%
G 141 of 255 = 55%
B 160 of 255 = 63%

148
141
160

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

Portions of RGB colors in percentages

R + G + B =
148 + 141 + 160 = 449 (100%)
R 148 of 449 ~ 32.96%
G 141 of 449 ~ 31.4%
B 160 of 449 ~ 35.63%

%32.96
%31.4
%35.63

CMYK color model

#948DA0 color CMYK value is (7,12,0,37).

  • cyan value is 7.50%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(7,12,0,37)
C7M12Y0K37 
(7%,12%,0%,37%)
(0.07/0.12/0.00/0.37)	

CMYK percentages

%7.5
%11.88
%0
%37.25

Codes

Color #948DA0 in popluar color models

948DA0
RGB148141160
HSL262°9.09%59.02%
HSB/HSV262°11.88%62.75%
CMYK7.50%11.88%0.00%
37.25%

Color #948DA0 in popluar number systems.

HEX948DA0
Decimal148141160
Binary100101001000110110100000
Octal224215240

Shades and tints

Shades of #948DA0

#948DA0
(148,141,160)
#878192
(135,129,146)
#7A7584
(122,117,132)
#6D6976
(109,105,118)
#605D68
(96,93,104)
#53515A
(83,81,90)
#46454C
(70,69,76)
#39393E
(57,57,62)
#2C2D30
(44,45,48)
#1F2122
(31,33,34)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #948DA0

#948DA0
(148,141,160)
#9D97A8
(157,151,168)
#A6A1B0
(166,161,176)
#AFABB8
(175,171,184)
#B8B5C0
(184,181,192)
#C1BFC8
(193,191,200)
#CAC9D0
(202,201,208)
#D3D3D8
(211,211,216)
#DCDDE0
(220,221,224)
#E5E7E8
(229,231,232)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948DA0; }

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

This text font color is #948DA0.


Background Color

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

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

This div background color is #948DA0.


Border color

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

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

This div border color is #948DA0.


Opacity

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

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

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

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

This text has shadow with #948DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948DA0 on black background.


Color preview on white background

This text has color #948DA0 on white background.



Black color preview on #948DA0 background

This text has black color on #948DA0 background.


White color preview on #948DA0 background

This text has white color on #948DA0 background.