COLOR #AED5E7

HEX: #AED5E7
RGB: (174,213,231)

Renk bilgisi

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

RGB renk modeli

#AED5E7 color RGB value is (174,213,231).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 213 of 255 = 84%
B 231 of 255 = 91%

174
213
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 213 + 231 = 618 (100%)
R 174 of 618 ~ 28.16%
G 213 of 618 ~ 34.47%
B 231 of 618 ~ 37.38%

%28.16
%34.47
%37.38

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%24.68
%7.79
%0
%9.41

Codes

Color #AED5E7 in popluar color models

AED5E7
RGB174213231
HSL199°54.29%79.41%
HSB/HSV199°24.68%90.59%
CMYK24.68%7.79%0.00%
9.41%

Color #AED5E7 in popluar number systems.

HEXAED5E7
Decimal174213231
Binary101011101101010111100111
Octal256325347

Shades and tints

Shades of #AED5E7

#AED5E7
(174,213,231)
#9FC2D2
(159,194,210)
#90AFBD
(144,175,189)
#819CA8
(129,156,168)
#728993
(114,137,147)
#63767E
(99,118,126)
#546369
(84,99,105)
#455054
(69,80,84)
#363D3F
(54,61,63)
#272A2A
(39,42,42)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AED5E7

#AED5E7
(174,213,231)
#B5D8E9
(181,216,233)
#BCDBEB
(188,219,235)
#C3DEED
(195,222,237)
#CAE1EF
(202,225,239)
#D1E4F1
(209,228,241)
#D8E7F3
(216,231,243)
#DFEAF5
(223,234,245)
#E6EDF7
(230,237,247)
#EDF0F9
(237,240,249)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED5E7 color. Also use rgb(174,213,231) instead hex code.

Text Font Color

.myTextColor { color: #AED5E7; }

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

This text font color is #AED5E7.


Background Color

.myBgColor { background-color: #AED5E7; }

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

This div background color is #AED5E7.


Border color

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

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

This div border color is #AED5E7.


Opacity

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

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

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

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

This text has shadow with #AED5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5E7 on black background.


Color preview on white background

This text has color #AED5E7 on white background.



Black color preview on #AED5E7 background

This text has black color on #AED5E7 background.


White color preview on #AED5E7 background

This text has white color on #AED5E7 background.