COLOR #85AE80

HEX: #85AE80 RGB: (133,174,128)

Color info

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

RGB color model

#85AE80 color RGB value is (133,174,128).

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

RGB channels and saturation

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

133
174
128

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

Portions of RGB colors in percentages

R + G + B = 133 + 174 + 128 = 435 (100%)
R 133 of 435 ~ 30.57%
G 174 of 435 ~ 40%
B 128 of 435 ~ 29.43'%

%30.57
%40
%29.43

CMYK color model

#85AE80 color CMYK value is (24,0,26,32).

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

CMYK: (24,0,26,32)
C24M0Y26K32 (24%, 0%, 26%, 32%)
(0.24 / 0.00 / 0.26 / 0.32)

CMYK percentages

%23.56
%0
%26.44
%31.76

Codes

Color #85AE80 in popluar color models

85 AE 80
RGB 133 174 128
HSL 113° 22.12% 59.22%
HSB/HSV 113° 26.44% 68.24%
CMYK 23.56% 0.00% 26.44%
31.76%

Color #85AE80 in popluar number systems.

HEX 85 AE 80
Decimal 133 174 128
Binary 10000101 10101110 10000000
Octal 205 256 200

Shades and tints

Shades of #85AE80

#85AE80
(133,174,128)
#799F75
(121,159,117)
#6D906A
(109,144,106)
#61815F
(97,129,95)
#557254
(85,114,84)
#496349
(73,99,73)
#3D543E
(61,84,62)
#314533
(49,69,51)
#253628
(37,54,40)
#19271D
(25,39,29)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #85AE80

#85AE80
(133,174,128)
#90B58B
(144,181,139)
#9BBC96
(155,188,150)
#A6C3A1
(166,195,161)
#B1CAAC
(177,202,172)
#BCD1B7
(188,209,183)
#C7D8C2
(199,216,194)
#D2DFCD
(210,223,205)
#DDE6D8
(221,230,216)
#E8EDE3
(232,237,227)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AE80; }

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

This text font color is #85AE80.

Background Color

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

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

This div background color is #85AE80.

Border color

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

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

This div border color is #85AE80.

Opacity

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

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

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

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

This text has shadow with #85AE80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AE80.

Preview

Color preview on black background

This text has color #85AE80 on black background.


Color preview on white background

This text has color #85AE80 on white background.


Black color preview on #85AE80 background

This text has black color on #85AE80 background.


White color preview on #85AE80 background

This text has white color on #85AE80 background.


Related colors

Complementary color

Complementary color for #hex is #7A517F.


I love getcolorcode.com

Triadic colors

1 #8085AE and #AE8085 with #85AE80 are triadic colors.

2 #80AE85 and #AE8580 with #85AE80 are triadic colors.