COLOR #92AD9D

HEX: #92AD9D
RGB: (146,173,157)

Color info

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

RGB color model

#92AD9D color RGB value is (146,173,157).

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

RGB channels and saturation

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

146
173
157

R + G + B ~ 62%. #92AD9D is quite light color.

Portions of RGB colors in percentages

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

%30.67
%36.34
%32.98

CMYK color model

#92AD9D color CMYK value is (16,0,9,32).

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

CMYK percentages

%15.61
%0
%9.25
%32.16

Codes

Color #92AD9D in popluar color models

92AD9D
RGB146173157
HSL144°14.14%62.55%
HSB/HSV144°15.61%67.84%
CMYK15.61%0.00%9.25%
32.16%

Color #92AD9D in popluar number systems.

HEX92AD9D
Decimal146173157
Binary100100101010110110011101
Octal222255235

Shades and tints

Shades of #92AD9D

#92AD9D
(146,173,157)
#859E8F
(133,158,143)
#788F81
(120,143,129)
#6B8073
(107,128,115)
#5E7165
(94,113,101)
#516257
(81,98,87)
#445349
(68,83,73)
#37443B
(55,68,59)
#2A352D
(42,53,45)
#1D261F
(29,38,31)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #92AD9D

#92AD9D
(146,173,157)
#9BB4A5
(155,180,165)
#A4BBAD
(164,187,173)
#ADC2B5
(173,194,181)
#B6C9BD
(182,201,189)
#BFD0C5
(191,208,197)
#C8D7CD
(200,215,205)
#D1DED5
(209,222,213)
#DAE5DD
(218,229,221)
#E3ECE5
(227,236,229)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92AD9D; }

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

This text font color is #92AD9D.


Background Color

.myBgColor { background-color: #92AD9D; }

<div style="background-color:#92AD9D">Inner text</div>

This div background color is #92AD9D.


Border color

.myBorderColor { border: 1px solid #92AD9D; }

<div style="border:3px solid #92AD9D">Div</div>

This div border color is #92AD9D.


Opacity

.myOpacity80 { color: #92AD9D; opacity: 0.8; }

<p style="color:#92AD9D;opacity:0.8;">80%</p>

Text with #92AD9D 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 #92AD9D;}

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

This text has shadow with #92AD9D color.

.textShadow {text-shadow: 3px 3px 1px #92AD9D, 3px 3px 1px red;}

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

This text has shadow with #92AD9D primary color and red secondary color.


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

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

This text has shadow with #92AD9D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92AD9D on black background.


Color preview on white background

This text has color #92AD9D on white background.



Black color preview on #92AD9D background

This text has black color on #92AD9D background.


White color preview on #92AD9D background

This text has white color on #92AD9D background.