COLOR #85AD94

HEX: #85AD94
RGB: (133,173,148)

Color info

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

RGB color model

#85AD94 color RGB value is (133,173,148).

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

RGB channels and saturation

R 133 of 255 = 52%
G 173 of 255 = 68%
B 148 of 255 = 58%

133
173
148

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

Portions of RGB colors in percentages

R + G + B =
133 + 173 + 148 = 454 (100%)
R 133 of 454 ~ 29.3%
G 173 of 454 ~ 38.11%
B 148 of 454 ~ 32.6%

%29.3
%38.11
%32.6

CMYK color model

#85AD94 color CMYK value is (23,0,14,32).

  • cyan value is 23.12%
  • magenta value is 0.00%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(23,0,14,32)
C23M0Y14K32 
(23%,0%,14%,32%)
(0.23/0.00/0.14/0.32)	

CMYK percentages

%23.12
%0
%14.45
%32.16

Codes

Color #85AD94 in popluar color models

85AD94
RGB133173148
HSL143°19.61%60.00%
HSB/HSV143°23.12%67.84%
CMYK23.12%0.00%14.45%
32.16%

Color #85AD94 in popluar number systems.

HEX85AD94
Decimal133173148
Binary100001011010110110010100
Octal205255224

Shades and tints

Shades of #85AD94

#85AD94
(133,173,148)
#799E87
(121,158,135)
#6D8F7A
(109,143,122)
#61806D
(97,128,109)
#557160
(85,113,96)
#496253
(73,98,83)
#3D5346
(61,83,70)
#314439
(49,68,57)
#25352C
(37,53,44)
#19261F
(25,38,31)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #85AD94

#85AD94
(133,173,148)
#90B49D
(144,180,157)
#9BBBA6
(155,187,166)
#A6C2AF
(166,194,175)
#B1C9B8
(177,201,184)
#BCD0C1
(188,208,193)
#C7D7CA
(199,215,202)
#D2DED3
(210,222,211)
#DDE5DC
(221,229,220)
#E8ECE5
(232,236,229)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AD94; }

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

This text font color is #85AD94.


Background Color

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

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

This div background color is #85AD94.


Border color

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

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

This div border color is #85AD94.


Opacity

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

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

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

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

This text has shadow with #85AD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AD94 on black background.


Color preview on white background

This text has color #85AD94 on white background.



Black color preview on #85AD94 background

This text has black color on #85AD94 background.


White color preview on #85AD94 background

This text has white color on #85AD94 background.