COLOR #85B9AB

HEX: #85B9AB RGB: (133,185,171)

Color info

#85B9AB contains red, green and blue colors in about the same proportion. Web safe color of #85B9AB is #99CC99 (or #9C9).

RGB color model

#85B9AB color RGB value is (133,185,171).

RGB: (133,185,171) (52%, 73%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 185 of 255 = 73%
B 171 of 255 = 67%

133
185
171

R + G + B ~ 64%. #85B9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 185 + 171 = 489 (100%)
R 133 of 489 ~ 27.2%
G 185 of 489 ~ 37.83%
B 171 of 489 ~ 34.97'%

%27.2
%37.83
%34.97

CMYK color model

#85B9AB color CMYK value is (28,0,8,27).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%

CMYK: (28,0,8,27)
C28M0Y8K27 (28%, 0%, 8%, 27%)
(0.28 / 0.00 / 0.08 / 0.27)

CMYK percentages

%28.11
%0
%7.57
%27.45

Codes

Color #85B9AB in popluar color models

85 B9 AB
RGB 133 185 171
HSL 164° 27.08% 62.35%
HSB/HSV 164° 28.11% 72.55%
CMYK 28.11% 0.00% 7.57%
27.45%

Color #85B9AB in popluar number systems.

HEX 85 B9 AB
Decimal 133 185 171
Binary 10000101 10111001 10101011
Octal 205 271 253

Shades and tints

Shades of #85B9AB

#85B9AB
(133,185,171)
#79A99C
(121,169,156)
#6D998D
(109,153,141)
#61897E
(97,137,126)
#55796F
(85,121,111)
#496960
(73,105,96)
#3D5951
(61,89,81)
#314942
(49,73,66)
#253933
(37,57,51)
#192924
(25,41,36)
#0D1915
(13,25,21)
#000000
(0,0,0)

Tints of #85B9AB

#85B9AB
(133,185,171)
#90BFB2
(144,191,178)
#9BC5B9
(155,197,185)
#A6CBC0
(166,203,192)
#B1D1C7
(177,209,199)
#BCD7CE
(188,215,206)
#C7DDD5
(199,221,213)
#D2E3DC
(210,227,220)
#DDE9E3
(221,233,227)
#E8EFEA
(232,239,234)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B9AB color. Also use rgb(133,185,171) instead hex code.

Text Font Color

.myTextColor { color: #85B9AB; }

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

This text font color is #85B9AB.

Background Color

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

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

This div background color is #85B9AB.

Border color

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

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

This div border color is #85B9AB.

Opacity

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

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

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

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

This text has shadow with #85B9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B9AB.

Preview

Color preview on black background

This text has color #85B9AB on black background.


Color preview on white background

This text has color #85B9AB on white background.


Black color preview on #85B9AB background

This text has black color on #85B9AB background.


White color preview on #85B9AB background

This text has white color on #85B9AB background.


Related colors

Complementary color

Complementary color for #hex is #7A4654.


I love getcolorcode.com

Triadic colors

1 #AB85B9 and #B9AB85 with #85B9AB are triadic colors.

2 #ABB985 and #B985AB with #85B9AB are triadic colors.