COLOR #85AD9D

HEX: #85AD9D
RGB: (133,173,157)

Color info

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

RGB color model

#85AD9D color RGB value is (133,173,157).

  • red value is 133;
  • green value is 173;
  • blue value is 157.
RGB:
(133,173,157)
(52%,68%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 173 of 255 = 68%
B 157 of 255 = 62%

133
173
157

R + G + B ~ 61%. #85AD9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 173 + 157 = 463 (100%)
R 133 of 463 ~ 28.73%
G 173 of 463 ~ 37.37%
B 157 of 463 ~ 33.91%

%28.73
%37.37
%33.91

CMYK color model

#85AD9D color CMYK value is (23,0,9,32).

  • cyan value is 23.12%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(23,0,9,32)
C23M0Y9K32 
(23%,0%,9%,32%)
(0.23/0.00/0.09/0.32)	

CMYK percentages

%23.12
%0
%9.25
%32.16

Codes

Color #85AD9D in popluar color models

85AD9D
RGB133173157
HSL156°19.61%60.00%
HSB/HSV156°23.12%67.84%
CMYK23.12%0.00%9.25%
32.16%

Color #85AD9D in popluar number systems.

HEX85AD9D
Decimal133173157
Binary100001011010110110011101
Octal205255235

Shades and tints

Shades of #85AD9D

#85AD9D
(133,173,157)
#799E8F
(121,158,143)
#6D8F81
(109,143,129)
#618073
(97,128,115)
#557165
(85,113,101)
#496257
(73,98,87)
#3D5349
(61,83,73)
#31443B
(49,68,59)
#25352D
(37,53,45)
#19261F
(25,38,31)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #85AD9D

#85AD9D
(133,173,157)
#90B4A5
(144,180,165)
#9BBBAD
(155,187,173)
#A6C2B5
(166,194,181)
#B1C9BD
(177,201,189)
#BCD0C5
(188,208,197)
#C7D7CD
(199,215,205)
#D2DED5
(210,222,213)
#DDE5DD
(221,229,221)
#E8ECE5
(232,236,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AD9D color. Also use rgb(133,173,157) instead hex code.

Text Font Color

.myTextColor { color: #85AD9D; }

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

This text font color is #85AD9D.


Background Color

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

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

This div background color is #85AD9D.


Border color

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

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

This div border color is #85AD9D.


Opacity

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

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

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

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

This text has shadow with #85AD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AD9D on black background.


Color preview on white background

This text has color #85AD9D on white background.



Black color preview on #85AD9D background

This text has black color on #85AD9D background.


White color preview on #85AD9D background

This text has white color on #85AD9D background.