COLOR #85D6BE

HEX: #85D6BE RGB: (133,214,190)

Color info

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

RGB color model

#85D6BE color RGB value is (133,214,190).

RGB: (133,214,190) (52%, 84%, 75%)

RGB channels and saturation

R 133 of 255 = 52%
G 214 of 255 = 84%
B 190 of 255 = 75%

133
214
190

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

Portions of RGB colors in percentages

R + G + B = 133 + 214 + 190 = 537 (100%)
R 133 of 537 ~ 24.77%
G 214 of 537 ~ 39.85%
B 190 of 537 ~ 35.38'%

%24.77
%39.85
%35.38

CMYK color model

#85D6BE color CMYK value is (38,0,11,16).

  • cyan value is 37.85%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 16.08%
CMYK: (38,0,11,16) C38M0Y11K16 (38%,0%,11%,16%) (0.38/0.00/0.11/0.16) 

CMYK percentages

%37.85
%0
%11.21
%16.08

Codes

Color #85D6BE in popluar color models

85 D6 BE
RGB 133 214 190
HSL 162° 49.69% 68.04%
HSB/HSV 162° 37.85% 83.92%
CMYK 37.85% 0.00% 11.21%
16.08%

Color #85D6BE in popluar number systems.

HEX 85 D6 BE
Decimal 133 214 190
Binary 10000101 11010110 10111110
Octal 205 326 276

Shades and tints

Shades of #85D6BE

#85D6BE
(133,214,190)
#79C3AD
(121,195,173)
#6DB09C
(109,176,156)
#619D8B
(97,157,139)
#558A7A
(85,138,122)
#497769
(73,119,105)
#3D6458
(61,100,88)
#315147
(49,81,71)
#253E36
(37,62,54)
#192B25
(25,43,37)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #85D6BE

#85D6BE
(133,214,190)
#90D9C3
(144,217,195)
#9BDCC8
(155,220,200)
#A6DFCD
(166,223,205)
#B1E2D2
(177,226,210)
#BCE5D7
(188,229,215)
#C7E8DC
(199,232,220)
#D2EBE1
(210,235,225)
#DDEEE6
(221,238,230)
#E8F1EB
(232,241,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D6BE color. Also use rgb(133,214,190) instead hex code.

Text Font Color

.myTextColor { color: #85D6BE; }

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

This text font color is #85D6BE.

Background Color

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

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

This div background color is #85D6BE.

Border color

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

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

This div border color is #85D6BE.

Opacity

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

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

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

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

This text has shadow with #85D6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D6BE.

Preview

Color preview on black background

This text has color #85D6BE on black background.


Color preview on white background

This text has color #85D6BE on white background.


Black color preview on #85D6BE background

This text has black color on #85D6BE background.


White color preview on #85D6BE background

This text has white color on #85D6BE background.


Related colors

Complementary color

Complementary color for #hex is #7A2941.


I love getcolorcode.com

Triadic colors

1 #BE85D6 and #D6BE85 with #85D6BE are triadic colors.

2 #BED685 and #D685BE with #85D6BE are triadic colors.