COLOR #929DAC

HEX: #929DAC
RGB: (146,157,172)

Color info

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

RGB color model

#929DAC color RGB value is (146,157,172).

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

RGB channels and saturation

R 146 of 255 = 57%
G 157 of 255 = 62%
B 172 of 255 = 67%

146
157
172

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

Portions of RGB colors in percentages

R + G + B =
146 + 157 + 172 = 475 (100%)
R 146 of 475 ~ 30.74%
G 157 of 475 ~ 33.05%
B 172 of 475 ~ 36.21%

%30.74
%33.05
%36.21

CMYK color model

#929DAC color CMYK value is (15,9,0,33).

  • cyan value is 15.12%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(15,9,0,33)
C15M9Y0K33 
(15%,9%,0%,33%)
(0.15/0.09/0.00/0.33)	

CMYK percentages

%15.12
%8.72
%0
%32.55

Codes

Color #929DAC in popluar color models

929DAC
RGB146157172
HSL215°13.54%62.35%
HSB/HSV215°15.12%67.45%
CMYK15.12%8.72%0.00%
32.55%

Color #929DAC in popluar number systems.

HEX929DAC
Decimal146157172
Binary100100101001110110101100
Octal222235254

Shades and tints

Shades of #929DAC

#929DAC
(146,157,172)
#858F9D
(133,143,157)
#78818E
(120,129,142)
#6B737F
(107,115,127)
#5E6570
(94,101,112)
#515761
(81,87,97)
#444952
(68,73,82)
#373B43
(55,59,67)
#2A2D34
(42,45,52)
#1D1F25
(29,31,37)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #929DAC

#929DAC
(146,157,172)
#9BA5B3
(155,165,179)
#A4ADBA
(164,173,186)
#ADB5C1
(173,181,193)
#B6BDC8
(182,189,200)
#BFC5CF
(191,197,207)
#C8CDD6
(200,205,214)
#D1D5DD
(209,213,221)
#DADDE4
(218,221,228)
#E3E5EB
(227,229,235)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #929DAC; }

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

This text font color is #929DAC.


Background Color

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

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

This div background color is #929DAC.


Border color

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

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

This div border color is #929DAC.


Opacity

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

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

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

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

This text has shadow with #929DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929DAC on black background.


Color preview on white background

This text has color #929DAC on white background.



Black color preview on #929DAC background

This text has black color on #929DAC background.


White color preview on #929DAC background

This text has white color on #929DAC background.