COLOR #AED0E1

HEX: #AED0E1
RGB: (174,208,225)

Color info

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

RGB color model

#AED0E1 color RGB value is (174,208,225).

  • red value is 174;
  • green value is 208;
  • blue value is 225.
RGB:
(174,208,225)
(68%,82%,88%)

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 225 of 255 = 88%

174
208
225

R + G + B ~ 79%. #AED0E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 208 + 225 = 607 (100%)
R 174 of 607 ~ 28.67%
G 208 of 607 ~ 34.27%
B 225 of 607 ~ 37.07%

%28.67
%34.27
%37.07

CMYK color model

#AED0E1 color CMYK value is (23,8,0,12).

  • cyan value is 22.67%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(23,8,0,12)
C23M8Y0K12 
(23%,8%,0%,12%)
(0.23/0.08/0.00/0.12)	

CMYK percentages

%22.67
%7.56
%0
%11.76

Codes

Color #AED0E1 in popluar color models

AED0E1
RGB174208225
HSL200°45.95%78.24%
HSB/HSV200°22.67%88.24%
CMYK22.67%7.56%0.00%
11.76%

Color #AED0E1 in popluar number systems.

HEXAED0E1
Decimal174208225
Binary101011101101000011100001
Octal256320341

Shades and tints

Shades of #AED0E1

#AED0E1
(174,208,225)
#9FBECD
(159,190,205)
#90ACB9
(144,172,185)
#819AA5
(129,154,165)
#728891
(114,136,145)
#63767D
(99,118,125)
#546469
(84,100,105)
#455255
(69,82,85)
#364041
(54,64,65)
#272E2D
(39,46,45)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #AED0E1

#AED0E1
(174,208,225)
#B5D4E3
(181,212,227)
#BCD8E5
(188,216,229)
#C3DCE7
(195,220,231)
#CAE0E9
(202,224,233)
#D1E4EB
(209,228,235)
#D8E8ED
(216,232,237)
#DFECEF
(223,236,239)
#E6F0F1
(230,240,241)
#EDF4F3
(237,244,243)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED0E1 color. Also use rgb(174,208,225) instead hex code.

Text Font Color

.myTextColor { color: #AED0E1; }

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

This text font color is #AED0E1.


Background Color

.myBgColor { background-color: #AED0E1; }

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

This div background color is #AED0E1.


Border color

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

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

This div border color is #AED0E1.


Opacity

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

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

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

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

This text has shadow with #AED0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED0E1 on black background.


Color preview on white background

This text has color #AED0E1 on white background.



Black color preview on #AED0E1 background

This text has black color on #AED0E1 background.


White color preview on #AED0E1 background

This text has white color on #AED0E1 background.