COLOR #85D3A9

HEX: #85D3A9 RGB: (133,211,169)

Color info

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

RGB color model

#85D3A9 color RGB value is (133,211,169).

RGB: (133,211,169) (52%, 83%, 66%)

RGB channels and saturation

R 133 of 255 = 52%
G 211 of 255 = 83%
B 169 of 255 = 66%

133
211
169

R + G + B ~ 67%. #85D3A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 211 + 169 = 513 (100%)
R 133 of 513 ~ 25.93%
G 211 of 513 ~ 41.13%
B 169 of 513 ~ 32.94'%

%25.93
%41.13
%32.94

CMYK color model

#85D3A9 color CMYK value is (37,0,20,17).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 17.25%

CMYK: (37,0,20,17)
C37M0Y20K17 (37%, 0%, 20%, 17%)
(0.37 / 0.00 / 0.20 / 0.17)

CMYK percentages

%36.97
%0
%19.91
%17.25

Codes

Color #85D3A9 in popluar color models

85 D3 A9
RGB 133 211 169
HSL 148° 46.99% 67.45%
HSB/HSV 148° 36.97% 82.75%
CMYK 36.97% 0.00% 19.91%
17.25%

Color #85D3A9 in popluar number systems.

HEX 85 D3 A9
Decimal 133 211 169
Binary 10000101 11010011 10101001
Octal 205 323 251

Shades and tints

Shades of #85D3A9

#85D3A9
(133,211,169)
#79C09A
(121,192,154)
#6DAD8B
(109,173,139)
#619A7C
(97,154,124)
#55876D
(85,135,109)
#49745E
(73,116,94)
#3D614F
(61,97,79)
#314E40
(49,78,64)
#253B31
(37,59,49)
#192822
(25,40,34)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #85D3A9

#85D3A9
(133,211,169)
#90D7B0
(144,215,176)
#9BDBB7
(155,219,183)
#A6DFBE
(166,223,190)
#B1E3C5
(177,227,197)
#BCE7CC
(188,231,204)
#C7EBD3
(199,235,211)
#D2EFDA
(210,239,218)
#DDF3E1
(221,243,225)
#E8F7E8
(232,247,232)
#F3FBEF
(243,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D3A9 color. Also use rgb(133,211,169) instead hex code.

Text Font Color

.myTextColor { color: #85D3A9; }

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

This text font color is #85D3A9.

Background Color

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

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

This div background color is #85D3A9.

Border color

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

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

This div border color is #85D3A9.

Opacity

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

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

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

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

This text has shadow with #85D3A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D3A9.

Preview

Color preview on black background

This text has color #85D3A9 on black background.


Color preview on white background

This text has color #85D3A9 on white background.


Black color preview on #85D3A9 background

This text has black color on #85D3A9 background.


White color preview on #85D3A9 background

This text has white color on #85D3A9 background.


Related colors

Complementary color

Complementary color for #hex is #7A2C56.


I love getcolorcode.com

Triadic colors

1 #A985D3 and #D3A985 with #85D3A9 are triadic colors.

2 #A9D385 and #D385A9 with #85D3A9 are triadic colors.