COLOR #85AB90

HEX: #85AB90
RGB: (133,171,144)

Color info

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

RGB color model

#85AB90 color RGB value is (133,171,144).

  • red value is 133;
  • green value is 171;
  • blue value is 144.
RGB:
(133,171,144)
(52%,67%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 144 of 255 = 56%

133
171
144

R + G + B ~ 58%. #85AB90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 144 = 448 (100%)
R 133 of 448 ~ 29.69%
G 171 of 448 ~ 38.17%
B 144 of 448 ~ 32.14%

%29.69
%38.17
%32.14

CMYK color model

#85AB90 color CMYK value is (22,0,16,33).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(22,0,16,33)
C22M0Y16K33 
(22%,0%,16%,33%)
(0.22/0.00/0.16/0.33)	

CMYK percentages

%22.22
%0
%15.79
%32.94

Codes

Color #85AB90 in popluar color models

85AB90
RGB133171144
HSL137°18.45%59.61%
HSB/HSV137°22.22%67.06%
CMYK22.22%0.00%15.79%
32.94%

Color #85AB90 in popluar number systems.

HEX85AB90
Decimal133171144
Binary100001011010101110010000
Octal205253220

Shades and tints

Shades of #85AB90

#85AB90
(133,171,144)
#799C83
(121,156,131)
#6D8D76
(109,141,118)
#617E69
(97,126,105)
#556F5C
(85,111,92)
#49604F
(73,96,79)
#3D5142
(61,81,66)
#314235
(49,66,53)
#253328
(37,51,40)
#19241B
(25,36,27)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #85AB90

#85AB90
(133,171,144)
#90B29A
(144,178,154)
#9BB9A4
(155,185,164)
#A6C0AE
(166,192,174)
#B1C7B8
(177,199,184)
#BCCEC2
(188,206,194)
#C7D5CC
(199,213,204)
#D2DCD6
(210,220,214)
#DDE3E0
(221,227,224)
#E8EAEA
(232,234,234)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AB90 color. Also use rgb(133,171,144) instead hex code.

Text Font Color

.myTextColor { color: #85AB90; }

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

This text font color is #85AB90.


Background Color

.myBgColor { background-color: #85AB90; }

<div style="background-color:#85AB90">Inner text</div>

This div background color is #85AB90.


Border color

.myBorderColor { border: 1px solid #85AB90; }

<div style="border:3px solid #85AB90">Div</div>

This div border color is #85AB90.


Opacity

.myOpacity80 { color: #85AB90; opacity: 0.8; }

<p style="color:#85AB90;opacity:0.8;">80%</p>

Text with #85AB90 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 #85AB90;}

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

This text has shadow with #85AB90 color.

.textShadow {text-shadow: 3px 3px 1px #85AB90, 3px 3px 1px red;}

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

This text has shadow with #85AB90 primary color and red secondary color.


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

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

This text has shadow with #85AB90 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AB90 on black background.


Color preview on white background

This text has color #85AB90 on white background.



Black color preview on #85AB90 background

This text has black color on #85AB90 background.


White color preview on #85AB90 background

This text has white color on #85AB90 background.