COLOR #85BAA1

HEX: #85BAA1
RGB: (133,186,161)

Color info

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

RGB color model

#85BAA1 color RGB value is (133,186,161).

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

RGB channels and saturation

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

133
186
161

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

Portions of RGB colors in percentages

R + G + B =
133 + 186 + 161 = 480 (100%)
R 133 of 480 ~ 27.71%
G 186 of 480 ~ 38.75%
B 161 of 480 ~ 33.54%

%27.71
%38.75
%33.54

CMYK color model

#85BAA1 color CMYK value is (28,0,13,27).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 27.06%
CMYK:
(28,0,13,27)
C28M0Y13K27 
(28%,0%,13%,27%)
(0.28/0.00/0.13/0.27)	

CMYK percentages

%28.49
%0
%13.44
%27.06

Codes

Color #85BAA1 in popluar color models

85BAA1
RGB133186161
HSL152°27.75%62.55%
HSB/HSV152°28.49%72.94%
CMYK28.49%0.00%13.44%
27.06%

Color #85BAA1 in popluar number systems.

HEX85BAA1
Decimal133186161
Binary100001011011101010100001
Octal205272241

Shades and tints

Shades of #85BAA1

#85BAA1
(133,186,161)
#79AA93
(121,170,147)
#6D9A85
(109,154,133)
#618A77
(97,138,119)
#557A69
(85,122,105)
#496A5B
(73,106,91)
#3D5A4D
(61,90,77)
#314A3F
(49,74,63)
#253A31
(37,58,49)
#192A23
(25,42,35)
#0D1A15
(13,26,21)
#000000
(0,0,0)

Tints of #85BAA1

#85BAA1
(133,186,161)
#90C0A9
(144,192,169)
#9BC6B1
(155,198,177)
#A6CCB9
(166,204,185)
#B1D2C1
(177,210,193)
#BCD8C9
(188,216,201)
#C7DED1
(199,222,209)
#D2E4D9
(210,228,217)
#DDEAE1
(221,234,225)
#E8F0E9
(232,240,233)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BAA1; }

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

This text font color is #85BAA1.


Background Color

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

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

This div background color is #85BAA1.


Border color

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

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

This div border color is #85BAA1.


Opacity

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

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

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

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

This text has shadow with #85BAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BAA1 on black background.


Color preview on white background

This text has color #85BAA1 on white background.



Black color preview on #85BAA1 background

This text has black color on #85BAA1 background.


White color preview on #85BAA1 background

This text has white color on #85BAA1 background.