COLOR #AEDAED

HEX: #AEDAED
RGB: (174,218,237)

Renk bilgisi

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

RGB renk modeli

#AEDAED color RGB value is (174,218,237).

  • kırmız ton 174;
  • yeşil ton 218;
  • mavi ton 237.
RGB:
(174,218,237)
(68%,85%,93%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 218 of 255 = 85%
B 237 of 255 = 93%

174
218
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 218 + 237 = 629 (100%)
R 174 of 629 ~ 27.66%
G 218 of 629 ~ 34.66%
B 237 of 629 ~ 37.68%

%27.66
%34.66
%37.68

CMYK RENK MODELİ

#AEDAED rengi CMYK tonu (27,8,0,7).

  • camgöbeği tonu 26.58%
  • eflatun tonu 8.02%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(27,8,0,7)
C27M8Y0K7 
(27%,8%,0%,7%)
(0.27/0.08/0.00/0.07)	

CMYK yüzdeleri

%26.58
%8.02
%0
%7.06

Codes

Color #AEDAED in popluar color models

AEDAED
RGB174218237
HSL198°63.64%80.59%
HSB/HSV198°26.58%92.94%
CMYK26.58%8.02%0.00%
7.06%

Color #AEDAED in popluar number systems.

HEXAEDAED
Decimal174218237
Binary101011101101101011101101
Octal256332355

Shades and tints

Shades of #AEDAED

#AEDAED
(174,218,237)
#9FC7D8
(159,199,216)
#90B4C3
(144,180,195)
#81A1AE
(129,161,174)
#728E99
(114,142,153)
#637B84
(99,123,132)
#54686F
(84,104,111)
#45555A
(69,85,90)
#364245
(54,66,69)
#272F30
(39,47,48)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #AEDAED

#AEDAED
(174,218,237)
#B5DDEE
(181,221,238)
#BCE0EF
(188,224,239)
#C3E3F0
(195,227,240)
#CAE6F1
(202,230,241)
#D1E9F2
(209,233,242)
#D8ECF3
(216,236,243)
#DFEFF4
(223,239,244)
#E6F2F5
(230,242,245)
#EDF5F6
(237,245,246)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDAED color. Also use rgb(174,218,237) instead hex code.

Text Font Color

.myTextColor { color: #AEDAED; }

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

This text font color is #AEDAED.


Background Color

.myBgColor { background-color: #AEDAED; }

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

This div background color is #AEDAED.


Border color

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

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

This div border color is #AEDAED.


Opacity

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

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

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

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

This text has shadow with #AEDAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDAED on black background.


Color preview on white background

This text has color #AEDAED on white background.



Black color preview on #AEDAED background

This text has black color on #AEDAED background.


White color preview on #AEDAED background

This text has white color on #AEDAED background.