COLOR #929FAD

HEX: #929FAD
RGB: (146,159,173)

Color info

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

RGB color model

#929FAD color RGB value is (146,159,173).

  • red value is 146;
  • green value is 159;
  • blue value is 173.
RGB:
(146,159,173)
(57%,62%,68%)

RGB channels and saturation

R 146 of 255 = 57%
G 159 of 255 = 62%
B 173 of 255 = 68%

146
159
173

R + G + B ~ 62%. #929FAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 159 + 173 = 478 (100%)
R 146 of 478 ~ 30.54%
G 159 of 478 ~ 33.26%
B 173 of 478 ~ 36.19%

%30.54
%33.26
%36.19

CMYK color model

#929FAD color CMYK value is (16,8,0,32).

  • cyan value is 15.61%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(16,8,0,32)
C16M8Y0K32 
(16%,8%,0%,32%)
(0.16/0.08/0.00/0.32)	

CMYK percentages

%15.61
%8.09
%0
%32.16

Codes

Color #929FAD in popluar color models

929FAD
RGB146159173
HSL211°14.14%62.55%
HSB/HSV211°15.61%67.84%
CMYK15.61%8.09%0.00%
32.16%

Color #929FAD in popluar number systems.

HEX929FAD
Decimal146159173
Binary100100101001111110101101
Octal222237255

Shades and tints

Shades of #929FAD

#929FAD
(146,159,173)
#85919E
(133,145,158)
#78838F
(120,131,143)
#6B7580
(107,117,128)
#5E6771
(94,103,113)
#515962
(81,89,98)
#444B53
(68,75,83)
#373D44
(55,61,68)
#2A2F35
(42,47,53)
#1D2126
(29,33,38)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #929FAD

#929FAD
(146,159,173)
#9BA7B4
(155,167,180)
#A4AFBB
(164,175,187)
#ADB7C2
(173,183,194)
#B6BFC9
(182,191,201)
#BFC7D0
(191,199,208)
#C8CFD7
(200,207,215)
#D1D7DE
(209,215,222)
#DADFE5
(218,223,229)
#E3E7EC
(227,231,236)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #929FAD color. Also use rgb(146,159,173) instead hex code.

Text Font Color

.myTextColor { color: #929FAD; }

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

This text font color is #929FAD.


Background Color

.myBgColor { background-color: #929FAD; }

<div style="background-color:#929FAD">Inner text</div>

This div background color is #929FAD.


Border color

.myBorderColor { border: 1px solid #929FAD; }

<div style="border:3px solid #929FAD">Div</div>

This div border color is #929FAD.


Opacity

.myOpacity80 { color: #929FAD; opacity: 0.8; }

<p style="color:#929FAD;opacity:0.8;">80%</p>

Text with #929FAD 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 #929FAD;}

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

This text has shadow with #929FAD color.

.textShadow {text-shadow: 3px 3px 1px #929FAD, 3px 3px 1px red;}

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

This text has shadow with #929FAD primary color and red secondary color.


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

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

This text has shadow with #929FAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929FAD on black background.


Color preview on white background

This text has color #929FAD on white background.



Black color preview on #929FAD background

This text has black color on #929FAD background.


White color preview on #929FAD background

This text has white color on #929FAD background.