COLOR #85C4A6

HEX: #85C4A6
RGB: (133,196,166)

Color info

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

RGB color model

#85C4A6 color RGB value is (133,196,166).

  • red value is 133;
  • green value is 196;
  • blue value is 166.
RGB:
(133,196,166)
(52%,77%,65%)

RGB channels and saturation

R 133 of 255 = 52%
G 196 of 255 = 77%
B 166 of 255 = 65%

133
196
166

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

Portions of RGB colors in percentages

R + G + B =
133 + 196 + 166 = 495 (100%)
R 133 of 495 ~ 26.87%
G 196 of 495 ~ 39.6%
B 166 of 495 ~ 33.54%

%26.87
%39.6
%33.54

CMYK color model

#85C4A6 color CMYK value is (32,0,15,23).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 23.14%
CMYK:
(32,0,15,23)
C32M0Y15K23 
(32%,0%,15%,23%)
(0.32/0.00/0.15/0.23)	

CMYK percentages

%32.14
%0
%15.31
%23.14

Codes

Color #85C4A6 in popluar color models

85C4A6
RGB133196166
HSL151°34.81%64.51%
HSB/HSV151°32.14%76.86%
CMYK32.14%0.00%15.31%
23.14%

Color #85C4A6 in popluar number systems.

HEX85C4A6
Decimal133196166
Binary100001011100010010100110
Octal205304246

Shades and tints

Shades of #85C4A6

#85C4A6
(133,196,166)
#79B397
(121,179,151)
#6DA288
(109,162,136)
#619179
(97,145,121)
#55806A
(85,128,106)
#496F5B
(73,111,91)
#3D5E4C
(61,94,76)
#314D3D
(49,77,61)
#253C2E
(37,60,46)
#192B1F
(25,43,31)
#0D1A10
(13,26,16)
#000000
(0,0,0)

Tints of #85C4A6

#85C4A6
(133,196,166)
#90C9AE
(144,201,174)
#9BCEB6
(155,206,182)
#A6D3BE
(166,211,190)
#B1D8C6
(177,216,198)
#BCDDCE
(188,221,206)
#C7E2D6
(199,226,214)
#D2E7DE
(210,231,222)
#DDECE6
(221,236,230)
#E8F1EE
(232,241,238)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C4A6 color. Also use rgb(133,196,166) instead hex code.

Text Font Color

.myTextColor { color: #85C4A6; }

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

This text font color is #85C4A6.


Background Color

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

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

This div background color is #85C4A6.


Border color

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

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

This div border color is #85C4A6.


Opacity

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

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

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

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

This text has shadow with #85C4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C4A6 on black background.


Color preview on white background

This text has color #85C4A6 on white background.



Black color preview on #85C4A6 background

This text has black color on #85C4A6 background.


White color preview on #85C4A6 background

This text has white color on #85C4A6 background.