COLOR #85A09A

HEX: #85A09A
RGB: (133,160,154)

Color info

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

RGB color model

#85A09A color RGB value is (133,160,154).

  • red value is 133;
  • green value is 160;
  • blue value is 154.
RGB:
(133,160,154)
(52%,63%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 160 of 255 = 63%
B 154 of 255 = 60%

133
160
154

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

Portions of RGB colors in percentages

R + G + B =
133 + 160 + 154 = 447 (100%)
R 133 of 447 ~ 29.75%
G 160 of 447 ~ 35.79%
B 154 of 447 ~ 34.45%

%29.75
%35.79
%34.45

CMYK color model

#85A09A color CMYK value is (17,0,4,37).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 37.25%
CMYK:
(17,0,4,37)
C17M0Y4K37 
(17%,0%,4%,37%)
(0.17/0.00/0.04/0.37)	

CMYK percentages

%16.88
%0
%3.75
%37.25

Codes

Color #85A09A in popluar color models

85A09A
RGB133160154
HSL167°12.44%57.45%
HSB/HSV167°16.88%62.75%
CMYK16.88%0.00%3.75%
37.25%

Color #85A09A in popluar number systems.

HEX85A09A
Decimal133160154
Binary100001011010000010011010
Octal205240232

Shades and tints

Shades of #85A09A

#85A09A
(133,160,154)
#79928C
(121,146,140)
#6D847E
(109,132,126)
#617670
(97,118,112)
#556862
(85,104,98)
#495A54
(73,90,84)
#3D4C46
(61,76,70)
#313E38
(49,62,56)
#25302A
(37,48,42)
#19221C
(25,34,28)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #85A09A

#85A09A
(133,160,154)
#90A8A3
(144,168,163)
#9BB0AC
(155,176,172)
#A6B8B5
(166,184,181)
#B1C0BE
(177,192,190)
#BCC8C7
(188,200,199)
#C7D0D0
(199,208,208)
#D2D8D9
(210,216,217)
#DDE0E2
(221,224,226)
#E8E8EB
(232,232,235)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A09A color. Also use rgb(133,160,154) instead hex code.

Text Font Color

.myTextColor { color: #85A09A; }

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

This text font color is #85A09A.


Background Color

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

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

This div background color is #85A09A.


Border color

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

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

This div border color is #85A09A.


Opacity

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

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

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

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

This text has shadow with #85A09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A09A on black background.


Color preview on white background

This text has color #85A09A on white background.



Black color preview on #85A09A background

This text has black color on #85A09A background.


White color preview on #85A09A background

This text has white color on #85A09A background.