COLOR #85AF95

HEX: #85AF95 RGB: (133,175,149)

Color info

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

RGB color model

#85AF95 color RGB value is (133,175,149).

RGB: (133,175,149) (52%, 69%, 58%)

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 149 of 255 = 58%

133
175
149

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

Portions of RGB colors in percentages

R + G + B = 133 + 175 + 149 = 457 (100%)
R 133 of 457 ~ 29.1%
G 175 of 457 ~ 38.29%
B 149 of 457 ~ 32.6'%

%29.1
%38.29
%32.6

CMYK color model

#85AF95 color CMYK value is (24,0,15,31).

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

CMYK: (24,0,15,31)
C24M0Y15K31 (24%, 0%, 15%, 31%)
(0.24 / 0.00 / 0.15 / 0.31)

CMYK percentages

%24
%0
%14.86
%31.37

Codes

Color #85AF95 in popluar color models

85 AF 95
RGB 133 175 149
HSL 143° 20.79% 60.39%
HSB/HSV 143° 24.00% 68.63%
CMYK 24.00% 0.00% 14.86%
31.37%

Color #85AF95 in popluar number systems.

HEX 85 AF 95
Decimal 133 175 149
Binary 10000101 10101111 10010101
Octal 205 257 225

Shades and tints

Shades of #85AF95

#85AF95
(133,175,149)
#79A088
(121,160,136)
#6D917B
(109,145,123)
#61826E
(97,130,110)
#557361
(85,115,97)
#496454
(73,100,84)
#3D5547
(61,85,71)
#31463A
(49,70,58)
#25372D
(37,55,45)
#192820
(25,40,32)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #85AF95

#85AF95
(133,175,149)
#90B69E
(144,182,158)
#9BBDA7
(155,189,167)
#A6C4B0
(166,196,176)
#B1CBB9
(177,203,185)
#BCD2C2
(188,210,194)
#C7D9CB
(199,217,203)
#D2E0D4
(210,224,212)
#DDE7DD
(221,231,221)
#E8EEE6
(232,238,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AF95; }

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

This text font color is #85AF95.

Background Color

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

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

This div background color is #85AF95.

Border color

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

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

This div border color is #85AF95.

Opacity

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

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

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

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

This text has shadow with #85AF95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AF95.

Preview

Color preview on black background

This text has color #85AF95 on black background.


Color preview on white background

This text has color #85AF95 on white background.


Black color preview on #85AF95 background

This text has black color on #85AF95 background.


White color preview on #85AF95 background

This text has white color on #85AF95 background.


Related colors

Complementary color

Complementary color for #hex is #7A506A.


I love getcolorcode.com

Triadic colors

1 #9585AF and #AF9585 with #85AF95 are triadic colors.

2 #95AF85 and #AF8595 with #85AF95 are triadic colors.