COLOR #AEC5E1

HEX: #AEC5E1
RGB: (174,197,225)

Renk bilgisi

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

RGB renk modeli

#AEC5E1 color RGB value is (174,197,225).

  • kırmız ton 174;
  • yeşil ton 197;
  • mavi ton 225.
RGB:
(174,197,225)
(68%,77%,88%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 197 of 255 = 77%
B 225 of 255 = 88%

174
197
225

R + G + B ~ 78%. #AEC5E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 197 + 225 = 596 (100%)
R 174 of 596 ~ 29.19%
G 197 of 596 ~ 33.05%
B 225 of 596 ~ 37.75%

%29.19
%33.05
%37.75

CMYK RENK MODELİ

#AEC5E1 rengi CMYK tonu (23,12,0,12).

  • camgöbeği tonu 22.67%
  • eflatun tonu 12.44%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(23,12,0,12)
C23M12Y0K12 
(23%,12%,0%,12%)
(0.23/0.12/0.00/0.12)	

CMYK yüzdeleri

%22.67
%12.44
%0
%11.76

Codes

Color #AEC5E1 in popluar color models

AEC5E1
RGB174197225
HSL213°45.95%78.24%
HSB/HSV213°22.67%88.24%
CMYK22.67%12.44%0.00%
11.76%

Color #AEC5E1 in popluar number systems.

HEXAEC5E1
Decimal174197225
Binary101011101100010111100001
Octal256305341

Shades and tints

Shades of #AEC5E1

#AEC5E1
(174,197,225)
#9FB4CD
(159,180,205)
#90A3B9
(144,163,185)
#8192A5
(129,146,165)
#728191
(114,129,145)
#63707D
(99,112,125)
#545F69
(84,95,105)
#454E55
(69,78,85)
#363D41
(54,61,65)
#272C2D
(39,44,45)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #AEC5E1

#AEC5E1
(174,197,225)
#B5CAE3
(181,202,227)
#BCCFE5
(188,207,229)
#C3D4E7
(195,212,231)
#CAD9E9
(202,217,233)
#D1DEEB
(209,222,235)
#D8E3ED
(216,227,237)
#DFE8EF
(223,232,239)
#E6EDF1
(230,237,241)
#EDF2F3
(237,242,243)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC5E1 color. Also use rgb(174,197,225) instead hex code.

Text Font Color

.myTextColor { color: #AEC5E1; }

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

This text font color is #AEC5E1.


Background Color

.myBgColor { background-color: #AEC5E1; }

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

This div background color is #AEC5E1.


Border color

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

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

This div border color is #AEC5E1.


Opacity

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

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

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

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

This text has shadow with #AEC5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC5E1 on black background.


Color preview on white background

This text has color #AEC5E1 on white background.



Black color preview on #AEC5E1 background

This text has black color on #AEC5E1 background.


White color preview on #AEC5E1 background

This text has white color on #AEC5E1 background.