COLOR #AEC9E0

HEX: #AEC9E0
RGB: (174,201,224)

Renk bilgisi

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

RGB renk modeli

#AEC9E0 color RGB value is (174,201,224).

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

RGB bağlantıları ve doygunluk

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

174
201
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 201 + 224 = 599 (100%)
R 174 of 599 ~ 29.05%
G 201 of 599 ~ 33.56%
B 224 of 599 ~ 37.4%

%29.05
%33.56
%37.4

CMYK RENK MODELİ

#AEC9E0 rengi CMYK tonu (22,10,0,12).

  • camgöbeği tonu 22.32%
  • eflatun tonu 10.27%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(22,10,0,12)
C22M10Y0K12 
(22%,10%,0%,12%)
(0.22/0.10/0.00/0.12)	

CMYK yüzdeleri

%22.32
%10.27
%0
%12.16

Codes

Color #AEC9E0 in popluar color models

AEC9E0
RGB174201224
HSL208°44.64%78.04%
HSB/HSV208°22.32%87.84%
CMYK22.32%10.27%0.00%
12.16%

Color #AEC9E0 in popluar number systems.

HEXAEC9E0
Decimal174201224
Binary101011101100100111100000
Octal256311340

Shades and tints

Shades of #AEC9E0

#AEC9E0
(174,201,224)
#9FB7CC
(159,183,204)
#90A5B8
(144,165,184)
#8193A4
(129,147,164)
#728190
(114,129,144)
#636F7C
(99,111,124)
#545D68
(84,93,104)
#454B54
(69,75,84)
#363940
(54,57,64)
#27272C
(39,39,44)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEC9E0

#AEC9E0
(174,201,224)
#B5CDE2
(181,205,226)
#BCD1E4
(188,209,228)
#C3D5E6
(195,213,230)
#CAD9E8
(202,217,232)
#D1DDEA
(209,221,234)
#D8E1EC
(216,225,236)
#DFE5EE
(223,229,238)
#E6E9F0
(230,233,240)
#EDEDF2
(237,237,242)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC9E0; }

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

This text font color is #AEC9E0.


Background Color

.myBgColor { background-color: #AEC9E0; }

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

This div background color is #AEC9E0.


Border color

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

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

This div border color is #AEC9E0.


Opacity

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

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

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

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

This text has shadow with #AEC9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9E0 on black background.


Color preview on white background

This text has color #AEC9E0 on white background.



Black color preview on #AEC9E0 background

This text has black color on #AEC9E0 background.


White color preview on #AEC9E0 background

This text has white color on #AEC9E0 background.