COLOR #948B9D

HEX: #948B9D RGB: (148,139,157)

Color info

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

RGB color model

#948B9D color RGB value is (148,139,157).

RGB: (148,139,157) (58%, 55%, 62%)

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 157 of 255 = 62%

148
139
157

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

Portions of RGB colors in percentages

R + G + B = 148 + 139 + 157 = 444 (100%)
R 148 of 444 ~ 33.33%
G 139 of 444 ~ 31.31%
B 157 of 444 ~ 35.36'%

%33.33
%31.31
%35.36

CMYK color model

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

  • cyan value is 5.73%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (6,11,0,38)
C6M11Y0K38 (6%, 11%, 0%, 38%)
(0.06 / 0.11 / 0.00 / 0.38)

CMYK percentages

%5.73
%11.46
%0
%38.43

Codes

Color #948B9D in popluar color models

94 8B 9D
RGB 148 139 157
HSL 270° 8.41% 58.04%
HSB/HSV 270° 11.46% 61.57%
CMYK 5.73% 11.46% 0.00%
38.43%

Color #948B9D in popluar number systems.

HEX 94 8B 9D
Decimal 148 139 157
Binary 10010100 10001011 10011101
Octal 224 213 235

Shades and tints

Shades of #948B9D

#948B9D
(148,139,157)
#877F8F
(135,127,143)
#7A7381
(122,115,129)
#6D6773
(109,103,115)
#605B65
(96,91,101)
#534F57
(83,79,87)
#464349
(70,67,73)
#39373B
(57,55,59)
#2C2B2D
(44,43,45)
#1F1F1F
(31,31,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #948B9D

#948B9D
(148,139,157)
#9D95A5
(157,149,165)
#A69FAD
(166,159,173)
#AFA9B5
(175,169,181)
#B8B3BD
(184,179,189)
#C1BDC5
(193,189,197)
#CAC7CD
(202,199,205)
#D3D1D5
(211,209,213)
#DCDBDD
(220,219,221)
#E5E5E5
(229,229,229)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948B9D color. Also use rgb(148,139,157) instead hex code.

Text Font Color

.myTextColor { color: #948B9D; }

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

This text font color is #948B9D.

Background Color

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

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

This div background color is #948B9D.

Border color

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

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

This div border color is #948B9D.

Opacity

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

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

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

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

This text has shadow with #948B9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948B9D.

Preview

Color preview on black background

This text has color #948B9D on black background.


Color preview on white background

This text has color #948B9D on white background.


Black color preview on #948B9D background

This text has black color on #948B9D background.


White color preview on #948B9D background

This text has white color on #948B9D background.


Related colors

Complementary color

Complementary color for #hex is #6B7462.


I love getcolorcode.com

Triadic colors

1 #9D948B and #8B9D94 with #948B9D are triadic colors.

2 #9D8B94 and #8B949D with #948B9D are triadic colors.