COLOR #85A5D5

HEX: #85A5D5
RGB: (133,165,213)

Renk bilgisi

#85A5D5 contains mainly green and blue colors. #85A5D5 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#85A5D5 color RGB value is (133,165,213).

  • kırmız ton 133;
  • yeşil ton 165;
  • mavi ton 213.
RGB:
(133,165,213)
(52%,65%,84%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 165 of 255 = 65%
B 213 of 255 = 84%

133
165
213

R + G + B ~ 67%. #85A5D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 165 + 213 = 511 (100%)
R 133 of 511 ~ 26.03%
G 165 of 511 ~ 32.29%
B 213 of 511 ~ 41.68%

%26.03
%32.29
%41.68

CMYK RENK MODELİ

#85A5D5 rengi CMYK tonu (38,23,0,16).

  • camgöbeği tonu 37.56%
  • eflatun tonu 22.54%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(38,23,0,16)
C38M23Y0K16 
(38%,23%,0%,16%)
(0.38/0.23/0.00/0.16)	

CMYK yüzdeleri

%37.56
%22.54
%0
%16.47

Codes

Color #85A5D5 in popluar color models

85A5D5
RGB133165213
HSL216°48.78%67.84%
HSB/HSV216°37.56%83.53%
CMYK37.56%22.54%0.00%
16.47%

Color #85A5D5 in popluar number systems.

HEX85A5D5
Decimal133165213
Binary100001011010010111010101
Octal205245325

Shades and tints

Shades of #85A5D5

#85A5D5
(133,165,213)
#7996C2
(121,150,194)
#6D87AF
(109,135,175)
#61789C
(97,120,156)
#556989
(85,105,137)
#495A76
(73,90,118)
#3D4B63
(61,75,99)
#313C50
(49,60,80)
#252D3D
(37,45,61)
#191E2A
(25,30,42)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #85A5D5

#85A5D5
(133,165,213)
#90ADD8
(144,173,216)
#9BB5DB
(155,181,219)
#A6BDDE
(166,189,222)
#B1C5E1
(177,197,225)
#BCCDE4
(188,205,228)
#C7D5E7
(199,213,231)
#D2DDEA
(210,221,234)
#DDE5ED
(221,229,237)
#E8EDF0
(232,237,240)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A5D5 color. Also use rgb(133,165,213) instead hex code.

Text Font Color

.myTextColor { color: #85A5D5; }

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

This text font color is #85A5D5.


Background Color

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

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

This div background color is #85A5D5.


Border color

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

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

This div border color is #85A5D5.


Opacity

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

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

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

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

This text has shadow with #85A5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A5D5 on black background.


Color preview on white background

This text has color #85A5D5 on white background.



Black color preview on #85A5D5 background

This text has black color on #85A5D5 background.


White color preview on #85A5D5 background

This text has white color on #85A5D5 background.