COLOR #AED9E4

HEX: #AED9E4
RGB: (174,217,228)

Color info

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

RGB color model

#AED9E4 color RGB value is (174,217,228).

  • red value is 174;
  • green value is 217;
  • blue value is 228.
RGB:
(174,217,228)
(68%,85%,89%)

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 228 of 255 = 89%

174
217
228

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

Portions of RGB colors in percentages

R + G + B =
174 + 217 + 228 = 619 (100%)
R 174 of 619 ~ 28.11%
G 217 of 619 ~ 35.06%
B 228 of 619 ~ 36.83%

%28.11
%35.06
%36.83

CMYK color model

#AED9E4 color CMYK value is (24,5,0,11).

  • cyan value is 23.68%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(24,5,0,11)
C24M5Y0K11 
(24%,5%,0%,11%)
(0.24/0.05/0.00/0.11)	

CMYK percentages

%23.68
%4.82
%0
%10.59

Codes

Color #AED9E4 in popluar color models

AED9E4
RGB174217228
HSL192°50.00%78.82%
HSB/HSV192°23.68%89.41%
CMYK23.68%4.82%0.00%
10.59%

Color #AED9E4 in popluar number systems.

HEXAED9E4
Decimal174217228
Binary101011101101100111100100
Octal256331344

Shades and tints

Shades of #AED9E4

#AED9E4
(174,217,228)
#9FC6D0
(159,198,208)
#90B3BC
(144,179,188)
#81A0A8
(129,160,168)
#728D94
(114,141,148)
#637A80
(99,122,128)
#54676C
(84,103,108)
#455458
(69,84,88)
#364144
(54,65,68)
#272E30
(39,46,48)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #AED9E4

#AED9E4
(174,217,228)
#B5DCE6
(181,220,230)
#BCDFE8
(188,223,232)
#C3E2EA
(195,226,234)
#CAE5EC
(202,229,236)
#D1E8EE
(209,232,238)
#D8EBF0
(216,235,240)
#DFEEF2
(223,238,242)
#E6F1F4
(230,241,244)
#EDF4F6
(237,244,246)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED9E4 color. Also use rgb(174,217,228) instead hex code.

Text Font Color

.myTextColor { color: #AED9E4; }

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

This text font color is #AED9E4.


Background Color

.myBgColor { background-color: #AED9E4; }

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

This div background color is #AED9E4.


Border color

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

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

This div border color is #AED9E4.


Opacity

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

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

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

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

This text has shadow with #AED9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED9E4 on black background.


Color preview on white background

This text has color #AED9E4 on white background.



Black color preview on #AED9E4 background

This text has black color on #AED9E4 background.


White color preview on #AED9E4 background

This text has white color on #AED9E4 background.