COLOR #92A496

HEX: #92A496
RGB: (146,164,150)

Color info

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

RGB color model

#92A496 color RGB value is (146,164,150).

  • red value is 146;
  • green value is 164;
  • blue value is 150.
RGB:
(146,164,150)
(57%,64%,59%)

RGB channels and saturation

R 146 of 255 = 57%
G 164 of 255 = 64%
B 150 of 255 = 59%

146
164
150

R + G + B ~ 60%. #92A496 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 164 + 150 = 460 (100%)
R 146 of 460 ~ 31.74%
G 164 of 460 ~ 35.65%
B 150 of 460 ~ 32.61%

%31.74
%35.65
%32.61

CMYK color model

#92A496 color CMYK value is (11,0,9,36).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(11,0,9,36)
C11M0Y9K36 
(11%,0%,9%,36%)
(0.11/0.00/0.09/0.36)	

CMYK percentages

%10.98
%0
%8.54
%35.69

Codes

Color #92A496 in popluar color models

92A496
RGB146164150
HSL133°9.00%60.78%
HSB/HSV133°10.98%64.31%
CMYK10.98%0.00%8.54%
35.69%

Color #92A496 in popluar number systems.

HEX92A496
Decimal146164150
Binary100100101010010010010110
Octal222244226

Shades and tints

Shades of #92A496

#92A496
(146,164,150)
#859689
(133,150,137)
#78887C
(120,136,124)
#6B7A6F
(107,122,111)
#5E6C62
(94,108,98)
#515E55
(81,94,85)
#445048
(68,80,72)
#37423B
(55,66,59)
#2A342E
(42,52,46)
#1D2621
(29,38,33)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #92A496

#92A496
(146,164,150)
#9BAC9F
(155,172,159)
#A4B4A8
(164,180,168)
#ADBCB1
(173,188,177)
#B6C4BA
(182,196,186)
#BFCCC3
(191,204,195)
#C8D4CC
(200,212,204)
#D1DCD5
(209,220,213)
#DAE4DE
(218,228,222)
#E3ECE7
(227,236,231)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92A496 color. Also use rgb(146,164,150) instead hex code.

Text Font Color

.myTextColor { color: #92A496; }

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

This text font color is #92A496.


Background Color

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

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

This div background color is #92A496.


Border color

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

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

This div border color is #92A496.


Opacity

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

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

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

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

This text has shadow with #92A496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92A496 on black background.


Color preview on white background

This text has color #92A496 on white background.



Black color preview on #92A496 background

This text has black color on #92A496 background.


White color preview on #92A496 background

This text has white color on #92A496 background.