COLOR #85C798

HEX: #85C798
RGB: (133,199,152)

Color info

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

RGB color model

#85C798 color RGB value is (133,199,152).

  • red value is 133;
  • green value is 199;
  • blue value is 152.
RGB:
(133,199,152)
(52%,78%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 199 of 255 = 78%
B 152 of 255 = 60%

133
199
152

R + G + B ~ 63%. #85C798 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 199 + 152 = 484 (100%)
R 133 of 484 ~ 27.48%
G 199 of 484 ~ 41.12%
B 152 of 484 ~ 31.4%

%27.48
%41.12
%31.4

CMYK color model

#85C798 color CMYK value is (33,0,24,22).

  • cyan value is 33.17%
  • magenta value is 0.00%
  • yellow value is 23.62%
  • key color value is 21.96%
CMYK:
(33,0,24,22)
C33M0Y24K22 
(33%,0%,24%,22%)
(0.33/0.00/0.24/0.22)	

CMYK percentages

%33.17
%0
%23.62
%21.96

Codes

Color #85C798 in popluar color models

85C798
RGB133199152
HSL137°37.08%65.10%
HSB/HSV137°33.17%78.04%
CMYK33.17%0.00%23.62%
21.96%

Color #85C798 in popluar number systems.

HEX85C798
Decimal133199152
Binary100001011100011110011000
Octal205307230

Shades and tints

Shades of #85C798

#85C798
(133,199,152)
#79B58B
(121,181,139)
#6DA37E
(109,163,126)
#619171
(97,145,113)
#557F64
(85,127,100)
#496D57
(73,109,87)
#3D5B4A
(61,91,74)
#31493D
(49,73,61)
#253730
(37,55,48)
#192523
(25,37,35)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #85C798

#85C798
(133,199,152)
#90CCA1
(144,204,161)
#9BD1AA
(155,209,170)
#A6D6B3
(166,214,179)
#B1DBBC
(177,219,188)
#BCE0C5
(188,224,197)
#C7E5CE
(199,229,206)
#D2EAD7
(210,234,215)
#DDEFE0
(221,239,224)
#E8F4E9
(232,244,233)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C798 color. Also use rgb(133,199,152) instead hex code.

Text Font Color

.myTextColor { color: #85C798; }

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

This text font color is #85C798.


Background Color

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

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

This div background color is #85C798.


Border color

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

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

This div border color is #85C798.


Opacity

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

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

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

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

This text has shadow with #85C798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C798 on black background.


Color preview on white background

This text has color #85C798 on white background.



Black color preview on #85C798 background

This text has black color on #85C798 background.


White color preview on #85C798 background

This text has white color on #85C798 background.