COLOR #85D3C0

HEX: #85D3C0
RGB: (133,211,192)

Color info

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

RGB color model

#85D3C0 color RGB value is (133,211,192).

  • red value is 133;
  • green value is 211;
  • blue value is 192.
RGB:
(133,211,192)
(52%,83%,75%)

RGB channels and saturation

R 133 of 255 = 52%
G 211 of 255 = 83%
B 192 of 255 = 75%

133
211
192

R + G + B ~ 70%. #85D3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 211 + 192 = 536 (100%)
R 133 of 536 ~ 24.81%
G 211 of 536 ~ 39.37%
B 192 of 536 ~ 35.82%

%24.81
%39.37
%35.82

CMYK color model

#85D3C0 color CMYK value is (37,0,9,17).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 9.00%
  • key color value is 17.25%
CMYK:
(37,0,9,17)
C37M0Y9K17 
(37%,0%,9%,17%)
(0.37/0.00/0.09/0.17)	

CMYK percentages

%36.97
%0
%9
%17.25

Codes

Color #85D3C0 in popluar color models

85D3C0
RGB133211192
HSL165°46.99%67.45%
HSB/HSV165°36.97%82.75%
CMYK36.97%0.00%9.00%
17.25%

Color #85D3C0 in popluar number systems.

HEX85D3C0
Decimal133211192
Binary100001011101001111000000
Octal205323300

Shades and tints

Shades of #85D3C0

#85D3C0
(133,211,192)
#79C0AF
(121,192,175)
#6DAD9E
(109,173,158)
#619A8D
(97,154,141)
#55877C
(85,135,124)
#49746B
(73,116,107)
#3D615A
(61,97,90)
#314E49
(49,78,73)
#253B38
(37,59,56)
#192827
(25,40,39)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #85D3C0

#85D3C0
(133,211,192)
#90D7C5
(144,215,197)
#9BDBCA
(155,219,202)
#A6DFCF
(166,223,207)
#B1E3D4
(177,227,212)
#BCE7D9
(188,231,217)
#C7EBDE
(199,235,222)
#D2EFE3
(210,239,227)
#DDF3E8
(221,243,232)
#E8F7ED
(232,247,237)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D3C0 color. Also use rgb(133,211,192) instead hex code.

Text Font Color

.myTextColor { color: #85D3C0; }

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

This text font color is #85D3C0.


Background Color

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

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

This div background color is #85D3C0.


Border color

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

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

This div border color is #85D3C0.


Opacity

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

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

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

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

This text has shadow with #85D3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D3C0 on black background.


Color preview on white background

This text has color #85D3C0 on white background.



Black color preview on #85D3C0 background

This text has black color on #85D3C0 background.


White color preview on #85D3C0 background

This text has white color on #85D3C0 background.