COLOR #AECDF1

HEX: #AECDF1
RGB: (174,205,241)

Color info

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

RGB color model

#AECDF1 color RGB value is (174,205,241).

  • red value is 174;
  • green value is 205;
  • blue value is 241.
RGB:
(174,205,241)
(68%,80%,95%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 241 of 255 = 95%

174
205
241

R + G + B ~ 81%. #AECDF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 241 = 620 (100%)
R 174 of 620 ~ 28.06%
G 205 of 620 ~ 33.06%
B 241 of 620 ~ 38.87%

%28.06
%33.06
%38.87

CMYK color model

#AECDF1 color CMYK value is (28,15,0,5).

  • cyan value is 27.80%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(28,15,0,5)
C28M15Y0K5 
(28%,15%,0%,5%)
(0.28/0.15/0.00/0.05)	

CMYK percentages

%27.8
%14.94
%0
%5.49

Codes

Color #AECDF1 in popluar color models

AECDF1
RGB174205241
HSL212°70.53%81.37%
HSB/HSV212°27.80%94.51%
CMYK27.80%14.94%0.00%
5.49%

Color #AECDF1 in popluar number systems.

HEXAECDF1
Decimal174205241
Binary101011101100110111110001
Octal256315361

Shades and tints

Shades of #AECDF1

#AECDF1
(174,205,241)
#9FBBDC
(159,187,220)
#90A9C7
(144,169,199)
#8197B2
(129,151,178)
#72859D
(114,133,157)
#637388
(99,115,136)
#546173
(84,97,115)
#454F5E
(69,79,94)
#363D49
(54,61,73)
#272B34
(39,43,52)
#18191F
(24,25,31)
#000000
(0,0,0)

Tints of #AECDF1

#AECDF1
(174,205,241)
#B5D1F2
(181,209,242)
#BCD5F3
(188,213,243)
#C3D9F4
(195,217,244)
#CADDF5
(202,221,245)
#D1E1F6
(209,225,246)
#D8E5F7
(216,229,247)
#DFE9F8
(223,233,248)
#E6EDF9
(230,237,249)
#EDF1FA
(237,241,250)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDF1; }

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

This text font color is #AECDF1.


Background Color

.myBgColor { background-color: #AECDF1; }

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

This div background color is #AECDF1.


Border color

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

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

This div border color is #AECDF1.


Opacity

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

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

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

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

This text has shadow with #AECDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECDF1 on black background.


Color preview on white background

This text has color #AECDF1 on white background.



Black color preview on #AECDF1 background

This text has black color on #AECDF1 background.


White color preview on #AECDF1 background

This text has white color on #AECDF1 background.