COLOR #AED9D2

HEX: #AED9D2
RGB: (174,217,210)

Color info

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

RGB color model

#AED9D2 color RGB value is (174,217,210).

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

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 210 of 255 = 82%

174
217
210

R + G + B ~ 78%. #AED9D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 217 + 210 = 601 (100%)
R 174 of 601 ~ 28.95%
G 217 of 601 ~ 36.11%
B 210 of 601 ~ 34.94%

%28.95
%36.11
%34.94

CMYK color model

#AED9D2 color CMYK value is (20,0,3,15).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 14.90%
CMYK:
(20,0,3,15)
C20M0Y3K15 
(20%,0%,3%,15%)
(0.20/0.00/0.03/0.15)	

CMYK percentages

%19.82
%0
%3.23
%14.9

Codes

Color #AED9D2 in popluar color models

AED9D2
RGB174217210
HSL170°36.13%76.67%
HSB/HSV170°19.82%85.10%
CMYK19.82%0.00%3.23%
14.90%

Color #AED9D2 in popluar number systems.

HEXAED9D2
Decimal174217210
Binary101011101101100111010010
Octal256331322

Shades and tints

Shades of #AED9D2

#AED9D2
(174,217,210)
#9FC6BF
(159,198,191)
#90B3AC
(144,179,172)
#81A099
(129,160,153)
#728D86
(114,141,134)
#637A73
(99,122,115)
#546760
(84,103,96)
#45544D
(69,84,77)
#36413A
(54,65,58)
#272E27
(39,46,39)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #AED9D2

#AED9D2
(174,217,210)
#B5DCD6
(181,220,214)
#BCDFDA
(188,223,218)
#C3E2DE
(195,226,222)
#CAE5E2
(202,229,226)
#D1E8E6
(209,232,230)
#D8EBEA
(216,235,234)
#DFEEEE
(223,238,238)
#E6F1F2
(230,241,242)
#EDF4F6
(237,244,246)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED9D2; }

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

This text font color is #AED9D2.


Background Color

.myBgColor { background-color: #AED9D2; }

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

This div background color is #AED9D2.


Border color

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

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

This div border color is #AED9D2.


Opacity

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

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

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

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

This text has shadow with #AED9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED9D2 on black background.


Color preview on white background

This text has color #AED9D2 on white background.



Black color preview on #AED9D2 background

This text has black color on #AED9D2 background.


White color preview on #AED9D2 background

This text has white color on #AED9D2 background.