COLOR #85A690

HEX: #85A690 RGB: (133,166,144)

Color info

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

RGB color model

#85A690 color RGB value is (133,166,144).

RGB: (133,166,144) (52%, 65%, 56%)

RGB channels and saturation

R 133 of 255 = 52%
G 166 of 255 = 65%
B 144 of 255 = 56%

133
166
144

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

Portions of RGB colors in percentages

R + G + B = 133 + 166 + 144 = 443 (100%)
R 133 of 443 ~ 30.02%
G 166 of 443 ~ 37.47%
B 144 of 443 ~ 32.51'%

%30.02
%37.47
%32.51

CMYK color model

#85A690 color CMYK value is (20,0,13,35).

  • cyan value is 19.88%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 34.90%

CMYK: (20,0,13,35)
C20M0Y13K35 (20%, 0%, 13%, 35%)
(0.20 / 0.00 / 0.13 / 0.35)

CMYK percentages

%19.88
%0
%13.25
%34.9

Codes

Color #85A690 in popluar color models

85 A6 90
RGB 133 166 144
HSL 140° 15.64% 58.63%
HSB/HSV 140° 19.88% 65.10%
CMYK 19.88% 0.00% 13.25%
34.90%

Color #85A690 in popluar number systems.

HEX 85 A6 90
Decimal 133 166 144
Binary 10000101 10100110 10010000
Octal 205 246 220

Shades and tints

Shades of #85A690

#85A690
(133,166,144)
#799783
(121,151,131)
#6D8876
(109,136,118)
#617969
(97,121,105)
#556A5C
(85,106,92)
#495B4F
(73,91,79)
#3D4C42
(61,76,66)
#313D35
(49,61,53)
#252E28
(37,46,40)
#191F1B
(25,31,27)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #85A690

#85A690
(133,166,144)
#90AE9A
(144,174,154)
#9BB6A4
(155,182,164)
#A6BEAE
(166,190,174)
#B1C6B8
(177,198,184)
#BCCEC2
(188,206,194)
#C7D6CC
(199,214,204)
#D2DED6
(210,222,214)
#DDE6E0
(221,230,224)
#E8EEEA
(232,238,234)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A690; }

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

This text font color is #85A690.

Background Color

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

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

This div background color is #85A690.

Border color

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

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

This div border color is #85A690.

Opacity

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

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

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

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

This text has shadow with #85A690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A690.

Preview

Color preview on black background

This text has color #85A690 on black background.


Color preview on white background

This text has color #85A690 on white background.


Black color preview on #85A690 background

This text has black color on #85A690 background.


White color preview on #85A690 background

This text has white color on #85A690 background.


Related colors

Complementary color

Complementary color for #hex is #7A596F.


I love getcolorcode.com

Triadic colors

1 #9085A6 and #A69085 with #85A690 are triadic colors.

2 #90A685 and #A68590 with #85A690 are triadic colors.