COLOR #938C9D

HEX: #938C9D RGB: (147,140,157)

Color info

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

RGB color model

#938C9D color RGB value is (147,140,157).

RGB: (147,140,157) (58%, 55%, 62%)

RGB channels and saturation

R 147 of 255 = 58%
G 140 of 255 = 55%
B 157 of 255 = 62%

147
140
157

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

Portions of RGB colors in percentages

R + G + B = 147 + 140 + 157 = 444 (100%)
R 147 of 444 ~ 33.11%
G 140 of 444 ~ 31.53%
B 157 of 444 ~ 35.36'%

%33.11
%31.53
%35.36

CMYK color model

#938C9D color CMYK value is (6,11,0,38).

  • cyan value is 6.37%
  • magenta value is 10.83%
  • 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

%6.37
%10.83
%0
%38.43

Codes

Color #938C9D in popluar color models

93 8C 9D
RGB 147 140 157
HSL 265° 7.98% 58.24%
HSB/HSV 265° 10.83% 61.57%
CMYK 6.37% 10.83% 0.00%
38.43%

Color #938C9D in popluar number systems.

HEX 93 8C 9D
Decimal 147 140 157
Binary 10010011 10001100 10011101
Octal 223 214 235

Shades and tints

Shades of #938C9D

#938C9D
(147,140,157)
#86808F
(134,128,143)
#797481
(121,116,129)
#6C6873
(108,104,115)
#5F5C65
(95,92,101)
#525057
(82,80,87)
#454449
(69,68,73)
#38383B
(56,56,59)
#2B2C2D
(43,44,45)
#1E201F
(30,32,31)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #938C9D

#938C9D
(147,140,157)
#9C96A5
(156,150,165)
#A5A0AD
(165,160,173)
#AEAAB5
(174,170,181)
#B7B4BD
(183,180,189)
#C0BEC5
(192,190,197)
#C9C8CD
(201,200,205)
#D2D2D5
(210,210,213)
#DBDCDD
(219,220,221)
#E4E6E5
(228,230,229)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938C9D color. Also use rgb(147,140,157) instead hex code.

Text Font Color

.myTextColor { color: #938C9D; }

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

This text font color is #938C9D.

Background Color

.myBgColor { background-color: #938C9D; }

<div style="background-color:#938C9D">Inner text</div>

This div background color is #938C9D.

Border color

.myBorderColor { border: 1px solid #938C9D; }

<div style="border:3px solid #938C9D">Div</div>

This div border color is #938C9D.

Opacity

.myOpacity80 { color: #938C9D; opacity: 0.8; }

<p style="color:#938C9D;opacity:0.8;">80%</p>

Text with #938C9D 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 #938C9D;}

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

This text has shadow with #938C9D color.


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

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

This text has shadow with #938C9D primary color and red secondary color.


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

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

This text has shadow with #938C9D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #938C9D.

Preview

Color preview on black background

This text has color #938C9D on black background.


Color preview on white background

This text has color #938C9D on white background.


Black color preview on #938C9D background

This text has black color on #938C9D background.


White color preview on #938C9D background

This text has white color on #938C9D background.


Related colors

Complementary color

Complementary color for #hex is #6C7362.


I love getcolorcode.com

Triadic colors

1 #9D938C and #8C9D93 with #938C9D are triadic colors.

2 #9D8C93 and #8C939D with #938C9D are triadic colors.