COLOR #85CCAF

HEX: #85CCAF RGB: (133,204,175)

Color info

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

RGB color model

#85CCAF color RGB value is (133,204,175).

RGB: (133,204,175) (52%, 80%, 69%)

RGB channels and saturation

R 133 of 255 = 52%
G 204 of 255 = 80%
B 175 of 255 = 69%

133
204
175

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

Portions of RGB colors in percentages

R + G + B = 133 + 204 + 175 = 512 (100%)
R 133 of 512 ~ 25.98%
G 204 of 512 ~ 39.84%
B 175 of 512 ~ 34.18'%

%25.98
%39.84
%34.18

CMYK color model

#85CCAF color CMYK value is (35,0,14,20).

  • cyan value is 34.80%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 20.00%

CMYK: (35,0,14,20)
C35M0Y14K20 (35%, 0%, 14%, 20%)
(0.35 / 0.00 / 0.14 / 0.20)

CMYK percentages

%34.8
%0
%14.22
%20

Codes

Color #85CCAF in popluar color models

85 CC AF
RGB 133 204 175
HSL 155° 41.04% 66.08%
HSB/HSV 155° 34.80% 80.00%
CMYK 34.80% 0.00% 14.22%
20.00%

Color #85CCAF in popluar number systems.

HEX 85 CC AF
Decimal 133 204 175
Binary 10000101 11001100 10101111
Octal 205 314 257

Shades and tints

Shades of #85CCAF

#85CCAF
(133,204,175)
#79BAA0
(121,186,160)
#6DA891
(109,168,145)
#619682
(97,150,130)
#558473
(85,132,115)
#497264
(73,114,100)
#3D6055
(61,96,85)
#314E46
(49,78,70)
#253C37
(37,60,55)
#192A28
(25,42,40)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #85CCAF

#85CCAF
(133,204,175)
#90D0B6
(144,208,182)
#9BD4BD
(155,212,189)
#A6D8C4
(166,216,196)
#B1DCCB
(177,220,203)
#BCE0D2
(188,224,210)
#C7E4D9
(199,228,217)
#D2E8E0
(210,232,224)
#DDECE7
(221,236,231)
#E8F0EE
(232,240,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85CCAF; }

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

This text font color is #85CCAF.

Background Color

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

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

This div background color is #85CCAF.

Border color

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

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

This div border color is #85CCAF.

Opacity

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

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

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

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

This text has shadow with #85CCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85CCAF.

Preview

Color preview on black background

This text has color #85CCAF on black background.


Color preview on white background

This text has color #85CCAF on white background.


Black color preview on #85CCAF background

This text has black color on #85CCAF background.


White color preview on #85CCAF background

This text has white color on #85CCAF background.


Related colors

Complementary color

Complementary color for #hex is #7A3350.


I love getcolorcode.com

Triadic colors

1 #AF85CC and #CCAF85 with #85CCAF are triadic colors.

2 #AFCC85 and #CC85AF with #85CCAF are triadic colors.