COLOR #85ADA2

HEX: #85ADA2 RGB: (133,173,162)

Color info

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

RGB color model

#85ADA2 color RGB value is (133,173,162).

RGB: (133,173,162) (52%, 68%, 64%)

RGB channels and saturation

R 133 of 255 = 52%
G 173 of 255 = 68%
B 162 of 255 = 64%

133
173
162

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

Portions of RGB colors in percentages

R + G + B = 133 + 173 + 162 = 468 (100%)
R 133 of 468 ~ 28.42%
G 173 of 468 ~ 36.97%
B 162 of 468 ~ 34.62'%

%28.42
%36.97
%34.62

CMYK color model

#85ADA2 color CMYK value is (23,0,6,32).

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

CMYK: (23,0,6,32)
C23M0Y6K32 (23%, 0%, 6%, 32%)
(0.23 / 0.00 / 0.06 / 0.32)

CMYK percentages

%23.12
%0
%6.36
%32.16

Codes

Color #85ADA2 in popluar color models

85 AD A2
RGB 133 173 162
HSL 164° 19.61% 60.00%
HSB/HSV 164° 23.12% 67.84%
CMYK 23.12% 0.00% 6.36%
32.16%

Color #85ADA2 in popluar number systems.

HEX 85 AD A2
Decimal 133 173 162
Binary 10000101 10101101 10100010
Octal 205 255 242

Shades and tints

Shades of #85ADA2

#85ADA2
(133,173,162)
#799E94
(121,158,148)
#6D8F86
(109,143,134)
#618078
(97,128,120)
#55716A
(85,113,106)
#49625C
(73,98,92)
#3D534E
(61,83,78)
#314440
(49,68,64)
#253532
(37,53,50)
#192624
(25,38,36)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #85ADA2

#85ADA2
(133,173,162)
#90B4AA
(144,180,170)
#9BBBB2
(155,187,178)
#A6C2BA
(166,194,186)
#B1C9C2
(177,201,194)
#BCD0CA
(188,208,202)
#C7D7D2
(199,215,210)
#D2DEDA
(210,222,218)
#DDE5E2
(221,229,226)
#E8ECEA
(232,236,234)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85ADA2; }

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

This text font color is #85ADA2.

Background Color

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

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

This div background color is #85ADA2.

Border color

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

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

This div border color is #85ADA2.

Opacity

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

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

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

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

This text has shadow with #85ADA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85ADA2.

Preview

Color preview on black background

This text has color #85ADA2 on black background.


Color preview on white background

This text has color #85ADA2 on white background.


Black color preview on #85ADA2 background

This text has black color on #85ADA2 background.


White color preview on #85ADA2 background

This text has white color on #85ADA2 background.


Related colors

Complementary color

Complementary color for #hex is #7A525D.


I love getcolorcode.com

Triadic colors

1 #A285AD and #ADA285 with #85ADA2 are triadic colors.

2 #A2AD85 and #AD85A2 with #85ADA2 are triadic colors.