COLOR #85FAB7

HEX: #85FAB7
RGB: (133,250,183)

Color info

#85FAB7 contains mainly green color. Web safe color of #85FAB7 is #99FFCC (or #9FC).

RGB color model

#85FAB7 color RGB value is (133,250,183).

  • red value is 133;
  • green value is 250;
  • blue value is 183.
RGB:
(133,250,183)
(52%,98%,72%)

RGB channels and saturation

R 133 of 255 = 52%
G 250 of 255 = 98%
B 183 of 255 = 72%

133
250
183

R + G + B ~ 74%. #85FAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 250 + 183 = 566 (100%)
R 133 of 566 ~ 23.5%
G 250 of 566 ~ 44.17%
B 183 of 566 ~ 32.33%

%23.5
%44.17
%32.33

CMYK color model

#85FAB7 color CMYK value is (47,0,27,2).

  • cyan value is 46.80%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 1.96%
CMYK:
(47,0,27,2)
C47M0Y27K2 
(47%,0%,27%,2%)
(0.47/0.00/0.27/0.02)	

CMYK percentages

%46.8
%0
%26.8
%1.96

Codes

Color #85FAB7 in popluar color models

85FAB7
RGB133250183
HSL146°92.13%75.10%
HSB/HSV146°46.80%98.04%
CMYK46.80%0.00%26.80%
1.96%

Color #85FAB7 in popluar number systems.

HEX85FAB7
Decimal133250183
Binary100001011111101010110111
Octal205372267

Shades and tints

Shades of #85FAB7

#85FAB7
(133,250,183)
#79E4A7
(121,228,167)
#6DCE97
(109,206,151)
#61B887
(97,184,135)
#55A277
(85,162,119)
#498C67
(73,140,103)
#3D7657
(61,118,87)
#316047
(49,96,71)
#254A37
(37,74,55)
#193427
(25,52,39)
#0D1E17
(13,30,23)
#000000
(0,0,0)

Tints of #85FAB7

#85FAB7
(133,250,183)
#90FABD
(144,250,189)
#9BFAC3
(155,250,195)
#A6FAC9
(166,250,201)
#B1FACF
(177,250,207)
#BCFAD5
(188,250,213)
#C7FADB
(199,250,219)
#D2FAE1
(210,250,225)
#DDFAE7
(221,250,231)
#E8FAED
(232,250,237)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85FAB7 color. Also use rgb(133,250,183) instead hex code.

Text Font Color

.myTextColor { color: #85FAB7; }

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

This text font color is #85FAB7.


Background Color

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

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

This div background color is #85FAB7.


Border color

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

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

This div border color is #85FAB7.


Opacity

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

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

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

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

This text has shadow with #85FAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85FAB7 on black background.


Color preview on white background

This text has color #85FAB7 on white background.



Black color preview on #85FAB7 background

This text has black color on #85FAB7 background.


White color preview on #85FAB7 background

This text has white color on #85FAB7 background.