COLOR #929FA9

HEX: #929FA9
RGB: (146,159,169)

Color info

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

RGB color model

#929FA9 color RGB value is (146,159,169).

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

RGB channels and saturation

R 146 of 255 = 57%
G 159 of 255 = 62%
B 169 of 255 = 66%

146
159
169

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

Portions of RGB colors in percentages

R + G + B =
146 + 159 + 169 = 474 (100%)
R 146 of 474 ~ 30.8%
G 159 of 474 ~ 33.54%
B 169 of 474 ~ 35.65%

%30.8
%33.54
%35.65

CMYK color model

#929FA9 color CMYK value is (14,6,0,34).

  • cyan value is 13.61%
  • magenta value is 5.92%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(14,6,0,34)
C14M6Y0K34 
(14%,6%,0%,34%)
(0.14/0.06/0.00/0.34)	

CMYK percentages

%13.61
%5.92
%0
%33.73

Codes

Color #929FA9 in popluar color models

929FA9
RGB146159169
HSL206°11.79%61.76%
HSB/HSV206°13.61%66.27%
CMYK13.61%5.92%0.00%
33.73%

Color #929FA9 in popluar number systems.

HEX929FA9
Decimal146159169
Binary100100101001111110101001
Octal222237251

Shades and tints

Shades of #929FA9

#929FA9
(146,159,169)
#85919A
(133,145,154)
#78838B
(120,131,139)
#6B757C
(107,117,124)
#5E676D
(94,103,109)
#51595E
(81,89,94)
#444B4F
(68,75,79)
#373D40
(55,61,64)
#2A2F31
(42,47,49)
#1D2122
(29,33,34)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #929FA9

#929FA9
(146,159,169)
#9BA7B0
(155,167,176)
#A4AFB7
(164,175,183)
#ADB7BE
(173,183,190)
#B6BFC5
(182,191,197)
#BFC7CC
(191,199,204)
#C8CFD3
(200,207,211)
#D1D7DA
(209,215,218)
#DADFE1
(218,223,225)
#E3E7E8
(227,231,232)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #929FA9; }

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

This text font color is #929FA9.


Background Color

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

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

This div background color is #929FA9.


Border color

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

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

This div border color is #929FA9.


Opacity

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

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

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

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

This text has shadow with #929FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929FA9 on black background.


Color preview on white background

This text has color #929FA9 on white background.



Black color preview on #929FA9 background

This text has black color on #929FA9 background.


White color preview on #929FA9 background

This text has white color on #929FA9 background.