COLOR #AED1F6

HEX: #AED1F6
RGB: (174,209,246)

Renk bilgisi

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

RGB renk modeli

#AED1F6 color RGB value is (174,209,246).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 209 of 255 = 82%
B 246 of 255 = 96%

174
209
246

R + G + B ~ 82%. #AED1F6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 209 + 246 = 629 (100%)
R 174 of 629 ~ 27.66%
G 209 of 629 ~ 33.23%
B 246 of 629 ~ 39.11%

%27.66
%33.23
%39.11

CMYK RENK MODELİ

#AED1F6 rengi CMYK tonu (29,15,0,4).

  • camgöbeği tonu 29.27%
  • eflatun tonu 15.04%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(29,15,0,4)
C29M15Y0K4 
(29%,15%,0%,4%)
(0.29/0.15/0.00/0.04)	

CMYK yüzdeleri

%29.27
%15.04
%0
%3.53

Codes

Color #AED1F6 in popluar color models

AED1F6
RGB174209246
HSL211°80.00%82.35%
HSB/HSV211°29.27%96.47%
CMYK29.27%15.04%0.00%
3.53%

Color #AED1F6 in popluar number systems.

HEXAED1F6
Decimal174209246
Binary101011101101000111110110
Octal256321366

Shades and tints

Shades of #AED1F6

#AED1F6
(174,209,246)
#9FBEE0
(159,190,224)
#90ABCA
(144,171,202)
#8198B4
(129,152,180)
#72859E
(114,133,158)
#637288
(99,114,136)
#545F72
(84,95,114)
#454C5C
(69,76,92)
#363946
(54,57,70)
#272630
(39,38,48)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #AED1F6

#AED1F6
(174,209,246)
#B5D5F6
(181,213,246)
#BCD9F6
(188,217,246)
#C3DDF6
(195,221,246)
#CAE1F6
(202,225,246)
#D1E5F6
(209,229,246)
#D8E9F6
(216,233,246)
#DFEDF6
(223,237,246)
#E6F1F6
(230,241,246)
#EDF5F6
(237,245,246)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED1F6; }

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

This text font color is #AED1F6.


Background Color

.myBgColor { background-color: #AED1F6; }

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

This div background color is #AED1F6.


Border color

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

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

This div border color is #AED1F6.


Opacity

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

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

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

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

This text has shadow with #AED1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED1F6 on black background.


Color preview on white background

This text has color #AED1F6 on white background.



Black color preview on #AED1F6 background

This text has black color on #AED1F6 background.


White color preview on #AED1F6 background

This text has white color on #AED1F6 background.