COLOR #948C9E

HEX: #948C9E RGB: (148,140,158)

Color info

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

RGB color model

#948C9E color RGB value is (148,140,158).

RGB: (148,140,158) (58%, 55%, 62%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 158 of 255 = 62%

148
140
158

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

Portions of RGB colors in percentages

R + G + B = 148 + 140 + 158 = 446 (100%)
R 148 of 446 ~ 33.18%
G 140 of 446 ~ 31.39%
B 158 of 446 ~ 35.43'%

%33.18
%31.39
%35.43

CMYK color model

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

  • cyan value is 6.33%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 38.04%

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

CMYK percentages

%6.33
%11.39
%0
%38.04

Codes

Color #948C9E in popluar color models

94 8C 9E
RGB 148 140 158
HSL 267° 8.49% 58.43%
HSB/HSV 267° 11.39% 61.96%
CMYK 6.33% 11.39% 0.00%
38.04%

Color #948C9E in popluar number systems.

HEX 94 8C 9E
Decimal 148 140 158
Binary 10010100 10001100 10011110
Octal 224 214 236

Shades and tints

Shades of #948C9E

#948C9E
(148,140,158)
#878090
(135,128,144)
#7A7482
(122,116,130)
#6D6874
(109,104,116)
#605C66
(96,92,102)
#535058
(83,80,88)
#46444A
(70,68,74)
#39383C
(57,56,60)
#2C2C2E
(44,44,46)
#1F2020
(31,32,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #948C9E

#948C9E
(148,140,158)
#9D96A6
(157,150,166)
#A6A0AE
(166,160,174)
#AFAAB6
(175,170,182)
#B8B4BE
(184,180,190)
#C1BEC6
(193,190,198)
#CAC8CE
(202,200,206)
#D3D2D6
(211,210,214)
#DCDCDE
(220,220,222)
#E5E6E6
(229,230,230)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948C9E; }

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

This text font color is #948C9E.

Background Color

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

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

This div background color is #948C9E.

Border color

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

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

This div border color is #948C9E.

Opacity

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

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

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

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

This text has shadow with #948C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948C9E.

Preview

Color preview on black background

This text has color #948C9E on black background.


Color preview on white background

This text has color #948C9E on white background.


Black color preview on #948C9E background

This text has black color on #948C9E background.


White color preview on #948C9E background

This text has white color on #948C9E background.


Related colors

Complementary color

Complementary color for #hex is #6B7361.


I love getcolorcode.com

Triadic colors

1 #9E948C and #8C9E94 with #948C9E are triadic colors.

2 #9E8C94 and #8C949E with #948C9E are triadic colors.