COLOR #85B97A

HEX: #85B97A
RGB: (133,185,122)

Color info

#85B97A contains mainly red and green colors. Web safe color of #85B97A is #99CC66 (or #9C6).

RGB color model

#85B97A color RGB value is (133,185,122).

  • red value is 133;
  • green value is 185;
  • blue value is 122.
RGB:
(133,185,122)
(52%,73%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 185 of 255 = 73%
B 122 of 255 = 48%

133
185
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 185 + 122 = 440 (100%)
R 133 of 440 ~ 30.23%
G 185 of 440 ~ 42.05%
B 122 of 440 ~ 27.73%

%30.23
%42.05
%27.73

CMYK color model

#85B97A color CMYK value is (28,0,34,27).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 34.05%
  • key color value is 27.45%
CMYK:
(28,0,34,27)
C28M0Y34K27 
(28%,0%,34%,27%)
(0.28/0.00/0.34/0.27)	

CMYK percentages

%28.11
%0
%34.05
%27.45

Codes

Color #85B97A in popluar color models

85B97A
RGB133185122
HSL110°31.03%60.20%
HSB/HSV110°34.05%72.55%
CMYK28.11%0.00%34.05%
27.45%

Color #85B97A in popluar number systems.

HEX85B97A
Decimal133185122
Binary10000101101110011111010
Octal205271172

Shades and tints

Shades of #85B97A

#85B97A
(133,185,122)
#79A96F
(121,169,111)
#6D9964
(109,153,100)
#618959
(97,137,89)
#55794E
(85,121,78)
#496943
(73,105,67)
#3D5938
(61,89,56)
#31492D
(49,73,45)
#253922
(37,57,34)
#192917
(25,41,23)
#0D190C
(13,25,12)
#000000
(0,0,0)

Tints of #85B97A

#85B97A
(133,185,122)
#90BF86
(144,191,134)
#9BC592
(155,197,146)
#A6CB9E
(166,203,158)
#B1D1AA
(177,209,170)
#BCD7B6
(188,215,182)
#C7DDC2
(199,221,194)
#D2E3CE
(210,227,206)
#DDE9DA
(221,233,218)
#E8EFE6
(232,239,230)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B97A color. Also use rgb(133,185,122) instead hex code.

Text Font Color

.myTextColor { color: #85B97A; }

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

This text font color is #85B97A.


Background Color

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

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

This div background color is #85B97A.


Border color

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

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

This div border color is #85B97A.


Opacity

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

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

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

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

This text has shadow with #85B97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B97A on black background.


Color preview on white background

This text has color #85B97A on white background.



Black color preview on #85B97A background

This text has black color on #85B97A background.


White color preview on #85B97A background

This text has white color on #85B97A background.