COLOR #AEC9E1

HEX: #AEC9E1
RGB: (174,201,225)

Renk bilgisi

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

RGB renk modeli

#AEC9E1 color RGB value is (174,201,225).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 201 of 255 = 79%
B 225 of 255 = 88%

174
201
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 201 + 225 = 600 (100%)
R 174 of 600 ~ 29%
G 201 of 600 ~ 33.5%
B 225 of 600 ~ 37.5%

%29
%33.5
%37.5

CMYK RENK MODELİ

#AEC9E1 rengi CMYK tonu (23,11,0,12).

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

CMYK yüzdeleri

%22.67
%10.67
%0
%11.76

Codes

Color #AEC9E1 in popluar color models

AEC9E1
RGB174201225
HSL208°45.95%78.24%
HSB/HSV208°22.67%88.24%
CMYK22.67%10.67%0.00%
11.76%

Color #AEC9E1 in popluar number systems.

HEXAEC9E1
Decimal174201225
Binary101011101100100111100001
Octal256311341

Shades and tints

Shades of #AEC9E1

#AEC9E1
(174,201,225)
#9FB7CD
(159,183,205)
#90A5B9
(144,165,185)
#8193A5
(129,147,165)
#728191
(114,129,145)
#636F7D
(99,111,125)
#545D69
(84,93,105)
#454B55
(69,75,85)
#363941
(54,57,65)
#27272D
(39,39,45)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AEC9E1

#AEC9E1
(174,201,225)
#B5CDE3
(181,205,227)
#BCD1E5
(188,209,229)
#C3D5E7
(195,213,231)
#CAD9E9
(202,217,233)
#D1DDEB
(209,221,235)
#D8E1ED
(216,225,237)
#DFE5EF
(223,229,239)
#E6E9F1
(230,233,241)
#EDEDF3
(237,237,243)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC9E1; }

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

This text font color is #AEC9E1.


Background Color

.myBgColor { background-color: #AEC9E1; }

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

This div background color is #AEC9E1.


Border color

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

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

This div border color is #AEC9E1.


Opacity

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

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

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

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

This text has shadow with #AEC9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9E1 on black background.


Color preview on white background

This text has color #AEC9E1 on white background.



Black color preview on #AEC9E1 background

This text has black color on #AEC9E1 background.


White color preview on #AEC9E1 background

This text has white color on #AEC9E1 background.