COLOR #AED9C2

HEX: #AED9C2 RGB: (174,217,194)

Color info

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

RGB color model

#AED9C2 color RGB value is (174,217,194).

RGB: (174,217,194) (68%, 85%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 194 of 255 = 76%

174
217
194

R + G + B ~ 76%. #AED9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 217 + 194 = 585 (100%)
R 174 of 585 ~ 29.74%
G 217 of 585 ~ 37.09%
B 194 of 585 ~ 33.16'%

%29.74
%37.09
%33.16

CMYK color model

#AED9C2 color CMYK value is (20,0,11,15).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 10.60%
  • key color value is 14.90%

CMYK: (20,0,11,15)
C20M0Y11K15 (20%, 0%, 11%, 15%)
(0.20 / 0.00 / 0.11 / 0.15)

CMYK percentages

%19.82
%0
%10.6
%14.9

Codes

Color #AED9C2 in popluar color models

AE D9 C2
RGB 174 217 194
HSL 148° 36.13% 76.67%
HSB/HSV 148° 19.82% 85.10%
CMYK 19.82% 0.00% 10.60%
14.90%

Color #AED9C2 in popluar number systems.

HEX AE D9 C2
Decimal 174 217 194
Binary 10101110 11011001 11000010
Octal 256 331 302

Shades and tints

Shades of #AED9C2

#AED9C2
(174,217,194)
#9FC6B1
(159,198,177)
#90B3A0
(144,179,160)
#81A08F
(129,160,143)
#728D7E
(114,141,126)
#637A6D
(99,122,109)
#54675C
(84,103,92)
#45544B
(69,84,75)
#36413A
(54,65,58)
#272E29
(39,46,41)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #AED9C2

#AED9C2
(174,217,194)
#B5DCC7
(181,220,199)
#BCDFCC
(188,223,204)
#C3E2D1
(195,226,209)
#CAE5D6
(202,229,214)
#D1E8DB
(209,232,219)
#D8EBE0
(216,235,224)
#DFEEE5
(223,238,229)
#E6F1EA
(230,241,234)
#EDF4EF
(237,244,239)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED9C2; }

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

This text font color is #AED9C2.

Background Color

.myBgColor { background-color: #AED9C2; }

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

This div background color is #AED9C2.

Border color

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

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

This div border color is #AED9C2.

Opacity

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

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

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

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

This text has shadow with #AED9C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED9C2.

Preview

Color preview on black background

This text has color #AED9C2 on black background.


Color preview on white background

This text has color #AED9C2 on white background.


Black color preview on #AED9C2 background

This text has black color on #AED9C2 background.


White color preview on #AED9C2 background

This text has white color on #AED9C2 background.


Related colors

Complementary color

Complementary color for #hex is #51263D.


I love getcolorcode.com

Triadic colors

1 #C2AED9 and #D9C2AE with #AED9C2 are triadic colors.

2 #C2D9AE and #D9AEC2 with #AED9C2 are triadic colors.