COLOR #AED6E9

HEX: #AED6E9
RGB: (174,214,233)

Renk bilgisi

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

RGB renk modeli

#AED6E9 color RGB value is (174,214,233).

  • kırmız ton 174;
  • yeşil ton 214;
  • mavi ton 233.
RGB:
(174,214,233)
(68%,84%,91%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 214 of 255 = 84%
B 233 of 255 = 91%

174
214
233

R + G + B ~ 81%. #AED6E9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 214 + 233 = 621 (100%)
R 174 of 621 ~ 28.02%
G 214 of 621 ~ 34.46%
B 233 of 621 ~ 37.52%

%28.02
%34.46
%37.52

CMYK RENK MODELİ

#AED6E9 rengi CMYK tonu (25,8,0,9).

  • camgöbeği tonu 25.32%
  • eflatun tonu 8.15%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(25,8,0,9)
C25M8Y0K9 
(25%,8%,0%,9%)
(0.25/0.08/0.00/0.09)	

CMYK yüzdeleri

%25.32
%8.15
%0
%8.63

Codes

Color #AED6E9 in popluar color models

AED6E9
RGB174214233
HSL199°57.28%79.80%
HSB/HSV199°25.32%91.37%
CMYK25.32%8.15%0.00%
8.63%

Color #AED6E9 in popluar number systems.

HEXAED6E9
Decimal174214233
Binary101011101101011011101001
Octal256326351

Shades and tints

Shades of #AED6E9

#AED6E9
(174,214,233)
#9FC3D4
(159,195,212)
#90B0BF
(144,176,191)
#819DAA
(129,157,170)
#728A95
(114,138,149)
#637780
(99,119,128)
#54646B
(84,100,107)
#455156
(69,81,86)
#363E41
(54,62,65)
#272B2C
(39,43,44)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AED6E9

#AED6E9
(174,214,233)
#B5D9EB
(181,217,235)
#BCDCED
(188,220,237)
#C3DFEF
(195,223,239)
#CAE2F1
(202,226,241)
#D1E5F3
(209,229,243)
#D8E8F5
(216,232,245)
#DFEBF7
(223,235,247)
#E6EEF9
(230,238,249)
#EDF1FB
(237,241,251)
#F4F4FD
(244,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED6E9 color. Also use rgb(174,214,233) instead hex code.

Text Font Color

.myTextColor { color: #AED6E9; }

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

This text font color is #AED6E9.


Background Color

.myBgColor { background-color: #AED6E9; }

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

This div background color is #AED6E9.


Border color

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

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

This div border color is #AED6E9.


Opacity

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

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

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

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

This text has shadow with #AED6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED6E9 on black background.


Color preview on white background

This text has color #AED6E9 on white background.



Black color preview on #AED6E9 background

This text has black color on #AED6E9 background.


White color preview on #AED6E9 background

This text has white color on #AED6E9 background.