COLOR #AED0E6

HEX: #AED0E6
RGB: (174,208,230)

Renk bilgisi

#AED0E6 contains red, green and blue colors in about the same proportion. #AED0E6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#AED0E6 color RGB value is (174,208,230).

  • kırmız ton 174;
  • yeşil ton 208;
  • mavi ton 230.
RGB:
(174,208,230)
(68%,82%,90%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 208 of 255 = 82%
B 230 of 255 = 90%

174
208
230

R + G + B ~ 80%. #AED0E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 208 + 230 = 612 (100%)
R 174 of 612 ~ 28.43%
G 208 of 612 ~ 33.99%
B 230 of 612 ~ 37.58%

%28.43
%33.99
%37.58

CMYK RENK MODELİ

#AED0E6 rengi CMYK tonu (24,10,0,10).

  • camgöbeği tonu 24.35%
  • eflatun tonu 9.57%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(24,10,0,10)
C24M10Y0K10 
(24%,10%,0%,10%)
(0.24/0.10/0.00/0.10)	

CMYK yüzdeleri

%24.35
%9.57
%0
%9.8

Codes

Color #AED0E6 in popluar color models

AED0E6
RGB174208230
HSL204°52.83%79.22%
HSB/HSV204°24.35%90.20%
CMYK24.35%9.57%0.00%
9.80%

Color #AED0E6 in popluar number systems.

HEXAED0E6
Decimal174208230
Binary101011101101000011100110
Octal256320346

Shades and tints

Shades of #AED0E6

#AED0E6
(174,208,230)
#9FBED2
(159,190,210)
#90ACBE
(144,172,190)
#819AAA
(129,154,170)
#728896
(114,136,150)
#637682
(99,118,130)
#54646E
(84,100,110)
#45525A
(69,82,90)
#364046
(54,64,70)
#272E32
(39,46,50)
#181C1E
(24,28,30)
#000000
(0,0,0)

Tints of #AED0E6

#AED0E6
(174,208,230)
#B5D4E8
(181,212,232)
#BCD8EA
(188,216,234)
#C3DCEC
(195,220,236)
#CAE0EE
(202,224,238)
#D1E4F0
(209,228,240)
#D8E8F2
(216,232,242)
#DFECF4
(223,236,244)
#E6F0F6
(230,240,246)
#EDF4F8
(237,244,248)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED0E6 color. Also use rgb(174,208,230) instead hex code.

Text Font Color

.myTextColor { color: #AED0E6; }

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

This text font color is #AED0E6.


Background Color

.myBgColor { background-color: #AED0E6; }

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

This div background color is #AED0E6.


Border color

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

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

This div border color is #AED0E6.


Opacity

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

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

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

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

This text has shadow with #AED0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED0E6 on black background.


Color preview on white background

This text has color #AED0E6 on white background.



Black color preview on #AED0E6 background

This text has black color on #AED0E6 background.


White color preview on #AED0E6 background

This text has white color on #AED0E6 background.