COLOR #85A28D

HEX: #85A28D RGB: (133,162,141)

Color info

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

RGB color model

#85A28D color RGB value is (133,162,141).

RGB: (133,162,141) (52%, 64%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 141 of 255 = 55%

133
162
141

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

Portions of RGB colors in percentages

R + G + B = 133 + 162 + 141 = 436 (100%)
R 133 of 436 ~ 30.5%
G 162 of 436 ~ 37.16%
B 141 of 436 ~ 32.34'%

%30.5
%37.16
%32.34

CMYK color model

#85A28D color CMYK value is (18,0,13,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 36.47%
CMYK: (18,0,13,36) C18M0Y13K36 (18%,0%,13%,36%) (0.18/0.00/0.13/0.36) 

CMYK percentages

%17.9
%0
%12.96
%36.47

Codes

Color #85A28D in popluar color models

85 A2 8D
RGB 133 162 141
HSL 137° 13.49% 57.84%
HSB/HSV 137° 17.90% 63.53%
CMYK 17.90% 0.00% 12.96%
36.47%

Color #85A28D in popluar number systems.

HEX 85 A2 8D
Decimal 133 162 141
Binary 10000101 10100010 10001101
Octal 205 242 215

Shades and tints

Shades of #85A28D

#85A28D
(133,162,141)
#799481
(121,148,129)
#6D8675
(109,134,117)
#617869
(97,120,105)
#556A5D
(85,106,93)
#495C51
(73,92,81)
#3D4E45
(61,78,69)
#314039
(49,64,57)
#25322D
(37,50,45)
#192421
(25,36,33)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #85A28D

#85A28D
(133,162,141)
#90AA97
(144,170,151)
#9BB2A1
(155,178,161)
#A6BAAB
(166,186,171)
#B1C2B5
(177,194,181)
#BCCABF
(188,202,191)
#C7D2C9
(199,210,201)
#D2DAD3
(210,218,211)
#DDE2DD
(221,226,221)
#E8EAE7
(232,234,231)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A28D; }

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

This text font color is #85A28D.

Background Color

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

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

This div background color is #85A28D.

Border color

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

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

This div border color is #85A28D.

Opacity

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

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

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

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

This text has shadow with #85A28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A28D.

Preview

Color preview on black background

This text has color #85A28D on black background.


Color preview on white background

This text has color #85A28D on white background.


Black color preview on #85A28D background

This text has black color on #85A28D background.


White color preview on #85A28D background

This text has white color on #85A28D background.


Related colors

Complementary color

Complementary color for #hex is #7A5D72.


I love getcolorcode.com

Triadic colors

1 #8D85A2 and #A28D85 with #85A28D are triadic colors.

2 #8DA285 and #A2858D with #85A28D are triadic colors.