COLOR #85C8B7

HEX: #85C8B7
RGB: (133,200,183)

Color info

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

RGB color model

#85C8B7 color RGB value is (133,200,183).

  • red value is 133;
  • green value is 200;
  • blue value is 183.
RGB:
(133,200,183)
(52%,78%,72%)

RGB channels and saturation

R 133 of 255 = 52%
G 200 of 255 = 78%
B 183 of 255 = 72%

133
200
183

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

Portions of RGB colors in percentages

R + G + B =
133 + 200 + 183 = 516 (100%)
R 133 of 516 ~ 25.78%
G 200 of 516 ~ 38.76%
B 183 of 516 ~ 35.47%

%25.78
%38.76
%35.47

CMYK color model

#85C8B7 color CMYK value is (34,0,9,22).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 21.57%
CMYK:
(34,0,9,22)
C34M0Y9K22 
(34%,0%,9%,22%)
(0.34/0.00/0.09/0.22)	

CMYK percentages

%33.5
%0
%8.5
%21.57

Codes

Color #85C8B7 in popluar color models

85C8B7
RGB133200183
HSL165°37.85%65.29%
HSB/HSV165°33.50%78.43%
CMYK33.50%0.00%8.50%
21.57%

Color #85C8B7 in popluar number systems.

HEX85C8B7
Decimal133200183
Binary100001011100100010110111
Octal205310267

Shades and tints

Shades of #85C8B7

#85C8B7
(133,200,183)
#79B6A7
(121,182,167)
#6DA497
(109,164,151)
#619287
(97,146,135)
#558077
(85,128,119)
#496E67
(73,110,103)
#3D5C57
(61,92,87)
#314A47
(49,74,71)
#253837
(37,56,55)
#192627
(25,38,39)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #85C8B7

#85C8B7
(133,200,183)
#90CDBD
(144,205,189)
#9BD2C3
(155,210,195)
#A6D7C9
(166,215,201)
#B1DCCF
(177,220,207)
#BCE1D5
(188,225,213)
#C7E6DB
(199,230,219)
#D2EBE1
(210,235,225)
#DDF0E7
(221,240,231)
#E8F5ED
(232,245,237)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C8B7 color. Also use rgb(133,200,183) instead hex code.

Text Font Color

.myTextColor { color: #85C8B7; }

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

This text font color is #85C8B7.


Background Color

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

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

This div background color is #85C8B7.


Border color

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

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

This div border color is #85C8B7.


Opacity

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

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

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

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

This text has shadow with #85C8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C8B7 on black background.


Color preview on white background

This text has color #85C8B7 on white background.



Black color preview on #85C8B7 background

This text has black color on #85C8B7 background.


White color preview on #85C8B7 background

This text has white color on #85C8B7 background.