COLOR #948F9D

HEX: #948F9D RGB: (148,143,157)

Color info

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

RGB color model

#948F9D color RGB value is (148,143,157).

RGB: (148,143,157) (58%, 56%, 62%)

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 157 of 255 = 62%

148
143
157

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

Portions of RGB colors in percentages

R + G + B = 148 + 143 + 157 = 448 (100%)
R 148 of 448 ~ 33.04%
G 143 of 448 ~ 31.92%
B 157 of 448 ~ 35.04'%

%33.04
%31.92
%35.04

CMYK color model

#948F9D color CMYK value is (6,9,0,38).

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

CMYK: (6,9,0,38)
C6M9Y0K38 (6%, 9%, 0%, 38%)
(0.06 / 0.09 / 0.00 / 0.38)

CMYK percentages

%5.73
%8.92
%0
%38.43

Codes

Color #948F9D in popluar color models

94 8F 9D
RGB 148 143 157
HSL 261° 6.67% 58.82%
HSB/HSV 261° 8.92% 61.57%
CMYK 5.73% 8.92% 0.00%
38.43%

Color #948F9D in popluar number systems.

HEX 94 8F 9D
Decimal 148 143 157
Binary 10010100 10001111 10011101
Octal 224 217 235

Shades and tints

Shades of #948F9D

#948F9D
(148,143,157)
#87828F
(135,130,143)
#7A7581
(122,117,129)
#6D6873
(109,104,115)
#605B65
(96,91,101)
#534E57
(83,78,87)
#464149
(70,65,73)
#39343B
(57,52,59)
#2C272D
(44,39,45)
#1F1A1F
(31,26,31)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #948F9D

#948F9D
(148,143,157)
#9D99A5
(157,153,165)
#A6A3AD
(166,163,173)
#AFADB5
(175,173,181)
#B8B7BD
(184,183,189)
#C1C1C5
(193,193,197)
#CACBCD
(202,203,205)
#D3D5D5
(211,213,213)
#DCDFDD
(220,223,221)
#E5E9E5
(229,233,229)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948F9D; }

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

This text font color is #948F9D.

Background Color

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

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

This div background color is #948F9D.

Border color

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

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

This div border color is #948F9D.

Opacity

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

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

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

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

This text has shadow with #948F9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948F9D.

Preview

Color preview on black background

This text has color #948F9D on black background.


Color preview on white background

This text has color #948F9D on white background.


Black color preview on #948F9D background

This text has black color on #948F9D background.


White color preview on #948F9D background

This text has white color on #948F9D background.


Related colors

Complementary color

Complementary color for #hex is #6B7062.


I love getcolorcode.com

Triadic colors

1 #9D948F and #8F9D94 with #948F9D are triadic colors.

2 #9D8F94 and #8F949D with #948F9D are triadic colors.