COLOR #AED8FA

HEX: #AED8FA
RGB: (174,216,250)

Renk bilgisi

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

RGB renk modeli

#AED8FA color RGB value is (174,216,250).

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

RGB bağlantıları ve doygunluk

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

174
216
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 216 + 250 = 640 (100%)
R 174 of 640 ~ 27.19%
G 216 of 640 ~ 33.75%
B 250 of 640 ~ 39.06%

%27.19
%33.75
%39.06

CMYK RENK MODELİ

#AED8FA rengi CMYK tonu (30,14,0,2).

  • camgöbeği tonu 30.40%
  • eflatun tonu 13.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(30,14,0,2)
C30M14Y0K2 
(30%,14%,0%,2%)
(0.30/0.14/0.00/0.02)	

CMYK yüzdeleri

%30.4
%13.6
%0
%1.96

Codes

Color #AED8FA in popluar color models

AED8FA
RGB174216250
HSL207°88.37%83.14%
HSB/HSV207°30.40%98.04%
CMYK30.40%13.60%0.00%
1.96%

Color #AED8FA in popluar number systems.

HEXAED8FA
Decimal174216250
Binary101011101101100011111010
Octal256330372

Shades and tints

Shades of #AED8FA

#AED8FA
(174,216,250)
#9FC5E4
(159,197,228)
#90B2CE
(144,178,206)
#819FB8
(129,159,184)
#728CA2
(114,140,162)
#63798C
(99,121,140)
#546676
(84,102,118)
#455360
(69,83,96)
#36404A
(54,64,74)
#272D34
(39,45,52)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #AED8FA

#AED8FA
(174,216,250)
#B5DBFA
(181,219,250)
#BCDEFA
(188,222,250)
#C3E1FA
(195,225,250)
#CAE4FA
(202,228,250)
#D1E7FA
(209,231,250)
#D8EAFA
(216,234,250)
#DFEDFA
(223,237,250)
#E6F0FA
(230,240,250)
#EDF3FA
(237,243,250)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED8FA; }

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

This text font color is #AED8FA.


Background Color

.myBgColor { background-color: #AED8FA; }

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

This div background color is #AED8FA.


Border color

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

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

This div border color is #AED8FA.


Opacity

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

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

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

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

This text has shadow with #AED8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED8FA on black background.


Color preview on white background

This text has color #AED8FA on white background.



Black color preview on #AED8FA background

This text has black color on #AED8FA background.


White color preview on #AED8FA background

This text has white color on #AED8FA background.