COLOR #939DAA

HEX: #939DAA RGB: (147,157,170)

Color info

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

RGB color model

#939DAA color RGB value is (147,157,170).

RGB: (147,157,170) (58%, 62%, 67%)

RGB channels and saturation

R 147 of 255 = 58%
G 157 of 255 = 62%
B 170 of 255 = 67%

147
157
170

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

Portions of RGB colors in percentages

R + G + B = 147 + 157 + 170 = 474 (100%)
R 147 of 474 ~ 31.01%
G 157 of 474 ~ 33.12%
B 170 of 474 ~ 35.86'%

%31.01
%33.12
%35.86

CMYK color model

#939DAA color CMYK value is (14,8,0,33).

  • cyan value is 13.53%
  • magenta value is 7.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (14,8,0,33) C14M8Y0K33 (14%,8%,0%,33%) (0.14/0.08/0.00/0.33) 

CMYK percentages

%13.53
%7.65
%0
%33.33

Codes

Color #939DAA in popluar color models

93 9D AA
RGB 147 157 170
HSL 214° 11.92% 62.16%
HSB/HSV 214° 13.53% 66.67%
CMYK 13.53% 7.65% 0.00%
33.33%

Color #939DAA in popluar number systems.

HEX 93 9D AA
Decimal 147 157 170
Binary 10010011 10011101 10101010
Octal 223 235 252

Shades and tints

Shades of #939DAA

#939DAA
(147,157,170)
#868F9B
(134,143,155)
#79818C
(121,129,140)
#6C737D
(108,115,125)
#5F656E
(95,101,110)
#52575F
(82,87,95)
#454950
(69,73,80)
#383B41
(56,59,65)
#2B2D32
(43,45,50)
#1E1F23
(30,31,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #939DAA

#939DAA
(147,157,170)
#9CA5B1
(156,165,177)
#A5ADB8
(165,173,184)
#AEB5BF
(174,181,191)
#B7BDC6
(183,189,198)
#C0C5CD
(192,197,205)
#C9CDD4
(201,205,212)
#D2D5DB
(210,213,219)
#DBDDE2
(219,221,226)
#E4E5E9
(228,229,233)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #939DAA color. Also use rgb(147,157,170) instead hex code.

Text Font Color

.myTextColor { color: #939DAA; }

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

This text font color is #939DAA.

Background Color

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

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

This div background color is #939DAA.

Border color

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

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

This div border color is #939DAA.

Opacity

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

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

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

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

This text has shadow with #939DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #939DAA.

Preview

Color preview on black background

This text has color #939DAA on black background.


Color preview on white background

This text has color #939DAA on white background.


Black color preview on #939DAA background

This text has black color on #939DAA background.


White color preview on #939DAA background

This text has white color on #939DAA background.


Related colors

Complementary color

Complementary color for #hex is #6C6255.


I love getcolorcode.com

Triadic colors

1 #AA939D and #9DAA93 with #939DAA are triadic colors.

2 #AA9D93 and #9D93AA with #939DAA are triadic colors.