COLOR #85C8A9

HEX: #85C8A9
RGB: (133,200,169)

Color info

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

RGB color model

#85C8A9 color RGB value is (133,200,169).

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

RGB channels and saturation

R 133 of 255 = 52%
G 200 of 255 = 78%
B 169 of 255 = 66%

133
200
169

R + G + B ~ 65%. #85C8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 200 + 169 = 502 (100%)
R 133 of 502 ~ 26.49%
G 200 of 502 ~ 39.84%
B 169 of 502 ~ 33.67%

%26.49
%39.84
%33.67

CMYK color model

#85C8A9 color CMYK value is (34,0,16,22).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 15.50%
  • key color value is 21.57%
CMYK:
(34,0,16,22)
C34M0Y16K22 
(34%,0%,16%,22%)
(0.34/0.00/0.16/0.22)	

CMYK percentages

%33.5
%0
%15.5
%21.57

Codes

Color #85C8A9 in popluar color models

85C8A9
RGB133200169
HSL152°37.85%65.29%
HSB/HSV152°33.50%78.43%
CMYK33.50%0.00%15.50%
21.57%

Color #85C8A9 in popluar number systems.

HEX85C8A9
Decimal133200169
Binary100001011100100010101001
Octal205310251

Shades and tints

Shades of #85C8A9

#85C8A9
(133,200,169)
#79B69A
(121,182,154)
#6DA48B
(109,164,139)
#61927C
(97,146,124)
#55806D
(85,128,109)
#496E5E
(73,110,94)
#3D5C4F
(61,92,79)
#314A40
(49,74,64)
#253831
(37,56,49)
#192622
(25,38,34)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #85C8A9

#85C8A9
(133,200,169)
#90CDB0
(144,205,176)
#9BD2B7
(155,210,183)
#A6D7BE
(166,215,190)
#B1DCC5
(177,220,197)
#BCE1CC
(188,225,204)
#C7E6D3
(199,230,211)
#D2EBDA
(210,235,218)
#DDF0E1
(221,240,225)
#E8F5E8
(232,245,232)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C8A9; }

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

This text font color is #85C8A9.


Background Color

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

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

This div background color is #85C8A9.


Border color

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

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

This div border color is #85C8A9.


Opacity

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

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

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

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

This text has shadow with #85C8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C8A9 on black background.


Color preview on white background

This text has color #85C8A9 on white background.



Black color preview on #85C8A9 background

This text has black color on #85C8A9 background.


White color preview on #85C8A9 background

This text has white color on #85C8A9 background.