COLOR #85D7C2

HEX: #85D7C2 RGB: (133,215,194)

Color info

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

RGB color model

#85D7C2 color RGB value is (133,215,194).

RGB: (133,215,194) (52%, 84%, 76%)

RGB channels and saturation

R 133 of 255 = 52%
G 215 of 255 = 84%
B 194 of 255 = 76%

133
215
194

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

Portions of RGB colors in percentages

R + G + B = 133 + 215 + 194 = 542 (100%)
R 133 of 542 ~ 24.54%
G 215 of 542 ~ 39.67%
B 194 of 542 ~ 35.79'%

%24.54
%39.67
%35.79

CMYK color model

#85D7C2 color CMYK value is (38,0,10,16).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 9.77%
  • key color value is 15.69%

CMYK: (38,0,10,16)
C38M0Y10K16 (38%, 0%, 10%, 16%)
(0.38 / 0.00 / 0.10 / 0.16)

CMYK percentages

%38.14
%0
%9.77
%15.69

Codes

Color #85D7C2 in popluar color models

85 D7 C2
RGB 133 215 194
HSL 165° 50.62% 68.24%
HSB/HSV 165° 38.14% 84.31%
CMYK 38.14% 0.00% 9.77%
15.69%

Color #85D7C2 in popluar number systems.

HEX 85 D7 C2
Decimal 133 215 194
Binary 10000101 11010111 11000010
Octal 205 327 302

Shades and tints

Shades of #85D7C2

#85D7C2
(133,215,194)
#79C4B1
(121,196,177)
#6DB1A0
(109,177,160)
#619E8F
(97,158,143)
#558B7E
(85,139,126)
#49786D
(73,120,109)
#3D655C
(61,101,92)
#31524B
(49,82,75)
#253F3A
(37,63,58)
#192C29
(25,44,41)
#0D1918
(13,25,24)
#000000
(0,0,0)

Tints of #85D7C2

#85D7C2
(133,215,194)
#90DAC7
(144,218,199)
#9BDDCC
(155,221,204)
#A6E0D1
(166,224,209)
#B1E3D6
(177,227,214)
#BCE6DB
(188,230,219)
#C7E9E0
(199,233,224)
#D2ECE5
(210,236,229)
#DDEFEA
(221,239,234)
#E8F2EF
(232,242,239)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D7C2 color. Also use rgb(133,215,194) instead hex code.

Text Font Color

.myTextColor { color: #85D7C2; }

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

This text font color is #85D7C2.

Background Color

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

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

This div background color is #85D7C2.

Border color

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

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

This div border color is #85D7C2.

Opacity

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

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

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

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

This text has shadow with #85D7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D7C2.

Preview

Color preview on black background

This text has color #85D7C2 on black background.


Color preview on white background

This text has color #85D7C2 on white background.


Black color preview on #85D7C2 background

This text has black color on #85D7C2 background.


White color preview on #85D7C2 background

This text has white color on #85D7C2 background.


Related colors

Complementary color

Complementary color for #hex is #7A283D.


I love getcolorcode.com

Triadic colors

1 #C285D7 and #D7C285 with #85D7C2 are triadic colors.

2 #C2D785 and #D785C2 with #85D7C2 are triadic colors.