COLOR #85D3CA

HEX: #85D3CA
RGB: (133,211,202)

Color info

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

RGB color model

#85D3CA color RGB value is (133,211,202).

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

RGB channels and saturation

R 133 of 255 = 52%
G 211 of 255 = 83%
B 202 of 255 = 79%

133
211
202

R + G + B ~ 71%. #85D3CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 211 + 202 = 546 (100%)
R 133 of 546 ~ 24.36%
G 211 of 546 ~ 38.64%
B 202 of 546 ~ 37%

%24.36
%38.64
%37

CMYK color model

#85D3CA color CMYK value is (37,0,4,17).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 17.25%
CMYK:
(37,0,4,17)
C37M0Y4K17 
(37%,0%,4%,17%)
(0.37/0.00/0.04/0.17)	

CMYK percentages

%36.97
%0
%4.27
%17.25

Codes

Color #85D3CA in popluar color models

85D3CA
RGB133211202
HSL173°46.99%67.45%
HSB/HSV173°36.97%82.75%
CMYK36.97%0.00%4.27%
17.25%

Color #85D3CA in popluar number systems.

HEX85D3CA
Decimal133211202
Binary100001011101001111001010
Octal205323312

Shades and tints

Shades of #85D3CA

#85D3CA
(133,211,202)
#79C0B8
(121,192,184)
#6DADA6
(109,173,166)
#619A94
(97,154,148)
#558782
(85,135,130)
#497470
(73,116,112)
#3D615E
(61,97,94)
#314E4C
(49,78,76)
#253B3A
(37,59,58)
#192828
(25,40,40)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #85D3CA

#85D3CA
(133,211,202)
#90D7CE
(144,215,206)
#9BDBD2
(155,219,210)
#A6DFD6
(166,223,214)
#B1E3DA
(177,227,218)
#BCE7DE
(188,231,222)
#C7EBE2
(199,235,226)
#D2EFE6
(210,239,230)
#DDF3EA
(221,243,234)
#E8F7EE
(232,247,238)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D3CA; }

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

This text font color is #85D3CA.


Background Color

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

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

This div background color is #85D3CA.


Border color

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

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

This div border color is #85D3CA.


Opacity

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

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

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

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

This text has shadow with #85D3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D3CA on black background.


Color preview on white background

This text has color #85D3CA on white background.



Black color preview on #85D3CA background

This text has black color on #85D3CA background.


White color preview on #85D3CA background

This text has white color on #85D3CA background.