COLOR #85C8F9

HEX: #85C8F9
RGB: (133,200,249)

Renk bilgisi

#85C8F9 contains mainly green and blue colors. #85C8F9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#85C8F9 color RGB value is (133,200,249).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 200 of 255 = 78%
B 249 of 255 = 98%

133
200
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 200 + 249 = 582 (100%)
R 133 of 582 ~ 22.85%
G 200 of 582 ~ 34.36%
B 249 of 582 ~ 42.78%

%22.85
%34.36
%42.78

CMYK RENK MODELİ

#85C8F9 rengi CMYK tonu (47,20,0,2).

  • camgöbeği tonu 46.59%
  • eflatun tonu 19.68%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(47,20,0,2)
C47M20Y0K2 
(47%,20%,0%,2%)
(0.47/0.20/0.00/0.02)	

CMYK yüzdeleri

%46.59
%19.68
%0
%2.35

Codes

Color #85C8F9 in popluar color models

85C8F9
RGB133200249
HSL205°90.63%74.90%
HSB/HSV205°46.59%97.65%
CMYK46.59%19.68%0.00%
2.35%

Color #85C8F9 in popluar number systems.

HEX85C8F9
Decimal133200249
Binary100001011100100011111001
Octal205310371

Shades and tints

Shades of #85C8F9

#85C8F9
(133,200,249)
#79B6E3
(121,182,227)
#6DA4CD
(109,164,205)
#6192B7
(97,146,183)
#5580A1
(85,128,161)
#496E8B
(73,110,139)
#3D5C75
(61,92,117)
#314A5F
(49,74,95)
#253849
(37,56,73)
#192633
(25,38,51)
#0D141D
(13,20,29)
#000000
(0,0,0)

Tints of #85C8F9

#85C8F9
(133,200,249)
#90CDF9
(144,205,249)
#9BD2F9
(155,210,249)
#A6D7F9
(166,215,249)
#B1DCF9
(177,220,249)
#BCE1F9
(188,225,249)
#C7E6F9
(199,230,249)
#D2EBF9
(210,235,249)
#DDF0F9
(221,240,249)
#E8F5F9
(232,245,249)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C8F9; }

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

This text font color is #85C8F9.


Background Color

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

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

This div background color is #85C8F9.


Border color

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

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

This div border color is #85C8F9.


Opacity

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

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

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

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

This text has shadow with #85C8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C8F9 on black background.


Color preview on white background

This text has color #85C8F9 on white background.



Black color preview on #85C8F9 background

This text has black color on #85C8F9 background.


White color preview on #85C8F9 background

This text has white color on #85C8F9 background.