COLOR #85AF9B

HEX: #85AF9B
RGB: (133,175,155)

Color info

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

RGB color model

#85AF9B color RGB value is (133,175,155).

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

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 155 of 255 = 61%

133
175
155

R + G + B ~ 61%. #85AF9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 175 + 155 = 463 (100%)
R 133 of 463 ~ 28.73%
G 175 of 463 ~ 37.8%
B 155 of 463 ~ 33.48%

%28.73
%37.8
%33.48

CMYK color model

#85AF9B color CMYK value is (24,0,11,31).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(24,0,11,31)
C24M0Y11K31 
(24%,0%,11%,31%)
(0.24/0.00/0.11/0.31)	

CMYK percentages

%24
%0
%11.43
%31.37

Codes

Color #85AF9B in popluar color models

85AF9B
RGB133175155
HSL151°20.79%60.39%
HSB/HSV151°24.00%68.63%
CMYK24.00%0.00%11.43%
31.37%

Color #85AF9B in popluar number systems.

HEX85AF9B
Decimal133175155
Binary100001011010111110011011
Octal205257233

Shades and tints

Shades of #85AF9B

#85AF9B
(133,175,155)
#79A08D
(121,160,141)
#6D917F
(109,145,127)
#618271
(97,130,113)
#557363
(85,115,99)
#496455
(73,100,85)
#3D5547
(61,85,71)
#314639
(49,70,57)
#25372B
(37,55,43)
#19281D
(25,40,29)
#0D190F
(13,25,15)
#000000
(0,0,0)

Tints of #85AF9B

#85AF9B
(133,175,155)
#90B6A4
(144,182,164)
#9BBDAD
(155,189,173)
#A6C4B6
(166,196,182)
#B1CBBF
(177,203,191)
#BCD2C8
(188,210,200)
#C7D9D1
(199,217,209)
#D2E0DA
(210,224,218)
#DDE7E3
(221,231,227)
#E8EEEC
(232,238,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AF9B; }

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

This text font color is #85AF9B.


Background Color

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

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

This div background color is #85AF9B.


Border color

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

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

This div border color is #85AF9B.


Opacity

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

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

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

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

This text has shadow with #85AF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AF9B on black background.


Color preview on white background

This text has color #85AF9B on white background.



Black color preview on #85AF9B background

This text has black color on #85AF9B background.


White color preview on #85AF9B background

This text has white color on #85AF9B background.