COLOR #85AFA9

HEX: #85AFA9
RGB: (133,175,169)

Color info

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

RGB color model

#85AFA9 color RGB value is (133,175,169).

  • red value is 133;
  • green value is 175;
  • blue value is 169.
RGB:
(133,175,169)
(52%,69%,66%)

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 169 of 255 = 66%

133
175
169

R + G + B ~ 62%. #85AFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 175 + 169 = 477 (100%)
R 133 of 477 ~ 27.88%
G 175 of 477 ~ 36.69%
B 169 of 477 ~ 35.43%

%27.88
%36.69
%35.43

CMYK color model

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

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

CMYK percentages

%24
%0
%3.43
%31.37

Codes

Color #85AFA9 in popluar color models

85AFA9
RGB133175169
HSL171°20.79%60.39%
HSB/HSV171°24.00%68.63%
CMYK24.00%0.00%3.43%
31.37%

Color #85AFA9 in popluar number systems.

HEX85AFA9
Decimal133175169
Binary100001011010111110101001
Octal205257251

Shades and tints

Shades of #85AFA9

#85AFA9
(133,175,169)
#79A09A
(121,160,154)
#6D918B
(109,145,139)
#61827C
(97,130,124)
#55736D
(85,115,109)
#49645E
(73,100,94)
#3D554F
(61,85,79)
#314640
(49,70,64)
#253731
(37,55,49)
#192822
(25,40,34)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #85AFA9

#85AFA9
(133,175,169)
#90B6B0
(144,182,176)
#9BBDB7
(155,189,183)
#A6C4BE
(166,196,190)
#B1CBC5
(177,203,197)
#BCD2CC
(188,210,204)
#C7D9D3
(199,217,211)
#D2E0DA
(210,224,218)
#DDE7E1
(221,231,225)
#E8EEE8
(232,238,232)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AFA9 color. Also use rgb(133,175,169) instead hex code.

Text Font Color

.myTextColor { color: #85AFA9; }

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

This text font color is #85AFA9.


Background Color

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

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

This div background color is #85AFA9.


Border color

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

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

This div border color is #85AFA9.


Opacity

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

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

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

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

This text has shadow with #85AFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AFA9 on black background.


Color preview on white background

This text has color #85AFA9 on white background.



Black color preview on #85AFA9 background

This text has black color on #85AFA9 background.


White color preview on #85AFA9 background

This text has white color on #85AFA9 background.