COLOR #AED8F9

HEX: #AED8F9
RGB: (174,216,249)

Renk bilgisi

#AED8F9 contains mainly green and blue colors. #AED8F9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#AED8F9 color RGB value is (174,216,249).

  • kırmız ton 174;
  • yeşil ton 216;
  • mavi ton 249.
RGB:
(174,216,249)
(68%,85%,98%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 216 of 255 = 85%
B 249 of 255 = 98%

174
216
249

R + G + B ~ 84%. #AED8F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 216 + 249 = 639 (100%)
R 174 of 639 ~ 27.23%
G 216 of 639 ~ 33.8%
B 249 of 639 ~ 38.97%

%27.23
%33.8
%38.97

CMYK RENK MODELİ

#AED8F9 rengi CMYK tonu (30,13,0,2).

  • camgöbeği tonu 30.12%
  • eflatun tonu 13.25%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(30,13,0,2)
C30M13Y0K2 
(30%,13%,0%,2%)
(0.30/0.13/0.00/0.02)	

CMYK yüzdeleri

%30.12
%13.25
%0
%2.35

Codes

Color #AED8F9 in popluar color models

AED8F9
RGB174216249
HSL206°86.21%82.94%
HSB/HSV206°30.12%97.65%
CMYK30.12%13.25%0.00%
2.35%

Color #AED8F9 in popluar number systems.

HEXAED8F9
Decimal174216249
Binary101011101101100011111001
Octal256330371

Shades and tints

Shades of #AED8F9

#AED8F9
(174,216,249)
#9FC5E3
(159,197,227)
#90B2CD
(144,178,205)
#819FB7
(129,159,183)
#728CA1
(114,140,161)
#63798B
(99,121,139)
#546675
(84,102,117)
#45535F
(69,83,95)
#364049
(54,64,73)
#272D33
(39,45,51)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #AED8F9

#AED8F9
(174,216,249)
#B5DBF9
(181,219,249)
#BCDEF9
(188,222,249)
#C3E1F9
(195,225,249)
#CAE4F9
(202,228,249)
#D1E7F9
(209,231,249)
#D8EAF9
(216,234,249)
#DFEDF9
(223,237,249)
#E6F0F9
(230,240,249)
#EDF3F9
(237,243,249)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED8F9 color. Also use rgb(174,216,249) instead hex code.

Text Font Color

.myTextColor { color: #AED8F9; }

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

This text font color is #AED8F9.


Background Color

.myBgColor { background-color: #AED8F9; }

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

This div background color is #AED8F9.


Border color

.myBorderColor { border: 1px solid #AED8F9; }

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

This div border color is #AED8F9.


Opacity

.myOpacity80 { color: #AED8F9; opacity: 0.8; }

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

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

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

This text has shadow with #AED8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED8F9 on black background.


Color preview on white background

This text has color #AED8F9 on white background.



Black color preview on #AED8F9 background

This text has black color on #AED8F9 background.


White color preview on #AED8F9 background

This text has white color on #AED8F9 background.