COLOR #939BA5

HEX: #939BA5
RGB: (147,155,165)

Color info

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

RGB color model

#939BA5 color RGB value is (147,155,165).

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

RGB channels and saturation

R 147 of 255 = 58%
G 155 of 255 = 61%
B 165 of 255 = 65%

147
155
165

R + G + B ~ 61%. #939BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 155 + 165 = 467 (100%)
R 147 of 467 ~ 31.48%
G 155 of 467 ~ 33.19%
B 165 of 467 ~ 35.33%

%31.48
%33.19
%35.33

CMYK color model

#939BA5 color CMYK value is (11,6,0,35).

  • cyan value is 10.91%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(11,6,0,35)
C11M6Y0K35 
(11%,6%,0%,35%)
(0.11/0.06/0.00/0.35)	

CMYK percentages

%10.91
%6.06
%0
%35.29

Codes

Color #939BA5 in popluar color models

939BA5
RGB147155165
HSL213°9.09%61.18%
HSB/HSV213°10.91%64.71%
CMYK10.91%6.06%0.00%
35.29%

Color #939BA5 in popluar number systems.

HEX939BA5
Decimal147155165
Binary100100111001101110100101
Octal223233245

Shades and tints

Shades of #939BA5

#939BA5
(147,155,165)
#868D96
(134,141,150)
#797F87
(121,127,135)
#6C7178
(108,113,120)
#5F6369
(95,99,105)
#52555A
(82,85,90)
#45474B
(69,71,75)
#38393C
(56,57,60)
#2B2B2D
(43,43,45)
#1E1D1E
(30,29,30)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #939BA5

#939BA5
(147,155,165)
#9CA4AD
(156,164,173)
#A5ADB5
(165,173,181)
#AEB6BD
(174,182,189)
#B7BFC5
(183,191,197)
#C0C8CD
(192,200,205)
#C9D1D5
(201,209,213)
#D2DADD
(210,218,221)
#DBE3E5
(219,227,229)
#E4ECED
(228,236,237)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #939BA5; }

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

This text font color is #939BA5.


Background Color

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

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

This div background color is #939BA5.


Border color

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

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

This div border color is #939BA5.


Opacity

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

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

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

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

This text has shadow with #939BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #939BA5 on black background.


Color preview on white background

This text has color #939BA5 on white background.



Black color preview on #939BA5 background

This text has black color on #939BA5 background.


White color preview on #939BA5 background

This text has white color on #939BA5 background.