COLOR #85AE6B

HEX: #85AE6B
RGB: (133,174,107)

Color info

#85AE6B contains mainly red and green colors. Web safe color of #85AE6B is #999966 (or #996).

RGB color model

#85AE6B color RGB value is (133,174,107).

  • red value is 133;
  • green value is 174;
  • blue value is 107.
RGB:
(133,174,107)
(52%,68%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 107 of 255 = 42%

133
174
107

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

Portions of RGB colors in percentages

R + G + B =
133 + 174 + 107 = 414 (100%)
R 133 of 414 ~ 32.13%
G 174 of 414 ~ 42.03%
B 107 of 414 ~ 25.85%

%32.13
%42.03
%25.85

CMYK color model

#85AE6B color CMYK value is (24,0,39,32).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 38.51%
  • key color value is 31.76%
CMYK:
(24,0,39,32)
C24M0Y39K32 
(24%,0%,39%,32%)
(0.24/0.00/0.39/0.32)	

CMYK percentages

%23.56
%0
%38.51
%31.76

Codes

Color #85AE6B in popluar color models

85AE6B
RGB133174107
HSL97°29.26%55.10%
HSB/HSV97°38.51%68.24%
CMYK23.56%0.00%38.51%
31.76%

Color #85AE6B in popluar number systems.

HEX85AE6B
Decimal133174107
Binary10000101101011101101011
Octal205256153

Shades and tints

Shades of #85AE6B

#85AE6B
(133,174,107)
#799F62
(121,159,98)
#6D9059
(109,144,89)
#618150
(97,129,80)
#557247
(85,114,71)
#49633E
(73,99,62)
#3D5435
(61,84,53)
#31452C
(49,69,44)
#253623
(37,54,35)
#19271A
(25,39,26)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #85AE6B

#85AE6B
(133,174,107)
#90B578
(144,181,120)
#9BBC85
(155,188,133)
#A6C392
(166,195,146)
#B1CA9F
(177,202,159)
#BCD1AC
(188,209,172)
#C7D8B9
(199,216,185)
#D2DFC6
(210,223,198)
#DDE6D3
(221,230,211)
#E8EDE0
(232,237,224)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AE6B; }

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

This text font color is #85AE6B.


Background Color

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

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

This div background color is #85AE6B.


Border color

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

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

This div border color is #85AE6B.


Opacity

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

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

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

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

This text has shadow with #85AE6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AE6B on black background.


Color preview on white background

This text has color #85AE6B on white background.



Black color preview on #85AE6B background

This text has black color on #85AE6B background.


White color preview on #85AE6B background

This text has white color on #85AE6B background.