COLOR #AECDFA

HEX: #AECDFA RGB: (174,205,250)

Color info

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

RGB color model

#AECDFA color RGB value is (174,205,250).

RGB: (174,205,250) (68%, 80%, 98%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 250 of 255 = 98%

174
205
250

R + G + B ~ 82%. #AECDFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 205 + 250 = 629 (100%)
R 174 of 629 ~ 27.66%
G 205 of 629 ~ 32.59%
B 250 of 629 ~ 39.75'%

%27.66
%32.59
%39.75

CMYK color model

#AECDFA color CMYK value is (30,18,0,2).

  • cyan value is 30.40%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (30,18,0,2) C30M18Y0K2 (30%,18%,0%,2%) (0.30/0.18/0.00/0.02) 

CMYK percentages

%30.4
%18
%0
%1.96

Codes

Color #AECDFA in popluar color models

AE CD FA
RGB 174 205 250
HSL 216° 88.37% 83.14%
HSB/HSV 216° 30.40% 98.04%
CMYK 30.40% 18.00% 0.00%
1.96%

Color #AECDFA in popluar number systems.

HEX AE CD FA
Decimal 174 205 250
Binary 10101110 11001101 11111010
Octal 256 315 372

Shades and tints

Shades of #AECDFA

#AECDFA
(174,205,250)
#9FBBE4
(159,187,228)
#90A9CE
(144,169,206)
#8197B8
(129,151,184)
#7285A2
(114,133,162)
#63738C
(99,115,140)
#546176
(84,97,118)
#454F60
(69,79,96)
#363D4A
(54,61,74)
#272B34
(39,43,52)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #AECDFA

#AECDFA
(174,205,250)
#B5D1FA
(181,209,250)
#BCD5FA
(188,213,250)
#C3D9FA
(195,217,250)
#CADDFA
(202,221,250)
#D1E1FA
(209,225,250)
#D8E5FA
(216,229,250)
#DFE9FA
(223,233,250)
#E6EDFA
(230,237,250)
#EDF1FA
(237,241,250)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDFA; }

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

This text font color is #AECDFA.

Background Color

.myBgColor { background-color: #AECDFA; }

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

This div background color is #AECDFA.

Border color

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

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

This div border color is #AECDFA.

Opacity

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

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

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

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

This text has shadow with #AECDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECDFA.

Preview

Color preview on black background

This text has color #AECDFA on black background.


Color preview on white background

This text has color #AECDFA on white background.


Black color preview on #AECDFA background

This text has black color on #AECDFA background.


White color preview on #AECDFA background

This text has white color on #AECDFA background.


Related colors

Complementary color

Complementary color for #hex is #513205.


I love getcolorcode.com

Triadic colors

1 #FAAECD and #CDFAAE with #AECDFA are triadic colors.

2 #FACDAE and #CDAEFA with #AECDFA are triadic colors.