COLOR #85AED1

HEX: #85AED1
RGB: (133,174,209)

Renk bilgisi

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

RGB renk modeli

#85AED1 color RGB value is (133,174,209).

  • kırmız ton 133;
  • yeşil ton 174;
  • mavi ton 209.
RGB:
(133,174,209)
(52%,68%,82%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 174 of 255 = 68%
B 209 of 255 = 82%

133
174
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 174 + 209 = 516 (100%)
R 133 of 516 ~ 25.78%
G 174 of 516 ~ 33.72%
B 209 of 516 ~ 40.5%

%25.78
%33.72
%40.5

CMYK RENK MODELİ

#85AED1 rengi CMYK tonu (36,17,0,18).

  • camgöbeği tonu 36.36%
  • eflatun tonu 16.75%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(36,17,0,18)
C36M17Y0K18 
(36%,17%,0%,18%)
(0.36/0.17/0.00/0.18)	

CMYK yüzdeleri

%36.36
%16.75
%0
%18.04

Codes

Color #85AED1 in popluar color models

85AED1
RGB133174209
HSL208°45.24%67.06%
HSB/HSV208°36.36%81.96%
CMYK36.36%16.75%0.00%
18.04%

Color #85AED1 in popluar number systems.

HEX85AED1
Decimal133174209
Binary100001011010111011010001
Octal205256321

Shades and tints

Shades of #85AED1

#85AED1
(133,174,209)
#799FBE
(121,159,190)
#6D90AB
(109,144,171)
#618198
(97,129,152)
#557285
(85,114,133)
#496372
(73,99,114)
#3D545F
(61,84,95)
#31454C
(49,69,76)
#253639
(37,54,57)
#192726
(25,39,38)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #85AED1

#85AED1
(133,174,209)
#90B5D5
(144,181,213)
#9BBCD9
(155,188,217)
#A6C3DD
(166,195,221)
#B1CAE1
(177,202,225)
#BCD1E5
(188,209,229)
#C7D8E9
(199,216,233)
#D2DFED
(210,223,237)
#DDE6F1
(221,230,241)
#E8EDF5
(232,237,245)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AED1 color. Also use rgb(133,174,209) instead hex code.

Text Font Color

.myTextColor { color: #85AED1; }

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

This text font color is #85AED1.


Background Color

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

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

This div background color is #85AED1.


Border color

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

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

This div border color is #85AED1.


Opacity

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

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

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

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

This text has shadow with #85AED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AED1 on black background.


Color preview on white background

This text has color #85AED1 on white background.



Black color preview on #85AED1 background

This text has black color on #85AED1 background.


White color preview on #85AED1 background

This text has white color on #85AED1 background.