COLOR #85C6C0

HEX: #85C6C0
RGB: (133,198,192)

Color info

#85C6C0 contains mainly green and blue colors. Web safe color of #85C6C0 is #99CCCC (or #9CC).

RGB color model

#85C6C0 color RGB value is (133,198,192).

  • red value is 133;
  • green value is 198;
  • blue value is 192.
RGB:
(133,198,192)
(52%,78%,75%)

RGB channels and saturation

R 133 of 255 = 52%
G 198 of 255 = 78%
B 192 of 255 = 75%

133
198
192

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

Portions of RGB colors in percentages

R + G + B =
133 + 198 + 192 = 523 (100%)
R 133 of 523 ~ 25.43%
G 198 of 523 ~ 37.86%
B 192 of 523 ~ 36.71%

%25.43
%37.86
%36.71

CMYK color model

#85C6C0 color CMYK value is (33,0,3,22).

  • cyan value is 32.83%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 22.35%
CMYK:
(33,0,3,22)
C33M0Y3K22 
(33%,0%,3%,22%)
(0.33/0.00/0.03/0.22)	

CMYK percentages

%32.83
%0
%3.03
%22.35

Codes

Color #85C6C0 in popluar color models

85C6C0
RGB133198192
HSL174°36.31%64.90%
HSB/HSV174°32.83%77.65%
CMYK32.83%0.00%3.03%
22.35%

Color #85C6C0 in popluar number systems.

HEX85C6C0
Decimal133198192
Binary100001011100011011000000
Octal205306300

Shades and tints

Shades of #85C6C0

#85C6C0
(133,198,192)
#79B4AF
(121,180,175)
#6DA29E
(109,162,158)
#61908D
(97,144,141)
#557E7C
(85,126,124)
#496C6B
(73,108,107)
#3D5A5A
(61,90,90)
#314849
(49,72,73)
#253638
(37,54,56)
#192427
(25,36,39)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #85C6C0

#85C6C0
(133,198,192)
#90CBC5
(144,203,197)
#9BD0CA
(155,208,202)
#A6D5CF
(166,213,207)
#B1DAD4
(177,218,212)
#BCDFD9
(188,223,217)
#C7E4DE
(199,228,222)
#D2E9E3
(210,233,227)
#DDEEE8
(221,238,232)
#E8F3ED
(232,243,237)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C6C0 color. Also use rgb(133,198,192) instead hex code.

Text Font Color

.myTextColor { color: #85C6C0; }

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

This text font color is #85C6C0.


Background Color

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

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

This div background color is #85C6C0.


Border color

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

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

This div border color is #85C6C0.


Opacity

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

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

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

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

This text has shadow with #85C6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C6C0 on black background.


Color preview on white background

This text has color #85C6C0 on white background.



Black color preview on #85C6C0 background

This text has black color on #85C6C0 background.


White color preview on #85C6C0 background

This text has white color on #85C6C0 background.