COLOR #92AB99

HEX: #92AB99 RGB: (146,171,153)

Color info

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

RGB color model

#92AB99 color RGB value is (146,171,153).

RGB: (146,171,153) (57%, 67%, 60%)

RGB channels and saturation

R 146 of 255 = 57%
G 171 of 255 = 67%
B 153 of 255 = 60%

146
171
153

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

Portions of RGB colors in percentages

R + G + B = 146 + 171 + 153 = 470 (100%)
R 146 of 470 ~ 31.06%
G 171 of 470 ~ 36.38%
B 153 of 470 ~ 32.55'%

%31.06
%36.38
%32.55

CMYK color model

#92AB99 color CMYK value is (15,0,11,33).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 32.94%

CMYK: (15,0,11,33)
C15M0Y11K33 (15%, 0%, 11%, 33%)
(0.15 / 0.00 / 0.11 / 0.33)

CMYK percentages

%14.62
%0
%10.53
%32.94

Codes

Color #92AB99 in popluar color models

92 AB 99
RGB 146 171 153
HSL 137° 12.95% 62.16%
HSB/HSV 137° 14.62% 67.06%
CMYK 14.62% 0.00% 10.53%
32.94%

Color #92AB99 in popluar number systems.

HEX 92 AB 99
Decimal 146 171 153
Binary 10010010 10101011 10011001
Octal 222 253 231

Shades and tints

Shades of #92AB99

#92AB99
(146,171,153)
#859C8C
(133,156,140)
#788D7F
(120,141,127)
#6B7E72
(107,126,114)
#5E6F65
(94,111,101)
#516058
(81,96,88)
#44514B
(68,81,75)
#37423E
(55,66,62)
#2A3331
(42,51,49)
#1D2424
(29,36,36)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #92AB99

#92AB99
(146,171,153)
#9BB2A2
(155,178,162)
#A4B9AB
(164,185,171)
#ADC0B4
(173,192,180)
#B6C7BD
(182,199,189)
#BFCEC6
(191,206,198)
#C8D5CF
(200,213,207)
#D1DCD8
(209,220,216)
#DAE3E1
(218,227,225)
#E3EAEA
(227,234,234)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92AB99 color. Also use rgb(146,171,153) instead hex code.

Text Font Color

.myTextColor { color: #92AB99; }

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

This text font color is #92AB99.

Background Color

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

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

This div background color is #92AB99.

Border color

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

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

This div border color is #92AB99.

Opacity

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

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

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

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

This text has shadow with #92AB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92AB99.

Preview

Color preview on black background

This text has color #92AB99 on black background.


Color preview on white background

This text has color #92AB99 on white background.


Black color preview on #92AB99 background

This text has black color on #92AB99 background.


White color preview on #92AB99 background

This text has white color on #92AB99 background.


Related colors

Complementary color

Complementary color for #hex is #6D5466.


I love getcolorcode.com

Triadic colors

1 #9992AB and #AB9992 with #92AB99 are triadic colors.

2 #99AB92 and #AB9299 with #92AB99 are triadic colors.