COLOR #85ADA6

HEX: #85ADA6 RGB: (133,173,166)

Color info

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

RGB color model

#85ADA6 color RGB value is (133,173,166).

RGB: (133,173,166) (52%, 68%, 65%)

RGB channels and saturation

R 133 of 255 = 52%
G 173 of 255 = 68%
B 166 of 255 = 65%

133
173
166

R + G + B ~ 62%. #85ADA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 173 + 166 = 472 (100%)
R 133 of 472 ~ 28.18%
G 173 of 472 ~ 36.65%
B 166 of 472 ~ 35.17'%

%28.18
%36.65
%35.17

CMYK color model

#85ADA6 color CMYK value is (23,0,4,32).

  • cyan value is 23.12%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 32.16%

CMYK: (23,0,4,32)
C23M0Y4K32 (23%, 0%, 4%, 32%)
(0.23 / 0.00 / 0.04 / 0.32)

CMYK percentages

%23.12
%0
%4.05
%32.16

Codes

Color #85ADA6 in popluar color models

85 AD A6
RGB 133 173 166
HSL 170° 19.61% 60.00%
HSB/HSV 170° 23.12% 67.84%
CMYK 23.12% 0.00% 4.05%
32.16%

Color #85ADA6 in popluar number systems.

HEX 85 AD A6
Decimal 133 173 166
Binary 10000101 10101101 10100110
Octal 205 255 246

Shades and tints

Shades of #85ADA6

#85ADA6
(133,173,166)
#799E97
(121,158,151)
#6D8F88
(109,143,136)
#618079
(97,128,121)
#55716A
(85,113,106)
#49625B
(73,98,91)
#3D534C
(61,83,76)
#31443D
(49,68,61)
#25352E
(37,53,46)
#19261F
(25,38,31)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #85ADA6

#85ADA6
(133,173,166)
#90B4AE
(144,180,174)
#9BBBB6
(155,187,182)
#A6C2BE
(166,194,190)
#B1C9C6
(177,201,198)
#BCD0CE
(188,208,206)
#C7D7D6
(199,215,214)
#D2DEDE
(210,222,222)
#DDE5E6
(221,229,230)
#E8ECEE
(232,236,238)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85ADA6; }

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

This text font color is #85ADA6.

Background Color

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

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

This div background color is #85ADA6.

Border color

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

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

This div border color is #85ADA6.

Opacity

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

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

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

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

This text has shadow with #85ADA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85ADA6.

Preview

Color preview on black background

This text has color #85ADA6 on black background.


Color preview on white background

This text has color #85ADA6 on white background.


Black color preview on #85ADA6 background

This text has black color on #85ADA6 background.


White color preview on #85ADA6 background

This text has white color on #85ADA6 background.


Related colors

Complementary color

Complementary color for #hex is #7A5259.


I love getcolorcode.com

Triadic colors

1 #A685AD and #ADA685 with #85ADA6 are triadic colors.

2 #A6AD85 and #AD85A6 with #85ADA6 are triadic colors.