COLOR #85EED7

HEX: #85EED7 RGB: (133,238,215)

Color info

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

RGB color model

#85EED7 color RGB value is (133,238,215).

RGB: (133,238,215) (52%, 93%, 84%)

RGB channels and saturation

R 133 of 255 = 52%
G 238 of 255 = 93%
B 215 of 255 = 84%

133
238
215

R + G + B ~ 76%. #85EED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 238 + 215 = 586 (100%)
R 133 of 586 ~ 22.7%
G 238 of 586 ~ 40.61%
B 215 of 586 ~ 36.69'%

%22.7
%40.61
%36.69

CMYK color model

#85EED7 color CMYK value is (44,0,10,7).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%

CMYK: (44,0,10,7)
C44M0Y10K7 (44%, 0%, 10%, 7%)
(0.44 / 0.00 / 0.10 / 0.07)

CMYK percentages

%44.12
%0
%9.66
%6.67

Codes

Color #85EED7 in popluar color models

85 EE D7
RGB 133 238 215
HSL 167° 75.54% 72.75%
HSB/HSV 167° 44.12% 93.33%
CMYK 44.12% 0.00% 9.66%
6.67%

Color #85EED7 in popluar number systems.

HEX 85 EE D7
Decimal 133 238 215
Binary 10000101 11101110 11010111
Octal 205 356 327

Shades and tints

Shades of #85EED7

#85EED7
(133,238,215)
#79D9C4
(121,217,196)
#6DC4B1
(109,196,177)
#61AF9E
(97,175,158)
#559A8B
(85,154,139)
#498578
(73,133,120)
#3D7065
(61,112,101)
#315B52
(49,91,82)
#25463F
(37,70,63)
#19312C
(25,49,44)
#0D1C19
(13,28,25)
#000000
(0,0,0)

Tints of #85EED7

#85EED7
(133,238,215)
#90EFDA
(144,239,218)
#9BF0DD
(155,240,221)
#A6F1E0
(166,241,224)
#B1F2E3
(177,242,227)
#BCF3E6
(188,243,230)
#C7F4E9
(199,244,233)
#D2F5EC
(210,245,236)
#DDF6EF
(221,246,239)
#E8F7F2
(232,247,242)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85EED7; }

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

This text font color is #85EED7.

Background Color

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

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

This div background color is #85EED7.

Border color

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

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

This div border color is #85EED7.

Opacity

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

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

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

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

This text has shadow with #85EED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85EED7.

Preview

Color preview on black background

This text has color #85EED7 on black background.


Color preview on white background

This text has color #85EED7 on white background.


Black color preview on #85EED7 background

This text has black color on #85EED7 background.


White color preview on #85EED7 background

This text has white color on #85EED7 background.


Related colors

Complementary color

Complementary color for #hex is #7A1128.


I love getcolorcode.com

Triadic colors

1 #D785EE and #EED785 with #85EED7 are triadic colors.

2 #D7EE85 and #EE85D7 with #85EED7 are triadic colors.