COLOR #85A19B

HEX: #85A19B RGB: (133,161,155)

Color info

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

RGB color model

#85A19B color RGB value is (133,161,155).

RGB: (133,161,155) (52%, 63%, 61%)

RGB channels and saturation

R 133 of 255 = 52%
G 161 of 255 = 63%
B 155 of 255 = 61%

133
161
155

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

Portions of RGB colors in percentages

R + G + B = 133 + 161 + 155 = 449 (100%)
R 133 of 449 ~ 29.62%
G 161 of 449 ~ 35.86%
B 155 of 449 ~ 34.52'%

%29.62
%35.86
%34.52

CMYK color model

#85A19B color CMYK value is (17,0,4,37).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 36.86%

CMYK: (17,0,4,37)
C17M0Y4K37 (17%, 0%, 4%, 37%)
(0.17 / 0.00 / 0.04 / 0.37)

CMYK percentages

%17.39
%0
%3.73
%36.86

Codes

Color #85A19B in popluar color models

85 A1 9B
RGB 133 161 155
HSL 167° 12.96% 57.65%
HSB/HSV 167° 17.39% 63.14%
CMYK 17.39% 0.00% 3.73%
36.86%

Color #85A19B in popluar number systems.

HEX 85 A1 9B
Decimal 133 161 155
Binary 10000101 10100001 10011011
Octal 205 241 233

Shades and tints

Shades of #85A19B

#85A19B
(133,161,155)
#79938D
(121,147,141)
#6D857F
(109,133,127)
#617771
(97,119,113)
#556963
(85,105,99)
#495B55
(73,91,85)
#3D4D47
(61,77,71)
#313F39
(49,63,57)
#25312B
(37,49,43)
#19231D
(25,35,29)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #85A19B

#85A19B
(133,161,155)
#90A9A4
(144,169,164)
#9BB1AD
(155,177,173)
#A6B9B6
(166,185,182)
#B1C1BF
(177,193,191)
#BCC9C8
(188,201,200)
#C7D1D1
(199,209,209)
#D2D9DA
(210,217,218)
#DDE1E3
(221,225,227)
#E8E9EC
(232,233,236)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A19B color. Also use rgb(133,161,155) instead hex code.

Text Font Color

.myTextColor { color: #85A19B; }

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

This text font color is #85A19B.

Background Color

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

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

This div background color is #85A19B.

Border color

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

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

This div border color is #85A19B.

Opacity

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

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

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

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

This text has shadow with #85A19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A19B.

Preview

Color preview on black background

This text has color #85A19B on black background.


Color preview on white background

This text has color #85A19B on white background.


Black color preview on #85A19B background

This text has black color on #85A19B background.


White color preview on #85A19B background

This text has white color on #85A19B background.


Related colors

Complementary color

Complementary color for #hex is #7A5E64.


I love getcolorcode.com

Triadic colors

1 #9B85A1 and #A19B85 with #85A19B are triadic colors.

2 #9BA185 and #A1859B with #85A19B are triadic colors.