COLOR #85AF8C

HEX: #85AF8C
RGB: (133,175,140)

Color info

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

RGB color model

#85AF8C color RGB value is (133,175,140).

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

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 140 of 255 = 55%

133
175
140

R + G + B ~ 59%. #85AF8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 175 + 140 = 448 (100%)
R 133 of 448 ~ 29.69%
G 175 of 448 ~ 39.06%
B 140 of 448 ~ 31.25%

%29.69
%39.06
%31.25

CMYK color model

#85AF8C color CMYK value is (24,0,20,31).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(24,0,20,31)
C24M0Y20K31 
(24%,0%,20%,31%)
(0.24/0.00/0.20/0.31)	

CMYK percentages

%24
%0
%20
%31.37

Codes

Color #85AF8C in popluar color models

85AF8C
RGB133175140
HSL130°20.79%60.39%
HSB/HSV130°24.00%68.63%
CMYK24.00%0.00%20.00%
31.37%

Color #85AF8C in popluar number systems.

HEX85AF8C
Decimal133175140
Binary100001011010111110001100
Octal205257214

Shades and tints

Shades of #85AF8C

#85AF8C
(133,175,140)
#79A080
(121,160,128)
#6D9174
(109,145,116)
#618268
(97,130,104)
#55735C
(85,115,92)
#496450
(73,100,80)
#3D5544
(61,85,68)
#314638
(49,70,56)
#25372C
(37,55,44)
#192820
(25,40,32)
#0D1914
(13,25,20)
#000000
(0,0,0)

Tints of #85AF8C

#85AF8C
(133,175,140)
#90B696
(144,182,150)
#9BBDA0
(155,189,160)
#A6C4AA
(166,196,170)
#B1CBB4
(177,203,180)
#BCD2BE
(188,210,190)
#C7D9C8
(199,217,200)
#D2E0D2
(210,224,210)
#DDE7DC
(221,231,220)
#E8EEE6
(232,238,230)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AF8C; }

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

This text font color is #85AF8C.


Background Color

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

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

This div background color is #85AF8C.


Border color

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

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

This div border color is #85AF8C.


Opacity

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

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

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

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

This text has shadow with #85AF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AF8C on black background.


Color preview on white background

This text has color #85AF8C on white background.



Black color preview on #85AF8C background

This text has black color on #85AF8C background.


White color preview on #85AF8C background

This text has white color on #85AF8C background.