COLOR #85DEAC

HEX: #85DEAC
RGB: (133,222,172)

Color info

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

RGB color model

#85DEAC color RGB value is (133,222,172).

  • red value is 133;
  • green value is 222;
  • blue value is 172.
RGB:
(133,222,172)
(52%,87%,67%)

RGB channels and saturation

R 133 of 255 = 52%
G 222 of 255 = 87%
B 172 of 255 = 67%

133
222
172

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

Portions of RGB colors in percentages

R + G + B =
133 + 222 + 172 = 527 (100%)
R 133 of 527 ~ 25.24%
G 222 of 527 ~ 42.13%
B 172 of 527 ~ 32.64%

%25.24
%42.13
%32.64

CMYK color model

#85DEAC color CMYK value is (40,0,23,13).

  • cyan value is 40.09%
  • magenta value is 0.00%
  • yellow value is 22.52%
  • key color value is 12.94%
CMYK:
(40,0,23,13)
C40M0Y23K13 
(40%,0%,23%,13%)
(0.40/0.00/0.23/0.13)	

CMYK percentages

%40.09
%0
%22.52
%12.94

Codes

Color #85DEAC in popluar color models

85DEAC
RGB133222172
HSL146°57.42%69.61%
HSB/HSV146°40.09%87.06%
CMYK40.09%0.00%22.52%
12.94%

Color #85DEAC in popluar number systems.

HEX85DEAC
Decimal133222172
Binary100001011101111010101100
Octal205336254

Shades and tints

Shades of #85DEAC

#85DEAC
(133,222,172)
#79CA9D
(121,202,157)
#6DB68E
(109,182,142)
#61A27F
(97,162,127)
#558E70
(85,142,112)
#497A61
(73,122,97)
#3D6652
(61,102,82)
#315243
(49,82,67)
#253E34
(37,62,52)
#192A25
(25,42,37)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #85DEAC

#85DEAC
(133,222,172)
#90E1B3
(144,225,179)
#9BE4BA
(155,228,186)
#A6E7C1
(166,231,193)
#B1EAC8
(177,234,200)
#BCEDCF
(188,237,207)
#C7F0D6
(199,240,214)
#D2F3DD
(210,243,221)
#DDF6E4
(221,246,228)
#E8F9EB
(232,249,235)
#F3FCF2
(243,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DEAC color. Also use rgb(133,222,172) instead hex code.

Text Font Color

.myTextColor { color: #85DEAC; }

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

This text font color is #85DEAC.


Background Color

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

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

This div background color is #85DEAC.


Border color

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

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

This div border color is #85DEAC.


Opacity

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

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

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

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

This text has shadow with #85DEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DEAC on black background.


Color preview on white background

This text has color #85DEAC on white background.



Black color preview on #85DEAC background

This text has black color on #85DEAC background.


White color preview on #85DEAC background

This text has white color on #85DEAC background.