COLOR #AED1F3

HEX: #AED1F3
RGB: (174,209,243)

Color info

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

RGB color model

#AED1F3 color RGB value is (174,209,243).

  • red value is 174;
  • green value is 209;
  • blue value is 243.
RGB:
(174,209,243)
(68%,82%,95%)

RGB channels and saturation

R 174 of 255 = 68%
G 209 of 255 = 82%
B 243 of 255 = 95%

174
209
243

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

Portions of RGB colors in percentages

R + G + B =
174 + 209 + 243 = 626 (100%)
R 174 of 626 ~ 27.8%
G 209 of 626 ~ 33.39%
B 243 of 626 ~ 38.82%

%27.8
%33.39
%38.82

CMYK color model

#AED1F3 color CMYK value is (28,14,0,5).

  • cyan value is 28.40%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(28,14,0,5)
C28M14Y0K5 
(28%,14%,0%,5%)
(0.28/0.14/0.00/0.05)	

CMYK percentages

%28.4
%13.99
%0
%4.71

Codes

Color #AED1F3 in popluar color models

AED1F3
RGB174209243
HSL210°74.19%81.76%
HSB/HSV210°28.40%95.29%
CMYK28.40%13.99%0.00%
4.71%

Color #AED1F3 in popluar number systems.

HEXAED1F3
Decimal174209243
Binary101011101101000111110011
Octal256321363

Shades and tints

Shades of #AED1F3

#AED1F3
(174,209,243)
#9FBEDD
(159,190,221)
#90ABC7
(144,171,199)
#8198B1
(129,152,177)
#72859B
(114,133,155)
#637285
(99,114,133)
#545F6F
(84,95,111)
#454C59
(69,76,89)
#363943
(54,57,67)
#27262D
(39,38,45)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #AED1F3

#AED1F3
(174,209,243)
#B5D5F4
(181,213,244)
#BCD9F5
(188,217,245)
#C3DDF6
(195,221,246)
#CAE1F7
(202,225,247)
#D1E5F8
(209,229,248)
#D8E9F9
(216,233,249)
#DFEDFA
(223,237,250)
#E6F1FB
(230,241,251)
#EDF5FC
(237,245,252)
#F4F9FD
(244,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED1F3 color. Also use rgb(174,209,243) instead hex code.

Text Font Color

.myTextColor { color: #AED1F3; }

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

This text font color is #AED1F3.


Background Color

.myBgColor { background-color: #AED1F3; }

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

This div background color is #AED1F3.


Border color

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

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

This div border color is #AED1F3.


Opacity

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

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

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

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

This text has shadow with #AED1F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED1F3 on black background.


Color preview on white background

This text has color #AED1F3 on white background.



Black color preview on #AED1F3 background

This text has black color on #AED1F3 background.


White color preview on #AED1F3 background

This text has white color on #AED1F3 background.