COLOR #85AE8B

HEX: #85AE8B
RGB: (133,174,139)

Color info

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

RGB color model

#85AE8B color RGB value is (133,174,139).

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

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 139 of 255 = 55%

133
174
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 174 + 139 = 446 (100%)
R 133 of 446 ~ 29.82%
G 174 of 446 ~ 39.01%
B 139 of 446 ~ 31.17%

%29.82
%39.01
%31.17

CMYK color model

#85AE8B color CMYK value is (24,0,20,32).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 31.76%
CMYK:
(24,0,20,32)
C24M0Y20K32 
(24%,0%,20%,32%)
(0.24/0.00/0.20/0.32)	

CMYK percentages

%23.56
%0
%20.11
%31.76

Codes

Color #85AE8B in popluar color models

85AE8B
RGB133174139
HSL129°20.20%60.20%
HSB/HSV129°23.56%68.24%
CMYK23.56%0.00%20.11%
31.76%

Color #85AE8B in popluar number systems.

HEX85AE8B
Decimal133174139
Binary100001011010111010001011
Octal205256213

Shades and tints

Shades of #85AE8B

#85AE8B
(133,174,139)
#799F7F
(121,159,127)
#6D9073
(109,144,115)
#618167
(97,129,103)
#55725B
(85,114,91)
#49634F
(73,99,79)
#3D5443
(61,84,67)
#314537
(49,69,55)
#25362B
(37,54,43)
#19271F
(25,39,31)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #85AE8B

#85AE8B
(133,174,139)
#90B595
(144,181,149)
#9BBC9F
(155,188,159)
#A6C3A9
(166,195,169)
#B1CAB3
(177,202,179)
#BCD1BD
(188,209,189)
#C7D8C7
(199,216,199)
#D2DFD1
(210,223,209)
#DDE6DB
(221,230,219)
#E8EDE5
(232,237,229)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AE8B; }

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

This text font color is #85AE8B.


Background Color

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

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

This div background color is #85AE8B.


Border color

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

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

This div border color is #85AE8B.


Opacity

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

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

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

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

This text has shadow with #85AE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AE8B on black background.


Color preview on white background

This text has color #85AE8B on white background.



Black color preview on #85AE8B background

This text has black color on #85AE8B background.


White color preview on #85AE8B background

This text has white color on #85AE8B background.