COLOR #85D897

HEX: #85D897 RGB: (133,216,151)

Color info

#85D897 contains mainly green color. Web safe color of #85D897 is #99CC99 (or #9C9).

RGB color model

#85D897 color RGB value is (133,216,151).

RGB: (133,216,151) (52%, 85%, 59%)

RGB channels and saturation

R 133 of 255 = 52%
G 216 of 255 = 85%
B 151 of 255 = 59%

133
216
151

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

Portions of RGB colors in percentages

R + G + B = 133 + 216 + 151 = 500 (100%)
R 133 of 500 ~ 26.6%
G 216 of 500 ~ 43.2%
B 151 of 500 ~ 30.2'%

%26.6
%43.2
%30.2

CMYK color model

#85D897 color CMYK value is (38,0,30,15).

  • cyan value is 38.43%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 15.29%

CMYK: (38,0,30,15)
C38M0Y30K15 (38%, 0%, 30%, 15%)
(0.38 / 0.00 / 0.30 / 0.15)

CMYK percentages

%38.43
%0
%30.09
%15.29

Codes

Color #85D897 in popluar color models

85 D8 97
RGB 133 216 151
HSL 133° 51.55% 68.43%
HSB/HSV 133° 38.43% 84.71%
CMYK 38.43% 0.00% 30.09%
15.29%

Color #85D897 in popluar number systems.

HEX 85 D8 97
Decimal 133 216 151
Binary 10000101 11011000 10010111
Octal 205 330 227

Shades and tints

Shades of #85D897

#85D897
(133,216,151)
#79C58A
(121,197,138)
#6DB27D
(109,178,125)
#619F70
(97,159,112)
#558C63
(85,140,99)
#497956
(73,121,86)
#3D6649
(61,102,73)
#31533C
(49,83,60)
#25402F
(37,64,47)
#192D22
(25,45,34)
#0D1A15
(13,26,21)
#000000
(0,0,0)

Tints of #85D897

#85D897
(133,216,151)
#90DBA0
(144,219,160)
#9BDEA9
(155,222,169)
#A6E1B2
(166,225,178)
#B1E4BB
(177,228,187)
#BCE7C4
(188,231,196)
#C7EACD
(199,234,205)
#D2EDD6
(210,237,214)
#DDF0DF
(221,240,223)
#E8F3E8
(232,243,232)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D897 color. Also use rgb(133,216,151) instead hex code.

Text Font Color

.myTextColor { color: #85D897; }

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

This text font color is #85D897.

Background Color

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

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

This div background color is #85D897.

Border color

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

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

This div border color is #85D897.

Opacity

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

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

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

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

This text has shadow with #85D897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D897.

Preview

Color preview on black background

This text has color #85D897 on black background.


Color preview on white background

This text has color #85D897 on white background.


Black color preview on #85D897 background

This text has black color on #85D897 background.


White color preview on #85D897 background

This text has white color on #85D897 background.


Related colors

Complementary color

Complementary color for #hex is #7A2768.


I love getcolorcode.com

Triadic colors

1 #9785D8 and #D89785 with #85D897 are triadic colors.

2 #97D885 and #D88597 with #85D897 are triadic colors.