COLOR #939EA3

HEX: #939EA3
RGB: (147,158,163)

Color info

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

RGB color model

#939EA3 color RGB value is (147,158,163).

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

RGB channels and saturation

R 147 of 255 = 58%
G 158 of 255 = 62%
B 163 of 255 = 64%

147
158
163

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

Portions of RGB colors in percentages

R + G + B =
147 + 158 + 163 = 468 (100%)
R 147 of 468 ~ 31.41%
G 158 of 468 ~ 33.76%
B 163 of 468 ~ 34.83%

%31.41
%33.76
%34.83

CMYK color model

#939EA3 color CMYK value is (10,3,0,36).

  • cyan value is 9.82%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(10,3,0,36)
C10M3Y0K36 
(10%,3%,0%,36%)
(0.10/0.03/0.00/0.36)	

CMYK percentages

%9.82
%3.07
%0
%36.08

Codes

Color #939EA3 in popluar color models

939EA3
RGB147158163
HSL199°8.00%60.78%
HSB/HSV199°9.82%63.92%
CMYK9.82%3.07%0.00%
36.08%

Color #939EA3 in popluar number systems.

HEX939EA3
Decimal147158163
Binary100100111001111010100011
Octal223236243

Shades and tints

Shades of #939EA3

#939EA3
(147,158,163)
#869095
(134,144,149)
#798287
(121,130,135)
#6C7479
(108,116,121)
#5F666B
(95,102,107)
#52585D
(82,88,93)
#454A4F
(69,74,79)
#383C41
(56,60,65)
#2B2E33
(43,46,51)
#1E2025
(30,32,37)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #939EA3

#939EA3
(147,158,163)
#9CA6AB
(156,166,171)
#A5AEB3
(165,174,179)
#AEB6BB
(174,182,187)
#B7BEC3
(183,190,195)
#C0C6CB
(192,198,203)
#C9CED3
(201,206,211)
#D2D6DB
(210,214,219)
#DBDEE3
(219,222,227)
#E4E6EB
(228,230,235)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #939EA3; }

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

This text font color is #939EA3.


Background Color

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

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

This div background color is #939EA3.


Border color

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

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

This div border color is #939EA3.


Opacity

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

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

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

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

This text has shadow with #939EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #939EA3 on black background.


Color preview on white background

This text has color #939EA3 on white background.



Black color preview on #939EA3 background

This text has black color on #939EA3 background.


White color preview on #939EA3 background

This text has white color on #939EA3 background.