COLOR #AEC6F0

HEX: #AEC6F0 RGB: (174,198,240)

Renk bilgisi

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

RGB renk modeli

#AEC6F0 color RGB value is (174,198,240).

RGB: (174,198,240) (68%, 78%, 94%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 198 of 255 = 78%
B 240 of 255 = 94%

174
198
240

R + G + B ~ 80%. #AEC6F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 174 + 198 + 240 = 612 (100%)
R 174 of 612 ~ 28.43%
G 198 of 612 ~ 32.35%
B 240 of 612 ~ 39.22'%

%28.43
%32.35
%39.22

CMYK RENK MODELİ

#AEC6F0 rengi CMYK tonu (28,18,0,6).

  • camgöbeği tonu 27.50%
  • eflatun tonu 17.50%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%

CMYK: (28,18,0,6)
C28M18Y0K6 (28%, 18%, 0%, 6%)
(0.28 / 0.18 / 0.00 / 0.06)

CMYK yüzdeleri

%27.5
%17.5
%0
%5.88

Codes

Color #AEC6F0 in popluar color models

AE C6 F0
RGB 174 198 240
HSL 218° 68.75% 81.18%
HSB/HSV 218° 27.50% 94.12%
CMYK 27.50% 17.50% 0.00%
5.88%

Color #AEC6F0 in popluar number systems.

HEX AE C6 F0
Decimal 174 198 240
Binary 10101110 11000110 11110000
Octal 256 306 360

Shades and tints

Shades of #AEC6F0

#AEC6F0
(174,198,240)
#9FB4DB
(159,180,219)
#90A2C6
(144,162,198)
#8190B1
(129,144,177)
#727E9C
(114,126,156)
#636C87
(99,108,135)
#545A72
(84,90,114)
#45485D
(69,72,93)
#363648
(54,54,72)
#272433
(39,36,51)
#18121E
(24,18,30)
#000000
(0,0,0)

Tints of #AEC6F0

#AEC6F0
(174,198,240)
#B5CBF1
(181,203,241)
#BCD0F2
(188,208,242)
#C3D5F3
(195,213,243)
#CADAF4
(202,218,244)
#D1DFF5
(209,223,245)
#D8E4F6
(216,228,246)
#DFE9F7
(223,233,247)
#E6EEF8
(230,238,248)
#EDF3F9
(237,243,249)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC6F0 color. Also use rgb(174,198,240) instead hex code.

Text Font Color

.myTextColor { color: #AEC6F0; }

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

This text font color is #AEC6F0.

Background Color

.myBgColor { background-color: #AEC6F0; }

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

This div background color is #AEC6F0.

Border color

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

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

This div border color is #AEC6F0.

Opacity

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

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

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

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

This text has shadow with #AEC6F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC6F0.

Preview

Color preview on black background

This text has color #AEC6F0 on black background.


Color preview on white background

This text has color #AEC6F0 on white background.


Black color preview on #AEC6F0 background

This text has black color on #AEC6F0 background.


White color preview on #AEC6F0 background

This text has white color on #AEC6F0 background.


Related colors

Complementary color

Complementary color for #hex is #51390F.


I love getcolorcode.com

Triadic colors

1 #F0AEC6 and #C6F0AE with #AEC6F0 are triadic colors.

2 #F0C6AE and #C6AEF0 with #AEC6F0 are triadic colors.