COLOR #85CA9B

HEX: #85CA9B
RGB: (133,202,155)

Color info

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

RGB color model

#85CA9B color RGB value is (133,202,155).

  • red value is 133;
  • green value is 202;
  • blue value is 155.
RGB:
(133,202,155)
(52%,79%,61%)

RGB channels and saturation

R 133 of 255 = 52%
G 202 of 255 = 79%
B 155 of 255 = 61%

133
202
155

R + G + B ~ 64%. #85CA9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 202 + 155 = 490 (100%)
R 133 of 490 ~ 27.14%
G 202 of 490 ~ 41.22%
B 155 of 490 ~ 31.63%

%27.14
%41.22
%31.63

CMYK color model

#85CA9B color CMYK value is (34,0,23,21).

  • cyan value is 34.16%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 20.78%
CMYK:
(34,0,23,21)
C34M0Y23K21 
(34%,0%,23%,21%)
(0.34/0.00/0.23/0.21)	

CMYK percentages

%34.16
%0
%23.27
%20.78

Codes

Color #85CA9B in popluar color models

85CA9B
RGB133202155
HSL139°39.43%65.69%
HSB/HSV139°34.16%79.22%
CMYK34.16%0.00%23.27%
20.78%

Color #85CA9B in popluar number systems.

HEX85CA9B
Decimal133202155
Binary100001011100101010011011
Octal205312233

Shades and tints

Shades of #85CA9B

#85CA9B
(133,202,155)
#79B88D
(121,184,141)
#6DA67F
(109,166,127)
#619471
(97,148,113)
#558263
(85,130,99)
#497055
(73,112,85)
#3D5E47
(61,94,71)
#314C39
(49,76,57)
#253A2B
(37,58,43)
#19281D
(25,40,29)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #85CA9B

#85CA9B
(133,202,155)
#90CEA4
(144,206,164)
#9BD2AD
(155,210,173)
#A6D6B6
(166,214,182)
#B1DABF
(177,218,191)
#BCDEC8
(188,222,200)
#C7E2D1
(199,226,209)
#D2E6DA
(210,230,218)
#DDEAE3
(221,234,227)
#E8EEEC
(232,238,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CA9B color. Also use rgb(133,202,155) instead hex code.

Text Font Color

.myTextColor { color: #85CA9B; }

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

This text font color is #85CA9B.


Background Color

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

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

This div background color is #85CA9B.


Border color

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

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

This div border color is #85CA9B.


Opacity

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

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

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

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

This text has shadow with #85CA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85CA9B on black background.


Color preview on white background

This text has color #85CA9B on white background.



Black color preview on #85CA9B background

This text has black color on #85CA9B background.


White color preview on #85CA9B background

This text has white color on #85CA9B background.