COLOR #85E3AA

HEX: #85E3AA RGB: (133,227,170)

Color info

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

RGB color model

#85E3AA color RGB value is (133,227,170).

RGB: (133,227,170) (52%, 89%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 227 of 255 = 89%
B 170 of 255 = 67%

133
227
170

R + G + B ~ 69%. #85E3AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 227 + 170 = 530 (100%)
R 133 of 530 ~ 25.09%
G 227 of 530 ~ 42.83%
B 170 of 530 ~ 32.08'%

%25.09
%42.83
%32.08

CMYK color model

#85E3AA color CMYK value is (41,0,25,11).

  • cyan value is 41.41%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 10.98%
CMYK: (41,0,25,11) C41M0Y25K11 (41%,0%,25%,11%) (0.41/0.00/0.25/0.11) 

CMYK percentages

%41.41
%0
%25.11
%10.98

Codes

Color #85E3AA in popluar color models

85 E3 AA
RGB 133 227 170
HSL 144° 62.67% 70.59%
HSB/HSV 144° 41.41% 89.02%
CMYK 41.41% 0.00% 25.11%
10.98%

Color #85E3AA in popluar number systems.

HEX 85 E3 AA
Decimal 133 227 170
Binary 10000101 11100011 10101010
Octal 205 343 252

Shades and tints

Shades of #85E3AA

#85E3AA
(133,227,170)
#79CF9B
(121,207,155)
#6DBB8C
(109,187,140)
#61A77D
(97,167,125)
#55936E
(85,147,110)
#497F5F
(73,127,95)
#3D6B50
(61,107,80)
#315741
(49,87,65)
#254332
(37,67,50)
#192F23
(25,47,35)
#0D1B14
(13,27,20)
#000000
(0,0,0)

Tints of #85E3AA

#85E3AA
(133,227,170)
#90E5B1
(144,229,177)
#9BE7B8
(155,231,184)
#A6E9BF
(166,233,191)
#B1EBC6
(177,235,198)
#BCEDCD
(188,237,205)
#C7EFD4
(199,239,212)
#D2F1DB
(210,241,219)
#DDF3E2
(221,243,226)
#E8F5E9
(232,245,233)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E3AA color. Also use rgb(133,227,170) instead hex code.

Text Font Color

.myTextColor { color: #85E3AA; }

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

This text font color is #85E3AA.

Background Color

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

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

This div background color is #85E3AA.

Border color

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

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

This div border color is #85E3AA.

Opacity

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

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

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

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

This text has shadow with #85E3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85E3AA.

Preview

Color preview on black background

This text has color #85E3AA on black background.


Color preview on white background

This text has color #85E3AA on white background.


Black color preview on #85E3AA background

This text has black color on #85E3AA background.


White color preview on #85E3AA background

This text has white color on #85E3AA background.


Related colors

Complementary color

Complementary color for #hex is #7A1C55.


I love getcolorcode.com

Triadic colors

1 #AA85E3 and #E3AA85 with #85E3AA are triadic colors.

2 #AAE385 and #E385AA with #85E3AA are triadic colors.