COLOR #85BAA0

HEX: #85BAA0
RGB: (133,186,160)

Color info

#85BAA0 contains red, green and blue colors in about the same proportion. Web safe color of #85BAA0 is #99CC99 (or #9C9).

RGB color model

#85BAA0 color RGB value is (133,186,160).

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

RGB channels and saturation

R 133 of 255 = 52%
G 186 of 255 = 73%
B 160 of 255 = 63%

133
186
160

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

Portions of RGB colors in percentages

R + G + B =
133 + 186 + 160 = 479 (100%)
R 133 of 479 ~ 27.77%
G 186 of 479 ~ 38.83%
B 160 of 479 ~ 33.4%

%27.77
%38.83
%33.4

CMYK color model

#85BAA0 color CMYK value is (28,0,14,27).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 27.06%
CMYK:
(28,0,14,27)
C28M0Y14K27 
(28%,0%,14%,27%)
(0.28/0.00/0.14/0.27)	

CMYK percentages

%28.49
%0
%13.98
%27.06

Codes

Color #85BAA0 in popluar color models

85BAA0
RGB133186160
HSL151°27.75%62.55%
HSB/HSV151°28.49%72.94%
CMYK28.49%0.00%13.98%
27.06%

Color #85BAA0 in popluar number systems.

HEX85BAA0
Decimal133186160
Binary100001011011101010100000
Octal205272240

Shades and tints

Shades of #85BAA0

#85BAA0
(133,186,160)
#79AA92
(121,170,146)
#6D9A84
(109,154,132)
#618A76
(97,138,118)
#557A68
(85,122,104)
#496A5A
(73,106,90)
#3D5A4C
(61,90,76)
#314A3E
(49,74,62)
#253A30
(37,58,48)
#192A22
(25,42,34)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #85BAA0

#85BAA0
(133,186,160)
#90C0A8
(144,192,168)
#9BC6B0
(155,198,176)
#A6CCB8
(166,204,184)
#B1D2C0
(177,210,192)
#BCD8C8
(188,216,200)
#C7DED0
(199,222,208)
#D2E4D8
(210,228,216)
#DDEAE0
(221,234,224)
#E8F0E8
(232,240,232)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BAA0; }

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

This text font color is #85BAA0.


Background Color

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

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

This div background color is #85BAA0.


Border color

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

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

This div border color is #85BAA0.


Opacity

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

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

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

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

This text has shadow with #85BAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BAA0 on black background.


Color preview on white background

This text has color #85BAA0 on white background.



Black color preview on #85BAA0 background

This text has black color on #85BAA0 background.


White color preview on #85BAA0 background

This text has white color on #85BAA0 background.