COLOR #85EAA1

HEX: #85EAA1
RGB: (133,234,161)

Color info

#85EAA1 contains mainly green color. Web safe color of #85EAA1 is #99FF99 (or #9F9).

RGB color model

#85EAA1 color RGB value is (133,234,161).

  • red value is 133;
  • green value is 234;
  • blue value is 161.
RGB:
(133,234,161)
(52%,92%,63%)

RGB channels and saturation

R 133 of 255 = 52%
G 234 of 255 = 92%
B 161 of 255 = 63%

133
234
161

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

Portions of RGB colors in percentages

R + G + B =
133 + 234 + 161 = 528 (100%)
R 133 of 528 ~ 25.19%
G 234 of 528 ~ 44.32%
B 161 of 528 ~ 30.49%

%25.19
%44.32
%30.49

CMYK color model

#85EAA1 color CMYK value is (43,0,31,8).

  • cyan value is 43.16%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 8.24%
CMYK:
(43,0,31,8)
C43M0Y31K8 
(43%,0%,31%,8%)
(0.43/0.00/0.31/0.08)	

CMYK percentages

%43.16
%0
%31.2
%8.24

Codes

Color #85EAA1 in popluar color models

85EAA1
RGB133234161
HSL137°70.63%71.96%
HSB/HSV137°43.16%91.76%
CMYK43.16%0.00%31.20%
8.24%

Color #85EAA1 in popluar number systems.

HEX85EAA1
Decimal133234161
Binary100001011110101010100001
Octal205352241

Shades and tints

Shades of #85EAA1

#85EAA1
(133,234,161)
#79D593
(121,213,147)
#6DC085
(109,192,133)
#61AB77
(97,171,119)
#559669
(85,150,105)
#49815B
(73,129,91)
#3D6C4D
(61,108,77)
#31573F
(49,87,63)
#254231
(37,66,49)
#192D23
(25,45,35)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #85EAA1

#85EAA1
(133,234,161)
#90EBA9
(144,235,169)
#9BECB1
(155,236,177)
#A6EDB9
(166,237,185)
#B1EEC1
(177,238,193)
#BCEFC9
(188,239,201)
#C7F0D1
(199,240,209)
#D2F1D9
(210,241,217)
#DDF2E1
(221,242,225)
#E8F3E9
(232,243,233)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85EAA1 color. Also use rgb(133,234,161) instead hex code.

Text Font Color

.myTextColor { color: #85EAA1; }

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

This text font color is #85EAA1.


Background Color

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

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

This div background color is #85EAA1.


Border color

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

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

This div border color is #85EAA1.


Opacity

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

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

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

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

This text has shadow with #85EAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85EAA1 on black background.


Color preview on white background

This text has color #85EAA1 on white background.



Black color preview on #85EAA1 background

This text has black color on #85EAA1 background.


White color preview on #85EAA1 background

This text has white color on #85EAA1 background.