COLOR #85D3BE

HEX: #85D3BE
RGB: (133,211,190)

Color info

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

RGB color model

#85D3BE color RGB value is (133,211,190).

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

RGB channels and saturation

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

133
211
190

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

Portions of RGB colors in percentages

R + G + B =
133 + 211 + 190 = 534 (100%)
R 133 of 534 ~ 24.91%
G 211 of 534 ~ 39.51%
B 190 of 534 ~ 35.58%

%24.91
%39.51
%35.58

CMYK color model

#85D3BE color CMYK value is (37,0,10,17).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 17.25%
CMYK:
(37,0,10,17)
C37M0Y10K17 
(37%,0%,10%,17%)
(0.37/0.00/0.10/0.17)	

CMYK percentages

%36.97
%0
%9.95
%17.25

Codes

Color #85D3BE in popluar color models

85D3BE
RGB133211190
HSL164°46.99%67.45%
HSB/HSV164°36.97%82.75%
CMYK36.97%0.00%9.95%
17.25%

Color #85D3BE in popluar number systems.

HEX85D3BE
Decimal133211190
Binary100001011101001110111110
Octal205323276

Shades and tints

Shades of #85D3BE

#85D3BE
(133,211,190)
#79C0AD
(121,192,173)
#6DAD9C
(109,173,156)
#619A8B
(97,154,139)
#55877A
(85,135,122)
#497469
(73,116,105)
#3D6158
(61,97,88)
#314E47
(49,78,71)
#253B36
(37,59,54)
#192825
(25,40,37)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #85D3BE

#85D3BE
(133,211,190)
#90D7C3
(144,215,195)
#9BDBC8
(155,219,200)
#A6DFCD
(166,223,205)
#B1E3D2
(177,227,210)
#BCE7D7
(188,231,215)
#C7EBDC
(199,235,220)
#D2EFE1
(210,239,225)
#DDF3E6
(221,243,230)
#E8F7EB
(232,247,235)
#F3FBF0
(243,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D3BE; }

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

This text font color is #85D3BE.


Background Color

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

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

This div background color is #85D3BE.


Border color

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

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

This div border color is #85D3BE.


Opacity

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

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

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

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

This text has shadow with #85D3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D3BE on black background.


Color preview on white background

This text has color #85D3BE on white background.



Black color preview on #85D3BE background

This text has black color on #85D3BE background.


White color preview on #85D3BE background

This text has white color on #85D3BE background.