COLOR #939EA6

HEX: #939EA6
RGB: (147,158,166)

Color info

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

RGB color model

#939EA6 color RGB value is (147,158,166).

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

RGB channels and saturation

R 147 of 255 = 58%
G 158 of 255 = 62%
B 166 of 255 = 65%

147
158
166

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

Portions of RGB colors in percentages

R + G + B =
147 + 158 + 166 = 471 (100%)
R 147 of 471 ~ 31.21%
G 158 of 471 ~ 33.55%
B 166 of 471 ~ 35.24%

%31.21
%33.55
%35.24

CMYK color model

#939EA6 color CMYK value is (11,5,0,35).

  • cyan value is 11.45%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(11,5,0,35)
C11M5Y0K35 
(11%,5%,0%,35%)
(0.11/0.05/0.00/0.35)	

CMYK percentages

%11.45
%4.82
%0
%34.9

Codes

Color #939EA6 in popluar color models

939EA6
RGB147158166
HSL205°9.64%61.37%
HSB/HSV205°11.45%65.10%
CMYK11.45%4.82%0.00%
34.90%

Color #939EA6 in popluar number systems.

HEX939EA6
Decimal147158166
Binary100100111001111010100110
Octal223236246

Shades and tints

Shades of #939EA6

#939EA6
(147,158,166)
#869097
(134,144,151)
#798288
(121,130,136)
#6C7479
(108,116,121)
#5F666A
(95,102,106)
#52585B
(82,88,91)
#454A4C
(69,74,76)
#383C3D
(56,60,61)
#2B2E2E
(43,46,46)
#1E201F
(30,32,31)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #939EA6

#939EA6
(147,158,166)
#9CA6AE
(156,166,174)
#A5AEB6
(165,174,182)
#AEB6BE
(174,182,190)
#B7BEC6
(183,190,198)
#C0C6CE
(192,198,206)
#C9CED6
(201,206,214)
#D2D6DE
(210,214,222)
#DBDEE6
(219,222,230)
#E4E6EE
(228,230,238)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #939EA6 color. Also use rgb(147,158,166) instead hex code.

Text Font Color

.myTextColor { color: #939EA6; }

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

This text font color is #939EA6.


Background Color

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

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

This div background color is #939EA6.


Border color

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

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

This div border color is #939EA6.


Opacity

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

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

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

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

This text has shadow with #939EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #939EA6 on black background.


Color preview on white background

This text has color #939EA6 on white background.



Black color preview on #939EA6 background

This text has black color on #939EA6 background.


White color preview on #939EA6 background

This text has white color on #939EA6 background.