COLOR #AED3FF

HEX: #AED3FF
RGB: (174,211,255)

Renk bilgisi

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

RGB renk modeli

#AED3FF color RGB value is (174,211,255).

  • kırmız ton 174;
  • yeşil ton 211;
  • mavi ton 255.
RGB:
(174,211,255)
(68%,83%,100%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 211 of 255 = 83%
B 255 of 255 = 100%

174
211
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 211 + 255 = 640 (100%)
R 174 of 640 ~ 27.19%
G 211 of 640 ~ 32.97%
B 255 of 640 ~ 39.84%

%27.19
%32.97
%39.84

CMYK RENK MODELİ

#AED3FF rengi CMYK tonu (32,17,0,0).

  • camgöbeği tonu 31.76%
  • eflatun tonu 17.25%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(32,17,0,0)
C32M17Y0K0 
(32%,17%,0%,0%)
(0.32/0.17/0.00/0.00)	

CMYK yüzdeleri

%31.76
%17.25
%0
%0

Codes

Color #AED3FF in popluar color models

AED3FF
RGB174211255
HSL213°100.00%84.12%
HSB/HSV213°31.76%100.00%
CMYK31.76%17.25%0.00%
0.00%

Color #AED3FF in popluar number systems.

HEXAED3FF
Decimal174211255
Binary101011101101001111111111
Octal256323377

Shades and tints

Shades of #AED3FF

#AED3FF
(174,211,255)
#9FC0E8
(159,192,232)
#90ADD1
(144,173,209)
#819ABA
(129,154,186)
#7287A3
(114,135,163)
#63748C
(99,116,140)
#546175
(84,97,117)
#454E5E
(69,78,94)
#363B47
(54,59,71)
#272830
(39,40,48)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AED3FF

#AED3FF
(174,211,255)
#B5D7FF
(181,215,255)
#BCDBFF
(188,219,255)
#C3DFFF
(195,223,255)
#CAE3FF
(202,227,255)
#D1E7FF
(209,231,255)
#D8EBFF
(216,235,255)
#DFEFFF
(223,239,255)
#E6F3FF
(230,243,255)
#EDF7FF
(237,247,255)
#F4FBFF
(244,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED3FF color. Also use rgb(174,211,255) instead hex code.

Text Font Color

.myTextColor { color: #AED3FF; }

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

This text font color is #AED3FF.


Background Color

.myBgColor { background-color: #AED3FF; }

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

This div background color is #AED3FF.


Border color

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

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

This div border color is #AED3FF.


Opacity

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

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

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

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

This text has shadow with #AED3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED3FF on black background.


Color preview on white background

This text has color #AED3FF on white background.



Black color preview on #AED3FF background

This text has black color on #AED3FF background.


White color preview on #AED3FF background

This text has white color on #AED3FF background.