COLOR #85AA95

HEX: #85AA95 RGB: (133,170,149)

Color info

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

RGB color model

#85AA95 color RGB value is (133,170,149).

RGB: (133,170,149) (52%, 67%, 58%)

RGB channels and saturation

R 133 of 255 = 52%
G 170 of 255 = 67%
B 149 of 255 = 58%

133
170
149

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

Portions of RGB colors in percentages

R + G + B = 133 + 170 + 149 = 452 (100%)
R 133 of 452 ~ 29.42%
G 170 of 452 ~ 37.61%
B 149 of 452 ~ 32.96'%

%29.42
%37.61
%32.96

CMYK color model

#85AA95 color CMYK value is (22,0,12,33).

  • cyan value is 21.76%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 33.33%

CMYK: (22,0,12,33)
C22M0Y12K33 (22%, 0%, 12%, 33%)
(0.22 / 0.00 / 0.12 / 0.33)

CMYK percentages

%21.76
%0
%12.35
%33.33

Codes

Color #85AA95 in popluar color models

85 AA 95
RGB 133 170 149
HSL 146° 17.87% 59.41%
HSB/HSV 146° 21.76% 66.67%
CMYK 21.76% 0.00% 12.35%
33.33%

Color #85AA95 in popluar number systems.

HEX 85 AA 95
Decimal 133 170 149
Binary 10000101 10101010 10010101
Octal 205 252 225

Shades and tints

Shades of #85AA95

#85AA95
(133,170,149)
#799B88
(121,155,136)
#6D8C7B
(109,140,123)
#617D6E
(97,125,110)
#556E61
(85,110,97)
#495F54
(73,95,84)
#3D5047
(61,80,71)
#31413A
(49,65,58)
#25322D
(37,50,45)
#192320
(25,35,32)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #85AA95

#85AA95
(133,170,149)
#90B19E
(144,177,158)
#9BB8A7
(155,184,167)
#A6BFB0
(166,191,176)
#B1C6B9
(177,198,185)
#BCCDC2
(188,205,194)
#C7D4CB
(199,212,203)
#D2DBD4
(210,219,212)
#DDE2DD
(221,226,221)
#E8E9E6
(232,233,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AA95 color. Also use rgb(133,170,149) instead hex code.

Text Font Color

.myTextColor { color: #85AA95; }

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

This text font color is #85AA95.

Background Color

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

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

This div background color is #85AA95.

Border color

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

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

This div border color is #85AA95.

Opacity

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

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

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

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

This text has shadow with #85AA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AA95.

Preview

Color preview on black background

This text has color #85AA95 on black background.


Color preview on white background

This text has color #85AA95 on white background.


Black color preview on #85AA95 background

This text has black color on #85AA95 background.


White color preview on #85AA95 background

This text has white color on #85AA95 background.


Related colors

Complementary color

Complementary color for #hex is #7A556A.


I love getcolorcode.com

Triadic colors

1 #9585AA and #AA9585 with #85AA95 are triadic colors.

2 #95AA85 and #AA8595 with #85AA95 are triadic colors.