COLOR #929DAD

HEX: #929DAD
RGB: (146,157,173)

Color info

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

RGB color model

#929DAD color RGB value is (146,157,173).

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

RGB channels and saturation

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

146
157
173

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

Portions of RGB colors in percentages

R + G + B =
146 + 157 + 173 = 476 (100%)
R 146 of 476 ~ 30.67%
G 157 of 476 ~ 32.98%
B 173 of 476 ~ 36.34%

%30.67
%32.98
%36.34

CMYK color model

#929DAD color CMYK value is (16,9,0,32).

  • cyan value is 15.61%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(16,9,0,32)
C16M9Y0K32 
(16%,9%,0%,32%)
(0.16/0.09/0.00/0.32)	

CMYK percentages

%15.61
%9.25
%0
%32.16

Codes

Color #929DAD in popluar color models

929DAD
RGB146157173
HSL216°14.14%62.55%
HSB/HSV216°15.61%67.84%
CMYK15.61%9.25%0.00%
32.16%

Color #929DAD in popluar number systems.

HEX929DAD
Decimal146157173
Binary100100101001110110101101
Octal222235255

Shades and tints

Shades of #929DAD

#929DAD
(146,157,173)
#858F9E
(133,143,158)
#78818F
(120,129,143)
#6B7380
(107,115,128)
#5E6571
(94,101,113)
#515762
(81,87,98)
#444953
(68,73,83)
#373B44
(55,59,68)
#2A2D35
(42,45,53)
#1D1F26
(29,31,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #929DAD

#929DAD
(146,157,173)
#9BA5B4
(155,165,180)
#A4ADBB
(164,173,187)
#ADB5C2
(173,181,194)
#B6BDC9
(182,189,201)
#BFC5D0
(191,197,208)
#C8CDD7
(200,205,215)
#D1D5DE
(209,213,222)
#DADDE5
(218,221,229)
#E3E5EC
(227,229,236)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #929DAD; }

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

This text font color is #929DAD.


Background Color

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

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

This div background color is #929DAD.


Border color

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

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

This div border color is #929DAD.


Opacity

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

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

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

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

This text has shadow with #929DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929DAD on black background.


Color preview on white background

This text has color #929DAD on white background.



Black color preview on #929DAD background

This text has black color on #929DAD background.


White color preview on #929DAD background

This text has white color on #929DAD background.