COLOR #939FA5

HEX: #939FA5
RGB: (147,159,165)

Color info

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

RGB color model

#939FA5 color RGB value is (147,159,165).

  • red value is 147;
  • green value is 159;
  • blue value is 165.
RGB:
(147,159,165)
(58%,62%,65%)

RGB channels and saturation

R 147 of 255 = 58%
G 159 of 255 = 62%
B 165 of 255 = 65%

147
159
165

R + G + B ~ 62%. #939FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 159 + 165 = 471 (100%)
R 147 of 471 ~ 31.21%
G 159 of 471 ~ 33.76%
B 165 of 471 ~ 35.03%

%31.21
%33.76
%35.03

CMYK color model

#939FA5 color CMYK value is (11,4,0,35).

  • cyan value is 10.91%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(11,4,0,35)
C11M4Y0K35 
(11%,4%,0%,35%)
(0.11/0.04/0.00/0.35)	

CMYK percentages

%10.91
%3.64
%0
%35.29

Codes

Color #939FA5 in popluar color models

939FA5
RGB147159165
HSL200°9.09%61.18%
HSB/HSV200°10.91%64.71%
CMYK10.91%3.64%0.00%
35.29%

Color #939FA5 in popluar number systems.

HEX939FA5
Decimal147159165
Binary100100111001111110100101
Octal223237245

Shades and tints

Shades of #939FA5

#939FA5
(147,159,165)
#869196
(134,145,150)
#798387
(121,131,135)
#6C7578
(108,117,120)
#5F6769
(95,103,105)
#52595A
(82,89,90)
#454B4B
(69,75,75)
#383D3C
(56,61,60)
#2B2F2D
(43,47,45)
#1E211E
(30,33,30)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #939FA5

#939FA5
(147,159,165)
#9CA7AD
(156,167,173)
#A5AFB5
(165,175,181)
#AEB7BD
(174,183,189)
#B7BFC5
(183,191,197)
#C0C7CD
(192,199,205)
#C9CFD5
(201,207,213)
#D2D7DD
(210,215,221)
#DBDFE5
(219,223,229)
#E4E7ED
(228,231,237)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #939FA5 color. Also use rgb(147,159,165) instead hex code.

Text Font Color

.myTextColor { color: #939FA5; }

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

This text font color is #939FA5.


Background Color

.myBgColor { background-color: #939FA5; }

<div style="background-color:#939FA5">Inner text</div>

This div background color is #939FA5.


Border color

.myBorderColor { border: 1px solid #939FA5; }

<div style="border:3px solid #939FA5">Div</div>

This div border color is #939FA5.


Opacity

.myOpacity80 { color: #939FA5; opacity: 0.8; }

<p style="color:#939FA5;opacity:0.8;">80%</p>

Text with #939FA5 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 #939FA5;}

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

This text has shadow with #939FA5 color.

.textShadow {text-shadow: 3px 3px 1px #939FA5, 3px 3px 1px red;}

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

This text has shadow with #939FA5 primary color and red secondary color.


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

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

This text has shadow with #939FA5 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #939FA5;
-webkit-box-shadow: 1px 1px 3px 2px #939FA5;
box-shadow:1px 1px 3px 2px #939FA5;">
Div content here</div>
This div box has shadow with color #939FA5.

Preview

Color preview on black background

This text has color #939FA5 on black background.


Color preview on white background

This text has color #939FA5 on white background.



Black color preview on #939FA5 background

This text has black color on #939FA5 background.


White color preview on #939FA5 background

This text has white color on #939FA5 background.