COLOR #AEC5F9

HEX: #AEC5F9
RGB: (174,197,249)

Renk bilgisi

#AEC5F9 contains mainly green and blue colors. #AEC5F9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#AEC5F9 color RGB value is (174,197,249).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 197 of 255 = 77%
B 249 of 255 = 98%

174
197
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 197 + 249 = 620 (100%)
R 174 of 620 ~ 28.06%
G 197 of 620 ~ 31.77%
B 249 of 620 ~ 40.16%

%28.06
%31.77
%40.16

CMYK RENK MODELİ

#AEC5F9 rengi CMYK tonu (30,21,0,2).

  • camgöbeği tonu 30.12%
  • eflatun tonu 20.88%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(30,21,0,2)
C30M21Y0K2 
(30%,21%,0%,2%)
(0.30/0.21/0.00/0.02)	

CMYK yüzdeleri

%30.12
%20.88
%0
%2.35

Codes

Color #AEC5F9 in popluar color models

AEC5F9
RGB174197249
HSL222°86.21%82.94%
HSB/HSV222°30.12%97.65%
CMYK30.12%20.88%0.00%
2.35%

Color #AEC5F9 in popluar number systems.

HEXAEC5F9
Decimal174197249
Binary101011101100010111111001
Octal256305371

Shades and tints

Shades of #AEC5F9

#AEC5F9
(174,197,249)
#9FB4E3
(159,180,227)
#90A3CD
(144,163,205)
#8192B7
(129,146,183)
#7281A1
(114,129,161)
#63708B
(99,112,139)
#545F75
(84,95,117)
#454E5F
(69,78,95)
#363D49
(54,61,73)
#272C33
(39,44,51)
#181B1D
(24,27,29)
#000000
(0,0,0)

Tints of #AEC5F9

#AEC5F9
(174,197,249)
#B5CAF9
(181,202,249)
#BCCFF9
(188,207,249)
#C3D4F9
(195,212,249)
#CAD9F9
(202,217,249)
#D1DEF9
(209,222,249)
#D8E3F9
(216,227,249)
#DFE8F9
(223,232,249)
#E6EDF9
(230,237,249)
#EDF2F9
(237,242,249)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC5F9; }

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

This text font color is #AEC5F9.


Background Color

.myBgColor { background-color: #AEC5F9; }

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

This div background color is #AEC5F9.


Border color

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

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

This div border color is #AEC5F9.


Opacity

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

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

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

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

This text has shadow with #AEC5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC5F9 on black background.


Color preview on white background

This text has color #AEC5F9 on white background.



Black color preview on #AEC5F9 background

This text has black color on #AEC5F9 background.


White color preview on #AEC5F9 background

This text has white color on #AEC5F9 background.