COLOR #85F9E5

HEX: #85F9E5
RGB: (133,249,229)

Renk bilgisi

#85F9E5 contains mainly green and blue colors. #85F9E5 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#85F9E5 color RGB value is (133,249,229).

  • kırmız ton 133;
  • yeşil ton 249;
  • mavi ton 229.
RGB:
(133,249,229)
(52%,98%,90%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 249 of 255 = 98%
B 229 of 255 = 90%

133
249
229

R + G + B ~ 80%. #85F9E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 249 + 229 = 611 (100%)
R 133 of 611 ~ 21.77%
G 249 of 611 ~ 40.75%
B 229 of 611 ~ 37.48%

%21.77
%40.75
%37.48

CMYK RENK MODELİ

#85F9E5 rengi CMYK tonu (47,0,8,2).

  • camgöbeği tonu 46.59%
  • eflatun tonu 0.00%
  • sarı tonu 8.03%
  • ana renk tonu 2.35%
CMYK:
(47,0,8,2)
C47M0Y8K2 
(47%,0%,8%,2%)
(0.47/0.00/0.08/0.02)	

CMYK yüzdeleri

%46.59
%0
%8.03
%2.35

Codes

Color #85F9E5 in popluar color models

85F9E5
RGB133249229
HSL170°90.63%74.90%
HSB/HSV170°46.59%97.65%
CMYK46.59%0.00%8.03%
2.35%

Color #85F9E5 in popluar number systems.

HEX85F9E5
Decimal133249229
Binary100001011111100111100101
Octal205371345

Shades and tints

Shades of #85F9E5

#85F9E5
(133,249,229)
#79E3D1
(121,227,209)
#6DCDBD
(109,205,189)
#61B7A9
(97,183,169)
#55A195
(85,161,149)
#498B81
(73,139,129)
#3D756D
(61,117,109)
#315F59
(49,95,89)
#254945
(37,73,69)
#193331
(25,51,49)
#0D1D1D
(13,29,29)
#000000
(0,0,0)

Tints of #85F9E5

#85F9E5
(133,249,229)
#90F9E7
(144,249,231)
#9BF9E9
(155,249,233)
#A6F9EB
(166,249,235)
#B1F9ED
(177,249,237)
#BCF9EF
(188,249,239)
#C7F9F1
(199,249,241)
#D2F9F3
(210,249,243)
#DDF9F5
(221,249,245)
#E8F9F7
(232,249,247)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85F9E5 color. Also use rgb(133,249,229) instead hex code.

Text Font Color

.myTextColor { color: #85F9E5; }

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

This text font color is #85F9E5.


Background Color

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

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

This div background color is #85F9E5.


Border color

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

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

This div border color is #85F9E5.


Opacity

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

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

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

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

This text has shadow with #85F9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F9E5 on black background.


Color preview on white background

This text has color #85F9E5 on white background.



Black color preview on #85F9E5 background

This text has black color on #85F9E5 background.


White color preview on #85F9E5 background

This text has white color on #85F9E5 background.