COLOR #AEDFFA

HEX: #AEDFFA
RGB: (174,223,250)

Color info

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

RGB color model

#AEDFFA color RGB value is (174,223,250).

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

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 250 of 255 = 98%

174
223
250

R + G + B ~ 84%. #AEDFFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 223 + 250 = 647 (100%)
R 174 of 647 ~ 26.89%
G 223 of 647 ~ 34.47%
B 250 of 647 ~ 38.64%

%26.89
%34.47
%38.64

CMYK color model

#AEDFFA color CMYK value is (30,11,0,2).

  • cyan value is 30.40%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,11,0,2)
C30M11Y0K2 
(30%,11%,0%,2%)
(0.30/0.11/0.00/0.02)	

CMYK percentages

%30.4
%10.8
%0
%1.96

Codes

Color #AEDFFA in popluar color models

AEDFFA
RGB174223250
HSL201°88.37%83.14%
HSB/HSV201°30.40%98.04%
CMYK30.40%10.80%0.00%
1.96%

Color #AEDFFA in popluar number systems.

HEXAEDFFA
Decimal174223250
Binary101011101101111111111010
Octal256337372

Shades and tints

Shades of #AEDFFA

#AEDFFA
(174,223,250)
#9FCBE4
(159,203,228)
#90B7CE
(144,183,206)
#81A3B8
(129,163,184)
#728FA2
(114,143,162)
#637B8C
(99,123,140)
#546776
(84,103,118)
#455360
(69,83,96)
#363F4A
(54,63,74)
#272B34
(39,43,52)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #AEDFFA

#AEDFFA
(174,223,250)
#B5E1FA
(181,225,250)
#BCE3FA
(188,227,250)
#C3E5FA
(195,229,250)
#CAE7FA
(202,231,250)
#D1E9FA
(209,233,250)
#D8EBFA
(216,235,250)
#DFEDFA
(223,237,250)
#E6EFFA
(230,239,250)
#EDF1FA
(237,241,250)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDFFA; }

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

This text font color is #AEDFFA.


Background Color

.myBgColor { background-color: #AEDFFA; }

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

This div background color is #AEDFFA.


Border color

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

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

This div border color is #AEDFFA.


Opacity

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

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

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

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

This text has shadow with #AEDFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDFFA on black background.


Color preview on white background

This text has color #AEDFFA on white background.



Black color preview on #AEDFFA background

This text has black color on #AEDFFA background.


White color preview on #AEDFFA background

This text has white color on #AEDFFA background.