COLOR #85B690

HEX: #85B690
RGB: (133,182,144)

Color info

#85B690 contains red, green and blue colors in about the same proportion. Web safe color of #85B690 is #99CC99 (or #9C9).

RGB color model

#85B690 color RGB value is (133,182,144).

  • red value is 133;
  • green value is 182;
  • blue value is 144.
RGB:
(133,182,144)
(52%,71%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 182 of 255 = 71%
B 144 of 255 = 56%

133
182
144

R + G + B ~ 60%. #85B690 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 182 + 144 = 459 (100%)
R 133 of 459 ~ 28.98%
G 182 of 459 ~ 39.65%
B 144 of 459 ~ 31.37%

%28.98
%39.65
%31.37

CMYK color model

#85B690 color CMYK value is (27,0,21,29).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 28.63%
CMYK:
(27,0,21,29)
C27M0Y21K29 
(27%,0%,21%,29%)
(0.27/0.00/0.21/0.29)	

CMYK percentages

%26.92
%0
%20.88
%28.63

Codes

Color #85B690 in popluar color models

85B690
RGB133182144
HSL133°25.13%61.76%
HSB/HSV133°26.92%71.37%
CMYK26.92%0.00%20.88%
28.63%

Color #85B690 in popluar number systems.

HEX85B690
Decimal133182144
Binary100001011011011010010000
Octal205266220

Shades and tints

Shades of #85B690

#85B690
(133,182,144)
#79A683
(121,166,131)
#6D9676
(109,150,118)
#618669
(97,134,105)
#55765C
(85,118,92)
#49664F
(73,102,79)
#3D5642
(61,86,66)
#314635
(49,70,53)
#253628
(37,54,40)
#19261B
(25,38,27)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #85B690

#85B690
(133,182,144)
#90BC9A
(144,188,154)
#9BC2A4
(155,194,164)
#A6C8AE
(166,200,174)
#B1CEB8
(177,206,184)
#BCD4C2
(188,212,194)
#C7DACC
(199,218,204)
#D2E0D6
(210,224,214)
#DDE6E0
(221,230,224)
#E8ECEA
(232,236,234)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B690 color. Also use rgb(133,182,144) instead hex code.

Text Font Color

.myTextColor { color: #85B690; }

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

This text font color is #85B690.


Background Color

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

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

This div background color is #85B690.


Border color

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

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

This div border color is #85B690.


Opacity

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

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

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

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

This text has shadow with #85B690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B690 on black background.


Color preview on white background

This text has color #85B690 on white background.



Black color preview on #85B690 background

This text has black color on #85B690 background.


White color preview on #85B690 background

This text has white color on #85B690 background.