COLOR #AEDFF0

HEX: #AEDFF0
RGB: (174,223,240)

Color info

#AEDFF0 contains mainly green and blue colors. Web safe color of #AEDFF0 is #99CCFF (or #9CF).

RGB color model

#AEDFF0 color RGB value is (174,223,240).

  • red value is 174;
  • green value is 223;
  • blue value is 240.
RGB:
(174,223,240)
(68%,87%,94%)

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 240 of 255 = 94%

174
223
240

R + G + B ~ 83%. #AEDFF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 223 + 240 = 637 (100%)
R 174 of 637 ~ 27.32%
G 223 of 637 ~ 35.01%
B 240 of 637 ~ 37.68%

%27.32
%35.01
%37.68

CMYK color model

#AEDFF0 color CMYK value is (28,7,0,6).

  • cyan value is 27.50%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(28,7,0,6)
C28M7Y0K6 
(28%,7%,0%,6%)
(0.28/0.07/0.00/0.06)	

CMYK percentages

%27.5
%7.08
%0
%5.88

Codes

Color #AEDFF0 in popluar color models

AEDFF0
RGB174223240
HSL195°68.75%81.18%
HSB/HSV195°27.50%94.12%
CMYK27.50%7.08%0.00%
5.88%

Color #AEDFF0 in popluar number systems.

HEXAEDFF0
Decimal174223240
Binary101011101101111111110000
Octal256337360

Shades and tints

Shades of #AEDFF0

#AEDFF0
(174,223,240)
#9FCBDB
(159,203,219)
#90B7C6
(144,183,198)
#81A3B1
(129,163,177)
#728F9C
(114,143,156)
#637B87
(99,123,135)
#546772
(84,103,114)
#45535D
(69,83,93)
#363F48
(54,63,72)
#272B33
(39,43,51)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #AEDFF0

#AEDFF0
(174,223,240)
#B5E1F1
(181,225,241)
#BCE3F2
(188,227,242)
#C3E5F3
(195,229,243)
#CAE7F4
(202,231,244)
#D1E9F5
(209,233,245)
#D8EBF6
(216,235,246)
#DFEDF7
(223,237,247)
#E6EFF8
(230,239,248)
#EDF1F9
(237,241,249)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDFF0; }

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

This text font color is #AEDFF0.


Background Color

.myBgColor { background-color: #AEDFF0; }

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

This div background color is #AEDFF0.


Border color

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

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

This div border color is #AEDFF0.


Opacity

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

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

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

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

This text has shadow with #AEDFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDFF0 on black background.


Color preview on white background

This text has color #AEDFF0 on white background.



Black color preview on #AEDFF0 background

This text has black color on #AEDFF0 background.


White color preview on #AEDFF0 background

This text has white color on #AEDFF0 background.