COLOR #AEDFF2

HEX: #AEDFF2
RGB: (174,223,242)

Color info

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

RGB color model

#AEDFF2 color RGB value is (174,223,242).

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

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 242 of 255 = 95%

174
223
242

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

Portions of RGB colors in percentages

R + G + B =
174 + 223 + 242 = 639 (100%)
R 174 of 639 ~ 27.23%
G 223 of 639 ~ 34.9%
B 242 of 639 ~ 37.87%

%27.23
%34.9
%37.87

CMYK color model

#AEDFF2 color CMYK value is (28,8,0,5).

  • cyan value is 28.10%
  • magenta value is 7.85%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(28,8,0,5)
C28M8Y0K5 
(28%,8%,0%,5%)
(0.28/0.08/0.00/0.05)	

CMYK percentages

%28.1
%7.85
%0
%5.1

Codes

Color #AEDFF2 in popluar color models

AEDFF2
RGB174223242
HSL197°72.34%81.57%
HSB/HSV197°28.10%94.90%
CMYK28.10%7.85%0.00%
5.10%

Color #AEDFF2 in popluar number systems.

HEXAEDFF2
Decimal174223242
Binary101011101101111111110010
Octal256337362

Shades and tints

Shades of #AEDFF2

#AEDFF2
(174,223,242)
#9FCBDC
(159,203,220)
#90B7C6
(144,183,198)
#81A3B0
(129,163,176)
#728F9A
(114,143,154)
#637B84
(99,123,132)
#54676E
(84,103,110)
#455358
(69,83,88)
#363F42
(54,63,66)
#272B2C
(39,43,44)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AEDFF2

#AEDFF2
(174,223,242)
#B5E1F3
(181,225,243)
#BCE3F4
(188,227,244)
#C3E5F5
(195,229,245)
#CAE7F6
(202,231,246)
#D1E9F7
(209,233,247)
#D8EBF8
(216,235,248)
#DFEDF9
(223,237,249)
#E6EFFA
(230,239,250)
#EDF1FB
(237,241,251)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDFF2; }

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

This text font color is #AEDFF2.


Background Color

.myBgColor { background-color: #AEDFF2; }

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

This div background color is #AEDFF2.


Border color

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

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

This div border color is #AEDFF2.


Opacity

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

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

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

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

This text has shadow with #AEDFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDFF2 on black background.


Color preview on white background

This text has color #AEDFF2 on white background.



Black color preview on #AEDFF2 background

This text has black color on #AEDFF2 background.


White color preview on #AEDFF2 background

This text has white color on #AEDFF2 background.