COLOR #85AC95

HEX: #85AC95 RGB: (133,172,149)

Color info

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

RGB color model

#85AC95 color RGB value is (133,172,149).

RGB: (133,172,149) (52%, 67%, 58%)

RGB channels and saturation

R 133 of 255 = 52%
G 172 of 255 = 67%
B 149 of 255 = 58%

133
172
149

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

Portions of RGB colors in percentages

R + G + B = 133 + 172 + 149 = 454 (100%)
R 133 of 454 ~ 29.3%
G 172 of 454 ~ 37.89%
B 149 of 454 ~ 32.82'%

%29.3
%37.89
%32.82

CMYK color model

#85AC95 color CMYK value is (23,0,13,33).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 32.55%

CMYK: (23,0,13,33)
C23M0Y13K33 (23%, 0%, 13%, 33%)
(0.23 / 0.00 / 0.13 / 0.33)

CMYK percentages

%22.67
%0
%13.37
%32.55

Codes

Color #85AC95 in popluar color models

85 AC 95
RGB 133 172 149
HSL 145° 19.02% 59.80%
HSB/HSV 145° 22.67% 67.45%
CMYK 22.67% 0.00% 13.37%
32.55%

Color #85AC95 in popluar number systems.

HEX 85 AC 95
Decimal 133 172 149
Binary 10000101 10101100 10010101
Octal 205 254 225

Shades and tints

Shades of #85AC95

#85AC95
(133,172,149)
#799D88
(121,157,136)
#6D8E7B
(109,142,123)
#617F6E
(97,127,110)
#557061
(85,112,97)
#496154
(73,97,84)
#3D5247
(61,82,71)
#31433A
(49,67,58)
#25342D
(37,52,45)
#192520
(25,37,32)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #85AC95

#85AC95
(133,172,149)
#90B39E
(144,179,158)
#9BBAA7
(155,186,167)
#A6C1B0
(166,193,176)
#B1C8B9
(177,200,185)
#BCCFC2
(188,207,194)
#C7D6CB
(199,214,203)
#D2DDD4
(210,221,212)
#DDE4DD
(221,228,221)
#E8EBE6
(232,235,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AC95; }

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

This text font color is #85AC95.

Background Color

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

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

This div background color is #85AC95.

Border color

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

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

This div border color is #85AC95.

Opacity

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

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

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

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

This text has shadow with #85AC95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AC95.

Preview

Color preview on black background

This text has color #85AC95 on black background.


Color preview on white background

This text has color #85AC95 on white background.


Black color preview on #85AC95 background

This text has black color on #85AC95 background.


White color preview on #85AC95 background

This text has white color on #85AC95 background.


Related colors

Complementary color

Complementary color for #hex is #7A536A.


I love getcolorcode.com

Triadic colors

1 #9585AC and #AC9585 with #85AC95 are triadic colors.

2 #95AC85 and #AC8595 with #85AC95 are triadic colors.