COLOR #948A93

HEX: #948A93 RGB: (148,138,147)

Color info

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

RGB color model

#948A93 color RGB value is (148,138,147).

RGB: (148,138,147) (58%, 54%, 58%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 147 of 255 = 58%

148
138
147

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

Portions of RGB colors in percentages

R + G + B = 148 + 138 + 147 = 433 (100%)
R 148 of 433 ~ 34.18%
G 138 of 433 ~ 31.87%
B 147 of 433 ~ 33.95'%

%34.18
%31.87
%33.95

CMYK color model

#948A93 color CMYK value is (0,7,1,42).

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 0.68%
  • key color value is 41.96%

CMYK: (0,7,1,42)
C0M7Y1K42 (0%, 7%, 1%, 42%)
(0.00 / 0.07 / 0.01 / 0.42)

CMYK percentages

%0
%6.76
%0.68
%41.96

Codes

Color #948A93 in popluar color models

94 8A 93
RGB 148 138 147
HSL 306° 4.46% 56.08%
HSB/HSV 306° 6.76% 58.04%
CMYK 0.00% 6.76% 0.68%
41.96%

Color #948A93 in popluar number systems.

HEX 94 8A 93
Decimal 148 138 147
Binary 10010100 10001010 10010011
Octal 224 212 223

Shades and tints

Shades of #948A93

#948A93
(148,138,147)
#877E86
(135,126,134)
#7A7279
(122,114,121)
#6D666C
(109,102,108)
#605A5F
(96,90,95)
#534E52
(83,78,82)
#464245
(70,66,69)
#393638
(57,54,56)
#2C2A2B
(44,42,43)
#1F1E1E
(31,30,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #948A93

#948A93
(148,138,147)
#9D949C
(157,148,156)
#A69EA5
(166,158,165)
#AFA8AE
(175,168,174)
#B8B2B7
(184,178,183)
#C1BCC0
(193,188,192)
#CAC6C9
(202,198,201)
#D3D0D2
(211,208,210)
#DCDADB
(220,218,219)
#E5E4E4
(229,228,228)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948A93 color. Also use rgb(148,138,147) instead hex code.

Text Font Color

.myTextColor { color: #948A93; }

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

This text font color is #948A93.

Background Color

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

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

This div background color is #948A93.

Border color

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

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

This div border color is #948A93.

Opacity

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

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

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

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

This text has shadow with #948A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948A93.

Preview

Color preview on black background

This text has color #948A93 on black background.


Color preview on white background

This text has color #948A93 on white background.


Black color preview on #948A93 background

This text has black color on #948A93 background.


White color preview on #948A93 background

This text has white color on #948A93 background.


Related colors

Complementary color

Complementary color for #hex is #6B756C.


I love getcolorcode.com

Triadic colors

1 #93948A and #8A9394 with #948A93 are triadic colors.

2 #938A94 and #8A9493 with #948A93 are triadic colors.