COLOR #85B5D9

HEX: #85B5D9
RGB: (133,181,217)

Renk bilgisi

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

RGB renk modeli

#85B5D9 color RGB value is (133,181,217).

  • kırmız ton 133;
  • yeşil ton 181;
  • mavi ton 217.
RGB:
(133,181,217)
(52%,71%,85%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 181 of 255 = 71%
B 217 of 255 = 85%

133
181
217

R + G + B ~ 69%. #85B5D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 181 + 217 = 531 (100%)
R 133 of 531 ~ 25.05%
G 181 of 531 ~ 34.09%
B 217 of 531 ~ 40.87%

%25.05
%34.09
%40.87

CMYK RENK MODELİ

#85B5D9 rengi CMYK tonu (39,17,0,15).

  • camgöbeği tonu 38.71%
  • eflatun tonu 16.59%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(39,17,0,15)
C39M17Y0K15 
(39%,17%,0%,15%)
(0.39/0.17/0.00/0.15)	

CMYK yüzdeleri

%38.71
%16.59
%0
%14.9

Codes

Color #85B5D9 in popluar color models

85B5D9
RGB133181217
HSL206°52.50%68.63%
HSB/HSV206°38.71%85.10%
CMYK38.71%16.59%0.00%
14.90%

Color #85B5D9 in popluar number systems.

HEX85B5D9
Decimal133181217
Binary100001011011010111011001
Octal205265331

Shades and tints

Shades of #85B5D9

#85B5D9
(133,181,217)
#79A5C6
(121,165,198)
#6D95B3
(109,149,179)
#6185A0
(97,133,160)
#55758D
(85,117,141)
#49657A
(73,101,122)
#3D5567
(61,85,103)
#314554
(49,69,84)
#253541
(37,53,65)
#19252E
(25,37,46)
#0D151B
(13,21,27)
#000000
(0,0,0)

Tints of #85B5D9

#85B5D9
(133,181,217)
#90BBDC
(144,187,220)
#9BC1DF
(155,193,223)
#A6C7E2
(166,199,226)
#B1CDE5
(177,205,229)
#BCD3E8
(188,211,232)
#C7D9EB
(199,217,235)
#D2DFEE
(210,223,238)
#DDE5F1
(221,229,241)
#E8EBF4
(232,235,244)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B5D9 color. Also use rgb(133,181,217) instead hex code.

Text Font Color

.myTextColor { color: #85B5D9; }

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

This text font color is #85B5D9.


Background Color

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

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

This div background color is #85B5D9.


Border color

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

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

This div border color is #85B5D9.


Opacity

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

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

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

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

This text has shadow with #85B5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B5D9 on black background.


Color preview on white background

This text has color #85B5D9 on white background.



Black color preview on #85B5D9 background

This text has black color on #85B5D9 background.


White color preview on #85B5D9 background

This text has white color on #85B5D9 background.