COLOR #85AB9A

HEX: #85AB9A
RGB: (133,171,154)

Color info

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

RGB color model

#85AB9A color RGB value is (133,171,154).

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

RGB channels and saturation

R 133 of 255 = 52%
G 171 of 255 = 67%
B 154 of 255 = 60%

133
171
154

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

Portions of RGB colors in percentages

R + G + B =
133 + 171 + 154 = 458 (100%)
R 133 of 458 ~ 29.04%
G 171 of 458 ~ 37.34%
B 154 of 458 ~ 33.62%

%29.04
%37.34
%33.62

CMYK color model

#85AB9A color CMYK value is (22,0,10,33).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 9.94%
  • key color value is 32.94%
CMYK:
(22,0,10,33)
C22M0Y10K33 
(22%,0%,10%,33%)
(0.22/0.00/0.10/0.33)	

CMYK percentages

%22.22
%0
%9.94
%32.94

Codes

Color #85AB9A in popluar color models

85AB9A
RGB133171154
HSL153°18.45%59.61%
HSB/HSV153°22.22%67.06%
CMYK22.22%0.00%9.94%
32.94%

Color #85AB9A in popluar number systems.

HEX85AB9A
Decimal133171154
Binary100001011010101110011010
Octal205253232

Shades and tints

Shades of #85AB9A

#85AB9A
(133,171,154)
#799C8C
(121,156,140)
#6D8D7E
(109,141,126)
#617E70
(97,126,112)
#556F62
(85,111,98)
#496054
(73,96,84)
#3D5146
(61,81,70)
#314238
(49,66,56)
#25332A
(37,51,42)
#19241C
(25,36,28)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #85AB9A

#85AB9A
(133,171,154)
#90B2A3
(144,178,163)
#9BB9AC
(155,185,172)
#A6C0B5
(166,192,181)
#B1C7BE
(177,199,190)
#BCCEC7
(188,206,199)
#C7D5D0
(199,213,208)
#D2DCD9
(210,220,217)
#DDE3E2
(221,227,226)
#E8EAEB
(232,234,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AB9A; }

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

This text font color is #85AB9A.


Background Color

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

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

This div background color is #85AB9A.


Border color

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

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

This div border color is #85AB9A.


Opacity

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

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

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

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

This text has shadow with #85AB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AB9A on black background.


Color preview on white background

This text has color #85AB9A on white background.



Black color preview on #85AB9A background

This text has black color on #85AB9A background.


White color preview on #85AB9A background

This text has white color on #85AB9A background.