COLOR #85D6AF

HEX: #85D6AF RGB: (133,214,175)

Color info

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

RGB color model

#85D6AF color RGB value is (133,214,175).

RGB: (133,214,175) (52%, 84%, 69%)

RGB channels and saturation

R 133 of 255 = 52%
G 214 of 255 = 84%
B 175 of 255 = 69%

133
214
175

R + G + B ~ 68%. #85D6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 214 + 175 = 522 (100%)
R 133 of 522 ~ 25.48%
G 214 of 522 ~ 41%
B 175 of 522 ~ 33.52'%

%25.48
%41
%33.52

CMYK color model

#85D6AF color CMYK value is (38,0,18,16).

  • cyan value is 37.85%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 16.08%

CMYK: (38,0,18,16)
C38M0Y18K16 (38%, 0%, 18%, 16%)
(0.38 / 0.00 / 0.18 / 0.16)

CMYK percentages

%37.85
%0
%18.22
%16.08

Codes

Color #85D6AF in popluar color models

85 D6 AF
RGB 133 214 175
HSL 151° 49.69% 68.04%
HSB/HSV 151° 37.85% 83.92%
CMYK 37.85% 0.00% 18.22%
16.08%

Color #85D6AF in popluar number systems.

HEX 85 D6 AF
Decimal 133 214 175
Binary 10000101 11010110 10101111
Octal 205 326 257

Shades and tints

Shades of #85D6AF

#85D6AF
(133,214,175)
#79C3A0
(121,195,160)
#6DB091
(109,176,145)
#619D82
(97,157,130)
#558A73
(85,138,115)
#497764
(73,119,100)
#3D6455
(61,100,85)
#315146
(49,81,70)
#253E37
(37,62,55)
#192B28
(25,43,40)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #85D6AF

#85D6AF
(133,214,175)
#90D9B6
(144,217,182)
#9BDCBD
(155,220,189)
#A6DFC4
(166,223,196)
#B1E2CB
(177,226,203)
#BCE5D2
(188,229,210)
#C7E8D9
(199,232,217)
#D2EBE0
(210,235,224)
#DDEEE7
(221,238,231)
#E8F1EE
(232,241,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D6AF; }

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

This text font color is #85D6AF.

Background Color

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

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

This div background color is #85D6AF.

Border color

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

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

This div border color is #85D6AF.

Opacity

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

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

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

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

This text has shadow with #85D6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D6AF.

Preview

Color preview on black background

This text has color #85D6AF on black background.


Color preview on white background

This text has color #85D6AF on white background.


Black color preview on #85D6AF background

This text has black color on #85D6AF background.


White color preview on #85D6AF background

This text has white color on #85D6AF background.


Related colors

Complementary color

Complementary color for #hex is #7A2950.


I love getcolorcode.com

Triadic colors

1 #AF85D6 and #D6AF85 with #85D6AF are triadic colors.

2 #AFD685 and #D685AF with #85D6AF are triadic colors.