COLOR #85AE7F

HEX: #85AE7F RGB: (133,174,127)

Color info

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

RGB color model

#85AE7F color RGB value is (133,174,127).

RGB: (133,174,127) (52%, 68%, 50%)

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 127 of 255 = 50%

133
174
127

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

Portions of RGB colors in percentages

R + G + B = 133 + 174 + 127 = 434 (100%)
R 133 of 434 ~ 30.65%
G 174 of 434 ~ 40.09%
B 127 of 434 ~ 29.26'%

%30.65
%40.09
%29.26

CMYK color model

#85AE7F color CMYK value is (24,0,27,32).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 31.76%

CMYK: (24,0,27,32)
C24M0Y27K32 (24%, 0%, 27%, 32%)
(0.24 / 0.00 / 0.27 / 0.32)

CMYK percentages

%23.56
%0
%27.01
%31.76

Codes

Color #85AE7F in popluar color models

85 AE 7F
RGB 133 174 127
HSL 112° 22.49% 59.02%
HSB/HSV 112° 27.01% 68.24%
CMYK 23.56% 0.00% 27.01%
31.76%

Color #85AE7F in popluar number systems.

HEX 85 AE 7F
Decimal 133 174 127
Binary 10000101 10101110 1111111
Octal 205 256 177

Shades and tints

Shades of #85AE7F

#85AE7F
(133,174,127)
#799F74
(121,159,116)
#6D9069
(109,144,105)
#61815E
(97,129,94)
#557253
(85,114,83)
#496348
(73,99,72)
#3D543D
(61,84,61)
#314532
(49,69,50)
#253627
(37,54,39)
#19271C
(25,39,28)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #85AE7F

#85AE7F
(133,174,127)
#90B58A
(144,181,138)
#9BBC95
(155,188,149)
#A6C3A0
(166,195,160)
#B1CAAB
(177,202,171)
#BCD1B6
(188,209,182)
#C7D8C1
(199,216,193)
#D2DFCC
(210,223,204)
#DDE6D7
(221,230,215)
#E8EDE2
(232,237,226)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AE7F color. Also use rgb(133,174,127) instead hex code.

Text Font Color

.myTextColor { color: #85AE7F; }

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

This text font color is #85AE7F.

Background Color

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

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

This div background color is #85AE7F.

Border color

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

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

This div border color is #85AE7F.

Opacity

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

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

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

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

This text has shadow with #85AE7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AE7F.

Preview

Color preview on black background

This text has color #85AE7F on black background.


Color preview on white background

This text has color #85AE7F on white background.


Black color preview on #85AE7F background

This text has black color on #85AE7F background.


White color preview on #85AE7F background

This text has white color on #85AE7F background.


Related colors

Complementary color

Complementary color for #hex is #7A5180.


I love getcolorcode.com

Triadic colors

1 #7F85AE and #AE7F85 with #85AE7F are triadic colors.

2 #7FAE85 and #AE857F with #85AE7F are triadic colors.