COLOR #85AE8C

HEX: #85AE8C
RGB: (133,174,140)

Color info

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

RGB color model

#85AE8C color RGB value is (133,174,140).

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

RGB channels and saturation

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

133
174
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 174 + 140 = 447 (100%)
R 133 of 447 ~ 29.75%
G 174 of 447 ~ 38.93%
B 140 of 447 ~ 31.32%

%29.75
%38.93
%31.32

CMYK color model

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

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 19.54%
  • 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
%19.54
%31.76

Codes

Color #85AE8C in popluar color models

85AE8C
RGB133174140
HSL130°20.20%60.20%
HSB/HSV130°23.56%68.24%
CMYK23.56%0.00%19.54%
31.76%

Color #85AE8C in popluar number systems.

HEX85AE8C
Decimal133174140
Binary100001011010111010001100
Octal205256214

Shades and tints

Shades of #85AE8C

#85AE8C
(133,174,140)
#799F80
(121,159,128)
#6D9074
(109,144,116)
#618168
(97,129,104)
#55725C
(85,114,92)
#496350
(73,99,80)
#3D5444
(61,84,68)
#314538
(49,69,56)
#25362C
(37,54,44)
#192720
(25,39,32)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #85AE8C

#85AE8C
(133,174,140)
#90B596
(144,181,150)
#9BBCA0
(155,188,160)
#A6C3AA
(166,195,170)
#B1CAB4
(177,202,180)
#BCD1BE
(188,209,190)
#C7D8C8
(199,216,200)
#D2DFD2
(210,223,210)
#DDE6DC
(221,230,220)
#E8EDE6
(232,237,230)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AE8C; }

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

This text font color is #85AE8C.


Background Color

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

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

This div background color is #85AE8C.


Border color

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

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

This div border color is #85AE8C.


Opacity

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

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

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

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

This text has shadow with #85AE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AE8C on black background.


Color preview on white background

This text has color #85AE8C on white background.



Black color preview on #85AE8C background

This text has black color on #85AE8C background.


White color preview on #85AE8C background

This text has white color on #85AE8C background.