COLOR #85CFAD

HEX: #85CFAD
RGB: (133,207,173)

Color info

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

RGB color model

#85CFAD color RGB value is (133,207,173).

  • red value is 133;
  • green value is 207;
  • blue value is 173.
RGB:
(133,207,173)
(52%,81%,68%)

RGB channels and saturation

R 133 of 255 = 52%
G 207 of 255 = 81%
B 173 of 255 = 68%

133
207
173

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

Portions of RGB colors in percentages

R + G + B =
133 + 207 + 173 = 513 (100%)
R 133 of 513 ~ 25.93%
G 207 of 513 ~ 40.35%
B 173 of 513 ~ 33.72%

%25.93
%40.35
%33.72

CMYK color model

#85CFAD color CMYK value is (36,0,16,19).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 16.43%
  • key color value is 18.82%
CMYK:
(36,0,16,19)
C36M0Y16K19 
(36%,0%,16%,19%)
(0.36/0.00/0.16/0.19)	

CMYK percentages

%35.75
%0
%16.43
%18.82

Codes

Color #85CFAD in popluar color models

85CFAD
RGB133207173
HSL152°43.53%66.67%
HSB/HSV152°35.75%81.18%
CMYK35.75%0.00%16.43%
18.82%

Color #85CFAD in popluar number systems.

HEX85CFAD
Decimal133207173
Binary100001011100111110101101
Octal205317255

Shades and tints

Shades of #85CFAD

#85CFAD
(133,207,173)
#79BD9E
(121,189,158)
#6DAB8F
(109,171,143)
#619980
(97,153,128)
#558771
(85,135,113)
#497562
(73,117,98)
#3D6353
(61,99,83)
#315144
(49,81,68)
#253F35
(37,63,53)
#192D26
(25,45,38)
#0D1B17
(13,27,23)
#000000
(0,0,0)

Tints of #85CFAD

#85CFAD
(133,207,173)
#90D3B4
(144,211,180)
#9BD7BB
(155,215,187)
#A6DBC2
(166,219,194)
#B1DFC9
(177,223,201)
#BCE3D0
(188,227,208)
#C7E7D7
(199,231,215)
#D2EBDE
(210,235,222)
#DDEFE5
(221,239,229)
#E8F3EC
(232,243,236)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CFAD color. Also use rgb(133,207,173) instead hex code.

Text Font Color

.myTextColor { color: #85CFAD; }

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

This text font color is #85CFAD.


Background Color

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

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

This div background color is #85CFAD.


Border color

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

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

This div border color is #85CFAD.


Opacity

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

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

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

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

This text has shadow with #85CFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85CFAD on black background.


Color preview on white background

This text has color #85CFAD on white background.



Black color preview on #85CFAD background

This text has black color on #85CFAD background.


White color preview on #85CFAD background

This text has white color on #85CFAD background.