COLOR #85C9AF

HEX: #85C9AF RGB: (133,201,175)

Color info

#85C9AF contains mainly green and blue colors. Web safe color of #85C9AF is #99CC99 (or #9C9).

RGB color model

#85C9AF color RGB value is (133,201,175).

RGB: (133,201,175) (52%, 79%, 69%)

RGB channels and saturation

R 133 of 255 = 52%
G 201 of 255 = 79%
B 175 of 255 = 69%

133
201
175

R + G + B ~ 67%. #85C9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 201 + 175 = 509 (100%)
R 133 of 509 ~ 26.13%
G 201 of 509 ~ 39.49%
B 175 of 509 ~ 34.38'%

%26.13
%39.49
%34.38

CMYK color model

#85C9AF color CMYK value is (34,0,13,21).

  • cyan value is 33.83%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 21.18%

CMYK: (34,0,13,21)
C34M0Y13K21 (34%, 0%, 13%, 21%)
(0.34 / 0.00 / 0.13 / 0.21)

CMYK percentages

%33.83
%0
%12.94
%21.18

Codes

Color #85C9AF in popluar color models

85 C9 AF
RGB 133 201 175
HSL 157° 38.64% 65.49%
HSB/HSV 157° 33.83% 78.82%
CMYK 33.83% 0.00% 12.94%
21.18%

Color #85C9AF in popluar number systems.

HEX 85 C9 AF
Decimal 133 201 175
Binary 10000101 11001001 10101111
Octal 205 311 257

Shades and tints

Shades of #85C9AF

#85C9AF
(133,201,175)
#79B7A0
(121,183,160)
#6DA591
(109,165,145)
#619382
(97,147,130)
#558173
(85,129,115)
#496F64
(73,111,100)
#3D5D55
(61,93,85)
#314B46
(49,75,70)
#253937
(37,57,55)
#192728
(25,39,40)
#0D1519
(13,21,25)
#000000
(0,0,0)

Tints of #85C9AF

#85C9AF
(133,201,175)
#90CDB6
(144,205,182)
#9BD1BD
(155,209,189)
#A6D5C4
(166,213,196)
#B1D9CB
(177,217,203)
#BCDDD2
(188,221,210)
#C7E1D9
(199,225,217)
#D2E5E0
(210,229,224)
#DDE9E7
(221,233,231)
#E8EDEE
(232,237,238)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C9AF; }

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

This text font color is #85C9AF.

Background Color

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

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

This div background color is #85C9AF.

Border color

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

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

This div border color is #85C9AF.

Opacity

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

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

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

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

This text has shadow with #85C9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C9AF.

Preview

Color preview on black background

This text has color #85C9AF on black background.


Color preview on white background

This text has color #85C9AF on white background.


Black color preview on #85C9AF background

This text has black color on #85C9AF background.


White color preview on #85C9AF background

This text has white color on #85C9AF background.


Related colors

Complementary color

Complementary color for #hex is #7A3650.


I love getcolorcode.com

Triadic colors

1 #AF85C9 and #C9AF85 with #85C9AF are triadic colors.

2 #AFC985 and #C985AF with #85C9AF are triadic colors.