COLOR #85AE91

HEX: #85AE91
RGB: (133,174,145)

Color info

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

RGB color model

#85AE91 color RGB value is (133,174,145).

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

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 145 of 255 = 57%

133
174
145

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

Portions of RGB colors in percentages

R + G + B =
133 + 174 + 145 = 452 (100%)
R 133 of 452 ~ 29.42%
G 174 of 452 ~ 38.5%
B 145 of 452 ~ 32.08%

%29.42
%38.5
%32.08

CMYK color model

#85AE91 color CMYK value is (24,0,17,32).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 31.76%
CMYK:
(24,0,17,32)
C24M0Y17K32 
(24%,0%,17%,32%)
(0.24/0.00/0.17/0.32)	

CMYK percentages

%23.56
%0
%16.67
%31.76

Codes

Color #85AE91 in popluar color models

85AE91
RGB133174145
HSL138°20.20%60.20%
HSB/HSV138°23.56%68.24%
CMYK23.56%0.00%16.67%
31.76%

Color #85AE91 in popluar number systems.

HEX85AE91
Decimal133174145
Binary100001011010111010010001
Octal205256221

Shades and tints

Shades of #85AE91

#85AE91
(133,174,145)
#799F84
(121,159,132)
#6D9077
(109,144,119)
#61816A
(97,129,106)
#55725D
(85,114,93)
#496350
(73,99,80)
#3D5443
(61,84,67)
#314536
(49,69,54)
#253629
(37,54,41)
#19271C
(25,39,28)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #85AE91

#85AE91
(133,174,145)
#90B59B
(144,181,155)
#9BBCA5
(155,188,165)
#A6C3AF
(166,195,175)
#B1CAB9
(177,202,185)
#BCD1C3
(188,209,195)
#C7D8CD
(199,216,205)
#D2DFD7
(210,223,215)
#DDE6E1
(221,230,225)
#E8EDEB
(232,237,235)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AE91; }

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

This text font color is #85AE91.


Background Color

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

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

This div background color is #85AE91.


Border color

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

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

This div border color is #85AE91.


Opacity

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

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

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

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

This text has shadow with #85AE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AE91 on black background.


Color preview on white background

This text has color #85AE91 on white background.



Black color preview on #85AE91 background

This text has black color on #85AE91 background.


White color preview on #85AE91 background

This text has white color on #85AE91 background.