COLOR #85AFA4

HEX: #85AFA4 RGB: (133,175,164)

Color info

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

RGB color model

#85AFA4 color RGB value is (133,175,164).

RGB: (133,175,164) (52%, 69%, 64%)

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 164 of 255 = 64%

133
175
164

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

Portions of RGB colors in percentages

R + G + B = 133 + 175 + 164 = 472 (100%)
R 133 of 472 ~ 28.18%
G 175 of 472 ~ 37.08%
B 164 of 472 ~ 34.75'%

%28.18
%37.08
%34.75

CMYK color model

#85AFA4 color CMYK value is (24,0,6,31).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 6.29%
  • key color value is 31.37%

CMYK: (24,0,6,31)
C24M0Y6K31 (24%, 0%, 6%, 31%)
(0.24 / 0.00 / 0.06 / 0.31)

CMYK percentages

%24
%0
%6.29
%31.37

Codes

Color #85AFA4 in popluar color models

85 AF A4
RGB 133 175 164
HSL 164° 20.79% 60.39%
HSB/HSV 164° 24.00% 68.63%
CMYK 24.00% 0.00% 6.29%
31.37%

Color #85AFA4 in popluar number systems.

HEX 85 AF A4
Decimal 133 175 164
Binary 10000101 10101111 10100100
Octal 205 257 244

Shades and tints

Shades of #85AFA4

#85AFA4
(133,175,164)
#79A096
(121,160,150)
#6D9188
(109,145,136)
#61827A
(97,130,122)
#55736C
(85,115,108)
#49645E
(73,100,94)
#3D5550
(61,85,80)
#314642
(49,70,66)
#253734
(37,55,52)
#192826
(25,40,38)
#0D1918
(13,25,24)
#000000
(0,0,0)

Tints of #85AFA4

#85AFA4
(133,175,164)
#90B6AC
(144,182,172)
#9BBDB4
(155,189,180)
#A6C4BC
(166,196,188)
#B1CBC4
(177,203,196)
#BCD2CC
(188,210,204)
#C7D9D4
(199,217,212)
#D2E0DC
(210,224,220)
#DDE7E4
(221,231,228)
#E8EEEC
(232,238,236)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AFA4; }

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

This text font color is #85AFA4.

Background Color

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

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

This div background color is #85AFA4.

Border color

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

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

This div border color is #85AFA4.

Opacity

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

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

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

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

This text has shadow with #85AFA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AFA4.

Preview

Color preview on black background

This text has color #85AFA4 on black background.


Color preview on white background

This text has color #85AFA4 on white background.


Black color preview on #85AFA4 background

This text has black color on #85AFA4 background.


White color preview on #85AFA4 background

This text has white color on #85AFA4 background.


Related colors

Complementary color

Complementary color for #hex is #7A505B.


I love getcolorcode.com

Triadic colors

1 #A485AF and #AFA485 with #85AFA4 are triadic colors.

2 #A4AF85 and #AF85A4 with #85AFA4 are triadic colors.