COLOR #85B0AA

HEX: #85B0AA
RGB: (133,176,170)

Color info

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

RGB color model

#85B0AA color RGB value is (133,176,170).

  • red value is 133;
  • green value is 176;
  • blue value is 170.
RGB:
(133,176,170)
(52%,69%,67%)

RGB channels and saturation

R 133 of 255 = 52%
G 176 of 255 = 69%
B 170 of 255 = 67%

133
176
170

R + G + B ~ 63%. #85B0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 176 + 170 = 479 (100%)
R 133 of 479 ~ 27.77%
G 176 of 479 ~ 36.74%
B 170 of 479 ~ 35.49%

%27.77
%36.74
%35.49

CMYK color model

#85B0AA color CMYK value is (24,0,3,31).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(24,0,3,31)
C24M0Y3K31 
(24%,0%,3%,31%)
(0.24/0.00/0.03/0.31)	

CMYK percentages

%24.43
%0
%3.41
%30.98

Codes

Color #85B0AA in popluar color models

85B0AA
RGB133176170
HSL172°21.39%60.59%
HSB/HSV172°24.43%69.02%
CMYK24.43%0.00%3.41%
30.98%

Color #85B0AA in popluar number systems.

HEX85B0AA
Decimal133176170
Binary100001011011000010101010
Octal205260252

Shades and tints

Shades of #85B0AA

#85B0AA
(133,176,170)
#79A09B
(121,160,155)
#6D908C
(109,144,140)
#61807D
(97,128,125)
#55706E
(85,112,110)
#49605F
(73,96,95)
#3D5050
(61,80,80)
#314041
(49,64,65)
#253032
(37,48,50)
#192023
(25,32,35)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #85B0AA

#85B0AA
(133,176,170)
#90B7B1
(144,183,177)
#9BBEB8
(155,190,184)
#A6C5BF
(166,197,191)
#B1CCC6
(177,204,198)
#BCD3CD
(188,211,205)
#C7DAD4
(199,218,212)
#D2E1DB
(210,225,219)
#DDE8E2
(221,232,226)
#E8EFE9
(232,239,233)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B0AA color. Also use rgb(133,176,170) instead hex code.

Text Font Color

.myTextColor { color: #85B0AA; }

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

This text font color is #85B0AA.


Background Color

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

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

This div background color is #85B0AA.


Border color

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

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

This div border color is #85B0AA.


Opacity

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

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

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

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

This text has shadow with #85B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B0AA on black background.


Color preview on white background

This text has color #85B0AA on white background.



Black color preview on #85B0AA background

This text has black color on #85B0AA background.


White color preview on #85B0AA background

This text has white color on #85B0AA background.