COLOR #92AD97

HEX: #92AD97
RGB: (146,173,151)

Color info

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

RGB color model

#92AD97 color RGB value is (146,173,151).

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

RGB channels and saturation

R 146 of 255 = 57%
G 173 of 255 = 68%
B 151 of 255 = 59%

146
173
151

R + G + B ~ 61%. #92AD97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 173 + 151 = 470 (100%)
R 146 of 470 ~ 31.06%
G 173 of 470 ~ 36.81%
B 151 of 470 ~ 32.13%

%31.06
%36.81
%32.13

CMYK color model

#92AD97 color CMYK value is (16,0,13,32).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(16,0,13,32)
C16M0Y13K32 
(16%,0%,13%,32%)
(0.16/0.00/0.13/0.32)	

CMYK percentages

%15.61
%0
%12.72
%32.16

Codes

Color #92AD97 in popluar color models

92AD97
RGB146173151
HSL131°14.14%62.55%
HSB/HSV131°15.61%67.84%
CMYK15.61%0.00%12.72%
32.16%

Color #92AD97 in popluar number systems.

HEX92AD97
Decimal146173151
Binary100100101010110110010111
Octal222255227

Shades and tints

Shades of #92AD97

#92AD97
(146,173,151)
#859E8A
(133,158,138)
#788F7D
(120,143,125)
#6B8070
(107,128,112)
#5E7163
(94,113,99)
#516256
(81,98,86)
#445349
(68,83,73)
#37443C
(55,68,60)
#2A352F
(42,53,47)
#1D2622
(29,38,34)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #92AD97

#92AD97
(146,173,151)
#9BB4A0
(155,180,160)
#A4BBA9
(164,187,169)
#ADC2B2
(173,194,178)
#B6C9BB
(182,201,187)
#BFD0C4
(191,208,196)
#C8D7CD
(200,215,205)
#D1DED6
(209,222,214)
#DAE5DF
(218,229,223)
#E3ECE8
(227,236,232)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92AD97; }

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

This text font color is #92AD97.


Background Color

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

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

This div background color is #92AD97.


Border color

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

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

This div border color is #92AD97.


Opacity

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

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

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

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

This text has shadow with #92AD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92AD97 on black background.


Color preview on white background

This text has color #92AD97 on white background.



Black color preview on #92AD97 background

This text has black color on #92AD97 background.


White color preview on #92AD97 background

This text has white color on #92AD97 background.