COLOR #85AF8D

HEX: #85AF8D RGB: (133,175,141)

Color info

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

RGB color model

#85AF8D color RGB value is (133,175,141).

RGB: (133,175,141) (52%, 69%, 55%)

RGB channels and saturation

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

133
175
141

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

Portions of RGB colors in percentages

R + G + B = 133 + 175 + 141 = 449 (100%)
R 133 of 449 ~ 29.62%
G 175 of 449 ~ 38.98%
B 141 of 449 ~ 31.4'%

%29.62
%38.98
%31.4

CMYK color model

#85AF8D color CMYK value is (24,0,19,31).

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

CMYK: (24,0,19,31)
C24M0Y19K31 (24%, 0%, 19%, 31%)
(0.24 / 0.00 / 0.19 / 0.31)

CMYK percentages

%24
%0
%19.43
%31.37

Codes

Color #85AF8D in popluar color models

85 AF 8D
RGB 133 175 141
HSL 131° 20.79% 60.39%
HSB/HSV 131° 24.00% 68.63%
CMYK 24.00% 0.00% 19.43%
31.37%

Color #85AF8D in popluar number systems.

HEX 85 AF 8D
Decimal 133 175 141
Binary 10000101 10101111 10001101
Octal 205 257 215

Shades and tints

Shades of #85AF8D

#85AF8D
(133,175,141)
#79A081
(121,160,129)
#6D9175
(109,145,117)
#618269
(97,130,105)
#55735D
(85,115,93)
#496451
(73,100,81)
#3D5545
(61,85,69)
#314639
(49,70,57)
#25372D
(37,55,45)
#192821
(25,40,33)
#0D1915
(13,25,21)
#000000
(0,0,0)

Tints of #85AF8D

#85AF8D
(133,175,141)
#90B697
(144,182,151)
#9BBDA1
(155,189,161)
#A6C4AB
(166,196,171)
#B1CBB5
(177,203,181)
#BCD2BF
(188,210,191)
#C7D9C9
(199,217,201)
#D2E0D3
(210,224,211)
#DDE7DD
(221,231,221)
#E8EEE7
(232,238,231)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AF8D; }

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

This text font color is #85AF8D.

Background Color

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

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

This div background color is #85AF8D.

Border color

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

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

This div border color is #85AF8D.

Opacity

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

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

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

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

This text has shadow with #85AF8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AF8D.

Preview

Color preview on black background

This text has color #85AF8D on black background.


Color preview on white background

This text has color #85AF8D on white background.


Black color preview on #85AF8D background

This text has black color on #85AF8D background.


White color preview on #85AF8D background

This text has white color on #85AF8D background.


Related colors

Complementary color

Complementary color for #hex is #7A5072.


I love getcolorcode.com

Triadic colors

1 #8D85AF and #AF8D85 with #85AF8D are triadic colors.

2 #8DAF85 and #AF858D with #85AF8D are triadic colors.