COLOR #85C0CF

HEX: #85C0CF RGB: (133,192,207)

Color info

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

RGB color model

#85C0CF color RGB value is (133,192,207).

RGB: (133,192,207) (52%, 75%, 81%)

RGB channels and saturation

R 133 of 255 = 52%
G 192 of 255 = 75%
B 207 of 255 = 81%

133
192
207

R + G + B ~ 69%. #85C0CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 192 + 207 = 532 (100%)
R 133 of 532 ~ 25%
G 192 of 532 ~ 36.09%
B 207 of 532 ~ 38.91'%

%25
%36.09
%38.91

CMYK color model

#85C0CF color CMYK value is (36,7,0,19).

  • cyan value is 35.75%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (36,7,0,19) C36M7Y0K19 (36%,7%,0%,19%) (0.36/0.07/0.00/0.19) 

CMYK percentages

%35.75
%7.25
%0
%18.82

Codes

Color #85C0CF in popluar color models

85 C0 CF
RGB 133 192 207
HSL 192° 43.53% 66.67%
HSB/HSV 192° 35.75% 81.18%
CMYK 35.75% 7.25% 0.00%
18.82%

Color #85C0CF in popluar number systems.

HEX 85 C0 CF
Decimal 133 192 207
Binary 10000101 11000000 11001111
Octal 205 300 317

Shades and tints

Shades of #85C0CF

#85C0CF
(133,192,207)
#79AFBD
(121,175,189)
#6D9EAB
(109,158,171)
#618D99
(97,141,153)
#557C87
(85,124,135)
#496B75
(73,107,117)
#3D5A63
(61,90,99)
#314951
(49,73,81)
#25383F
(37,56,63)
#19272D
(25,39,45)
#0D161B
(13,22,27)
#000000
(0,0,0)

Tints of #85C0CF

#85C0CF
(133,192,207)
#90C5D3
(144,197,211)
#9BCAD7
(155,202,215)
#A6CFDB
(166,207,219)
#B1D4DF
(177,212,223)
#BCD9E3
(188,217,227)
#C7DEE7
(199,222,231)
#D2E3EB
(210,227,235)
#DDE8EF
(221,232,239)
#E8EDF3
(232,237,243)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C0CF; }

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

This text font color is #85C0CF.

Background Color

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

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

This div background color is #85C0CF.

Border color

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

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

This div border color is #85C0CF.

Opacity

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

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

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

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

This text has shadow with #85C0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C0CF.

Preview

Color preview on black background

This text has color #85C0CF on black background.


Color preview on white background

This text has color #85C0CF on white background.


Black color preview on #85C0CF background

This text has black color on #85C0CF background.


White color preview on #85C0CF background

This text has white color on #85C0CF background.


Related colors

Complementary color

Complementary color for #hex is #7A3F30.


I love getcolorcode.com

Triadic colors

1 #CF85C0 and #C0CF85 with #85C0CF are triadic colors.

2 #CFC085 and #C085CF with #85C0CF are triadic colors.