COLOR #85F0CB

HEX: #85F0CB
RGB: (133,240,203)

Color info

#85F0CB contains mainly green and blue colors. Web safe color of #85F0CB is #99FFCC (or #9FC).

RGB color model

#85F0CB color RGB value is (133,240,203).

  • red value is 133;
  • green value is 240;
  • blue value is 203.
RGB:
(133,240,203)
(52%,94%,80%)

RGB channels and saturation

R 133 of 255 = 52%
G 240 of 255 = 94%
B 203 of 255 = 80%

133
240
203

R + G + B ~ 75%. #85F0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 240 + 203 = 576 (100%)
R 133 of 576 ~ 23.09%
G 240 of 576 ~ 41.67%
B 203 of 576 ~ 35.24%

%23.09
%41.67
%35.24

CMYK color model

#85F0CB color CMYK value is (45,0,15,6).

  • cyan value is 44.58%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(45,0,15,6)
C45M0Y15K6 
(45%,0%,15%,6%)
(0.45/0.00/0.15/0.06)	

CMYK percentages

%44.58
%0
%15.42
%5.88

Codes

Color #85F0CB in popluar color models

85F0CB
RGB133240203
HSL159°78.10%73.14%
HSB/HSV159°44.58%94.12%
CMYK44.58%0.00%15.42%
5.88%

Color #85F0CB in popluar number systems.

HEX85F0CB
Decimal133240203
Binary100001011111000011001011
Octal205360313

Shades and tints

Shades of #85F0CB

#85F0CB
(133,240,203)
#79DBB9
(121,219,185)
#6DC6A7
(109,198,167)
#61B195
(97,177,149)
#559C83
(85,156,131)
#498771
(73,135,113)
#3D725F
(61,114,95)
#315D4D
(49,93,77)
#25483B
(37,72,59)
#193329
(25,51,41)
#0D1E17
(13,30,23)
#000000
(0,0,0)

Tints of #85F0CB

#85F0CB
(133,240,203)
#90F1CF
(144,241,207)
#9BF2D3
(155,242,211)
#A6F3D7
(166,243,215)
#B1F4DB
(177,244,219)
#BCF5DF
(188,245,223)
#C7F6E3
(199,246,227)
#D2F7E7
(210,247,231)
#DDF8EB
(221,248,235)
#E8F9EF
(232,249,239)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85F0CB color. Also use rgb(133,240,203) instead hex code.

Text Font Color

.myTextColor { color: #85F0CB; }

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

This text font color is #85F0CB.


Background Color

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

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

This div background color is #85F0CB.


Border color

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

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

This div border color is #85F0CB.


Opacity

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

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

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

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

This text has shadow with #85F0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F0CB on black background.


Color preview on white background

This text has color #85F0CB on white background.



Black color preview on #85F0CB background

This text has black color on #85F0CB background.


White color preview on #85F0CB background

This text has white color on #85F0CB background.