COLOR #85ADE2

HEX: #85ADE2
RGB: (133,173,226)

Renk bilgisi

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

RGB renk modeli

#85ADE2 color RGB value is (133,173,226).

  • kırmız ton 133;
  • yeşil ton 173;
  • mavi ton 226.
RGB:
(133,173,226)
(52%,68%,89%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 173 of 255 = 68%
B 226 of 255 = 89%

133
173
226

R + G + B ~ 70%. #85ADE2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 173 + 226 = 532 (100%)
R 133 of 532 ~ 25%
G 173 of 532 ~ 32.52%
B 226 of 532 ~ 42.48%

%25
%32.52
%42.48

CMYK RENK MODELİ

#85ADE2 rengi CMYK tonu (41,23,0,11).

  • camgöbeği tonu 41.15%
  • eflatun tonu 23.45%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(41,23,0,11)
C41M23Y0K11 
(41%,23%,0%,11%)
(0.41/0.23/0.00/0.11)	

CMYK yüzdeleri

%41.15
%23.45
%0
%11.37

Codes

Color #85ADE2 in popluar color models

85ADE2
RGB133173226
HSL214°61.59%70.39%
HSB/HSV214°41.15%88.63%
CMYK41.15%23.45%0.00%
11.37%

Color #85ADE2 in popluar number systems.

HEX85ADE2
Decimal133173226
Binary100001011010110111100010
Octal205255342

Shades and tints

Shades of #85ADE2

#85ADE2
(133,173,226)
#799ECE
(121,158,206)
#6D8FBA
(109,143,186)
#6180A6
(97,128,166)
#557192
(85,113,146)
#49627E
(73,98,126)
#3D536A
(61,83,106)
#314456
(49,68,86)
#253542
(37,53,66)
#19262E
(25,38,46)
#0D171A
(13,23,26)
#000000
(0,0,0)

Tints of #85ADE2

#85ADE2
(133,173,226)
#90B4E4
(144,180,228)
#9BBBE6
(155,187,230)
#A6C2E8
(166,194,232)
#B1C9EA
(177,201,234)
#BCD0EC
(188,208,236)
#C7D7EE
(199,215,238)
#D2DEF0
(210,222,240)
#DDE5F2
(221,229,242)
#E8ECF4
(232,236,244)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85ADE2 color. Also use rgb(133,173,226) instead hex code.

Text Font Color

.myTextColor { color: #85ADE2; }

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

This text font color is #85ADE2.


Background Color

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

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

This div background color is #85ADE2.


Border color

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

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

This div border color is #85ADE2.


Opacity

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

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

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

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

This text has shadow with #85ADE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85ADE2 on black background.


Color preview on white background

This text has color #85ADE2 on white background.



Black color preview on #85ADE2 background

This text has black color on #85ADE2 background.


White color preview on #85ADE2 background

This text has white color on #85ADE2 background.