COLOR #AEDADF

HEX: #AEDADF
RGB: (174,218,223)

Color info

#AEDADF contains red, green and blue colors in about the same proportion. Web safe color of #AEDADF is #99CCCC (or #9CC).

RGB color model

#AEDADF color RGB value is (174,218,223).

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

RGB channels and saturation

R 174 of 255 = 68%
G 218 of 255 = 85%
B 223 of 255 = 87%

174
218
223

R + G + B ~ 80%. #AEDADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 218 + 223 = 615 (100%)
R 174 of 615 ~ 28.29%
G 218 of 615 ~ 35.45%
B 223 of 615 ~ 36.26%

%28.29
%35.45
%36.26

CMYK color model

#AEDADF color CMYK value is (22,2,0,13).

  • cyan value is 21.97%
  • magenta value is 2.24%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(22,2,0,13)
C22M2Y0K13 
(22%,2%,0%,13%)
(0.22/0.02/0.00/0.13)	

CMYK percentages

%21.97
%2.24
%0
%12.55

Codes

Color #AEDADF in popluar color models

AEDADF
RGB174218223
HSL186°43.36%77.84%
HSB/HSV186°21.97%87.45%
CMYK21.97%2.24%0.00%
12.55%

Color #AEDADF in popluar number systems.

HEXAEDADF
Decimal174218223
Binary101011101101101011011111
Octal256332337

Shades and tints

Shades of #AEDADF

#AEDADF
(174,218,223)
#9FC7CB
(159,199,203)
#90B4B7
(144,180,183)
#81A1A3
(129,161,163)
#728E8F
(114,142,143)
#637B7B
(99,123,123)
#546867
(84,104,103)
#455553
(69,85,83)
#36423F
(54,66,63)
#272F2B
(39,47,43)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #AEDADF

#AEDADF
(174,218,223)
#B5DDE1
(181,221,225)
#BCE0E3
(188,224,227)
#C3E3E5
(195,227,229)
#CAE6E7
(202,230,231)
#D1E9E9
(209,233,233)
#D8ECEB
(216,236,235)
#DFEFED
(223,239,237)
#E6F2EF
(230,242,239)
#EDF5F1
(237,245,241)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDADF; }

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

This text font color is #AEDADF.


Background Color

.myBgColor { background-color: #AEDADF; }

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

This div background color is #AEDADF.


Border color

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

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

This div border color is #AEDADF.


Opacity

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

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

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

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

This text has shadow with #AEDADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDADF on black background.


Color preview on white background

This text has color #AEDADF on white background.



Black color preview on #AEDADF background

This text has black color on #AEDADF background.


White color preview on #AEDADF background

This text has white color on #AEDADF background.