COLOR #AEDCF3

HEX: #AEDCF3
RGB: (174,220,243)

Color info

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

RGB color model

#AEDCF3 color RGB value is (174,220,243).

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

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 243 of 255 = 95%

174
220
243

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

Portions of RGB colors in percentages

R + G + B =
174 + 220 + 243 = 637 (100%)
R 174 of 637 ~ 27.32%
G 220 of 637 ~ 34.54%
B 243 of 637 ~ 38.15%

%27.32
%34.54
%38.15

CMYK color model

#AEDCF3 color CMYK value is (28,9,0,5).

  • cyan value is 28.40%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(28,9,0,5)
C28M9Y0K5 
(28%,9%,0%,5%)
(0.28/0.09/0.00/0.05)	

CMYK percentages

%28.4
%9.47
%0
%4.71

Codes

Color #AEDCF3 in popluar color models

AEDCF3
RGB174220243
HSL200°74.19%81.76%
HSB/HSV200°28.40%95.29%
CMYK28.40%9.47%0.00%
4.71%

Color #AEDCF3 in popluar number systems.

HEXAEDCF3
Decimal174220243
Binary101011101101110011110011
Octal256334363

Shades and tints

Shades of #AEDCF3

#AEDCF3
(174,220,243)
#9FC8DD
(159,200,221)
#90B4C7
(144,180,199)
#81A0B1
(129,160,177)
#728C9B
(114,140,155)
#637885
(99,120,133)
#54646F
(84,100,111)
#455059
(69,80,89)
#363C43
(54,60,67)
#27282D
(39,40,45)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #AEDCF3

#AEDCF3
(174,220,243)
#B5DFF4
(181,223,244)
#BCE2F5
(188,226,245)
#C3E5F6
(195,229,246)
#CAE8F7
(202,232,247)
#D1EBF8
(209,235,248)
#D8EEF9
(216,238,249)
#DFF1FA
(223,241,250)
#E6F4FB
(230,244,251)
#EDF7FC
(237,247,252)
#F4FAFD
(244,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDCF3; }

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

This text font color is #AEDCF3.


Background Color

.myBgColor { background-color: #AEDCF3; }

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

This div background color is #AEDCF3.


Border color

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

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

This div border color is #AEDCF3.


Opacity

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

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

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

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

This text has shadow with #AEDCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDCF3 on black background.


Color preview on white background

This text has color #AEDCF3 on white background.



Black color preview on #AEDCF3 background

This text has black color on #AEDCF3 background.


White color preview on #AEDCF3 background

This text has white color on #AEDCF3 background.