COLOR #85D8B4

HEX: #85D8B4
RGB: (133,216,180)

Color info

#85D8B4 contains mainly green and blue colors. Web safe color of #85D8B4 is #99CCCC (or #9CC).

RGB color model

#85D8B4 color RGB value is (133,216,180).

  • red value is 133;
  • green value is 216;
  • blue value is 180.
RGB:
(133,216,180)
(52%,85%,71%)

RGB channels and saturation

R 133 of 255 = 52%
G 216 of 255 = 85%
B 180 of 255 = 71%

133
216
180

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

Portions of RGB colors in percentages

R + G + B =
133 + 216 + 180 = 529 (100%)
R 133 of 529 ~ 25.14%
G 216 of 529 ~ 40.83%
B 180 of 529 ~ 34.03%

%25.14
%40.83
%34.03

CMYK color model

#85D8B4 color CMYK value is (38,0,17,15).

  • cyan value is 38.43%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 15.29%
CMYK:
(38,0,17,15)
C38M0Y17K15 
(38%,0%,17%,15%)
(0.38/0.00/0.17/0.15)	

CMYK percentages

%38.43
%0
%16.67
%15.29

Codes

Color #85D8B4 in popluar color models

85D8B4
RGB133216180
HSL154°51.55%68.43%
HSB/HSV154°38.43%84.71%
CMYK38.43%0.00%16.67%
15.29%

Color #85D8B4 in popluar number systems.

HEX85D8B4
Decimal133216180
Binary100001011101100010110100
Octal205330264

Shades and tints

Shades of #85D8B4

#85D8B4
(133,216,180)
#79C5A4
(121,197,164)
#6DB294
(109,178,148)
#619F84
(97,159,132)
#558C74
(85,140,116)
#497964
(73,121,100)
#3D6654
(61,102,84)
#315344
(49,83,68)
#254034
(37,64,52)
#192D24
(25,45,36)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #85D8B4

#85D8B4
(133,216,180)
#90DBBA
(144,219,186)
#9BDEC0
(155,222,192)
#A6E1C6
(166,225,198)
#B1E4CC
(177,228,204)
#BCE7D2
(188,231,210)
#C7EAD8
(199,234,216)
#D2EDDE
(210,237,222)
#DDF0E4
(221,240,228)
#E8F3EA
(232,243,234)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D8B4 color. Also use rgb(133,216,180) instead hex code.

Text Font Color

.myTextColor { color: #85D8B4; }

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

This text font color is #85D8B4.


Background Color

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

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

This div background color is #85D8B4.


Border color

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

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

This div border color is #85D8B4.


Opacity

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

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

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

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

This text has shadow with #85D8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D8B4 on black background.


Color preview on white background

This text has color #85D8B4 on white background.



Black color preview on #85D8B4 background

This text has black color on #85D8B4 background.


White color preview on #85D8B4 background

This text has white color on #85D8B4 background.