COLOR #85C7E1

HEX: #85C7E1
RGB: (133,199,225)

Renk bilgisi

#85C7E1 contains mainly green and blue colors. #85C7E1 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#85C7E1 color RGB value is (133,199,225).

  • kırmız ton 133;
  • yeşil ton 199;
  • mavi ton 225.
RGB:
(133,199,225)
(52%,78%,88%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 199 of 255 = 78%
B 225 of 255 = 88%

133
199
225

R + G + B ~ 73%. #85C7E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 199 + 225 = 557 (100%)
R 133 of 557 ~ 23.88%
G 199 of 557 ~ 35.73%
B 225 of 557 ~ 40.39%

%23.88
%35.73
%40.39

CMYK RENK MODELİ

#85C7E1 rengi CMYK tonu (41,12,0,12).

  • camgöbeği tonu 40.89%
  • eflatun tonu 11.56%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(41,12,0,12)
C41M12Y0K12 
(41%,12%,0%,12%)
(0.41/0.12/0.00/0.12)	

CMYK yüzdeleri

%40.89
%11.56
%0
%11.76

Codes

Color #85C7E1 in popluar color models

85C7E1
RGB133199225
HSL197°60.53%70.20%
HSB/HSV197°40.89%88.24%
CMYK40.89%11.56%0.00%
11.76%

Color #85C7E1 in popluar number systems.

HEX85C7E1
Decimal133199225
Binary100001011100011111100001
Octal205307341

Shades and tints

Shades of #85C7E1

#85C7E1
(133,199,225)
#79B5CD
(121,181,205)
#6DA3B9
(109,163,185)
#6191A5
(97,145,165)
#557F91
(85,127,145)
#496D7D
(73,109,125)
#3D5B69
(61,91,105)
#314955
(49,73,85)
#253741
(37,55,65)
#19252D
(25,37,45)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #85C7E1

#85C7E1
(133,199,225)
#90CCE3
(144,204,227)
#9BD1E5
(155,209,229)
#A6D6E7
(166,214,231)
#B1DBE9
(177,219,233)
#BCE0EB
(188,224,235)
#C7E5ED
(199,229,237)
#D2EAEF
(210,234,239)
#DDEFF1
(221,239,241)
#E8F4F3
(232,244,243)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C7E1 color. Also use rgb(133,199,225) instead hex code.

Text Font Color

.myTextColor { color: #85C7E1; }

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

This text font color is #85C7E1.


Background Color

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

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

This div background color is #85C7E1.


Border color

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

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

This div border color is #85C7E1.


Opacity

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

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

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

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

This text has shadow with #85C7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C7E1 on black background.


Color preview on white background

This text has color #85C7E1 on white background.



Black color preview on #85C7E1 background

This text has black color on #85C7E1 background.


White color preview on #85C7E1 background

This text has white color on #85C7E1 background.