COLOR #85A27D

HEX: #85A27D RGB: (133,162,125)

Color info

#85A27D contains red, green and blue colors in about the same proportion. Web safe color of #85A27D is #999966 (or #996).

RGB color model

#85A27D color RGB value is (133,162,125).

RGB: (133,162,125) (52%, 64%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 125 of 255 = 49%

133
162
125

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

Portions of RGB colors in percentages

R + G + B = 133 + 162 + 125 = 420 (100%)
R 133 of 420 ~ 31.67%
G 162 of 420 ~ 38.57%
B 125 of 420 ~ 29.76'%

%31.67
%38.57
%29.76

CMYK color model

#85A27D color CMYK value is (18,0,23,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 36.47%

CMYK: (18,0,23,36)
C18M0Y23K36 (18%, 0%, 23%, 36%)
(0.18 / 0.00 / 0.23 / 0.36)

CMYK percentages

%17.9
%0
%22.84
%36.47

Codes

Color #85A27D in popluar color models

85 A2 7D
RGB 133 162 125
HSL 107° 16.59% 56.27%
HSB/HSV 107° 22.84% 63.53%
CMYK 17.90% 0.00% 22.84%
36.47%

Color #85A27D in popluar number systems.

HEX 85 A2 7D
Decimal 133 162 125
Binary 10000101 10100010 1111101
Octal 205 242 175

Shades and tints

Shades of #85A27D

#85A27D
(133,162,125)
#799472
(121,148,114)
#6D8667
(109,134,103)
#61785C
(97,120,92)
#556A51
(85,106,81)
#495C46
(73,92,70)
#3D4E3B
(61,78,59)
#314030
(49,64,48)
#253225
(37,50,37)
#19241A
(25,36,26)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #85A27D

#85A27D
(133,162,125)
#90AA88
(144,170,136)
#9BB293
(155,178,147)
#A6BA9E
(166,186,158)
#B1C2A9
(177,194,169)
#BCCAB4
(188,202,180)
#C7D2BF
(199,210,191)
#D2DACA
(210,218,202)
#DDE2D5
(221,226,213)
#E8EAE0
(232,234,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A27D; }

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

This text font color is #85A27D.

Background Color

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

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

This div background color is #85A27D.

Border color

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

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

This div border color is #85A27D.

Opacity

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

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

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

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

This text has shadow with #85A27D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A27D.

Preview

Color preview on black background

This text has color #85A27D on black background.


Color preview on white background

This text has color #85A27D on white background.


Black color preview on #85A27D background

This text has black color on #85A27D background.


White color preview on #85A27D background

This text has white color on #85A27D background.


Related colors

Complementary color

Complementary color for #hex is #7A5D82.


I love getcolorcode.com

Triadic colors

1 #7D85A2 and #A27D85 with #85A27D are triadic colors.

2 #7DA285 and #A2857D with #85A27D are triadic colors.