COLOR #85AE9C

HEX: #85AE9C
RGB: (133,174,156)

Color info

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

RGB color model

#85AE9C color RGB value is (133,174,156).

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

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 156 of 255 = 61%

133
174
156

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

Portions of RGB colors in percentages

R + G + B =
133 + 174 + 156 = 463 (100%)
R 133 of 463 ~ 28.73%
G 174 of 463 ~ 37.58%
B 156 of 463 ~ 33.69%

%28.73
%37.58
%33.69

CMYK color model

#85AE9C color CMYK value is (24,0,10,32).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(24,0,10,32)
C24M0Y10K32 
(24%,0%,10%,32%)
(0.24/0.00/0.10/0.32)	

CMYK percentages

%23.56
%0
%10.34
%31.76

Codes

Color #85AE9C in popluar color models

85AE9C
RGB133174156
HSL154°20.20%60.20%
HSB/HSV154°23.56%68.24%
CMYK23.56%0.00%10.34%
31.76%

Color #85AE9C in popluar number systems.

HEX85AE9C
Decimal133174156
Binary100001011010111010011100
Octal205256234

Shades and tints

Shades of #85AE9C

#85AE9C
(133,174,156)
#799F8E
(121,159,142)
#6D9080
(109,144,128)
#618172
(97,129,114)
#557264
(85,114,100)
#496356
(73,99,86)
#3D5448
(61,84,72)
#31453A
(49,69,58)
#25362C
(37,54,44)
#19271E
(25,39,30)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #85AE9C

#85AE9C
(133,174,156)
#90B5A5
(144,181,165)
#9BBCAE
(155,188,174)
#A6C3B7
(166,195,183)
#B1CAC0
(177,202,192)
#BCD1C9
(188,209,201)
#C7D8D2
(199,216,210)
#D2DFDB
(210,223,219)
#DDE6E4
(221,230,228)
#E8EDED
(232,237,237)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AE9C; }

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

This text font color is #85AE9C.


Background Color

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

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

This div background color is #85AE9C.


Border color

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

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

This div border color is #85AE9C.


Opacity

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

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

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

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

This text has shadow with #85AE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AE9C on black background.


Color preview on white background

This text has color #85AE9C on white background.



Black color preview on #85AE9C background

This text has black color on #85AE9C background.


White color preview on #85AE9C background

This text has white color on #85AE9C background.