COLOR #85C9C3

HEX: #85C9C3
RGB: (133,201,195)

Color info

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

RGB color model

#85C9C3 color RGB value is (133,201,195).

  • red value is 133;
  • green value is 201;
  • blue value is 195.
RGB:
(133,201,195)
(52%,79%,76%)

RGB channels and saturation

R 133 of 255 = 52%
G 201 of 255 = 79%
B 195 of 255 = 76%

133
201
195

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

Portions of RGB colors in percentages

R + G + B =
133 + 201 + 195 = 529 (100%)
R 133 of 529 ~ 25.14%
G 201 of 529 ~ 38%
B 195 of 529 ~ 36.86%

%25.14
%38
%36.86

CMYK color model

#85C9C3 color CMYK value is (34,0,3,21).

  • cyan value is 33.83%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 21.18%
CMYK:
(34,0,3,21)
C34M0Y3K21 
(34%,0%,3%,21%)
(0.34/0.00/0.03/0.21)	

CMYK percentages

%33.83
%0
%2.99
%21.18

Codes

Color #85C9C3 in popluar color models

85C9C3
RGB133201195
HSL175°38.64%65.49%
HSB/HSV175°33.83%78.82%
CMYK33.83%0.00%2.99%
21.18%

Color #85C9C3 in popluar number systems.

HEX85C9C3
Decimal133201195
Binary100001011100100111000011
Octal205311303

Shades and tints

Shades of #85C9C3

#85C9C3
(133,201,195)
#79B7B2
(121,183,178)
#6DA5A1
(109,165,161)
#619390
(97,147,144)
#55817F
(85,129,127)
#496F6E
(73,111,110)
#3D5D5D
(61,93,93)
#314B4C
(49,75,76)
#25393B
(37,57,59)
#19272A
(25,39,42)
#0D1519
(13,21,25)
#000000
(0,0,0)

Tints of #85C9C3

#85C9C3
(133,201,195)
#90CDC8
(144,205,200)
#9BD1CD
(155,209,205)
#A6D5D2
(166,213,210)
#B1D9D7
(177,217,215)
#BCDDDC
(188,221,220)
#C7E1E1
(199,225,225)
#D2E5E6
(210,229,230)
#DDE9EB
(221,233,235)
#E8EDF0
(232,237,240)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C9C3 color. Also use rgb(133,201,195) instead hex code.

Text Font Color

.myTextColor { color: #85C9C3; }

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

This text font color is #85C9C3.


Background Color

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

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

This div background color is #85C9C3.


Border color

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

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

This div border color is #85C9C3.


Opacity

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

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

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

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

This text has shadow with #85C9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C9C3 on black background.


Color preview on white background

This text has color #85C9C3 on white background.



Black color preview on #85C9C3 background

This text has black color on #85C9C3 background.


White color preview on #85C9C3 background

This text has white color on #85C9C3 background.