COLOR #AED8C5

HEX: #AED8C5 RGB: (174,216,197)

Color info

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

RGB color model

#AED8C5 color RGB value is (174,216,197).

RGB: (174,216,197) (68%, 85%, 77%)

RGB channels and saturation

R 174 of 255 = 68%
G 216 of 255 = 85%
B 197 of 255 = 77%

174
216
197

R + G + B ~ 77%. #AED8C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 216 + 197 = 587 (100%)
R 174 of 587 ~ 29.64%
G 216 of 587 ~ 36.8%
B 197 of 587 ~ 33.56'%

%29.64
%36.8
%33.56

CMYK color model

#AED8C5 color CMYK value is (19,0,9,15).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 15.29%

CMYK: (19,0,9,15)
C19M0Y9K15 (19%, 0%, 9%, 15%)
(0.19 / 0.00 / 0.09 / 0.15)

CMYK percentages

%19.44
%0
%8.8
%15.29

Codes

Color #AED8C5 in popluar color models

AE D8 C5
RGB 174 216 197
HSL 153° 35.00% 76.47%
HSB/HSV 153° 19.44% 84.71%
CMYK 19.44% 0.00% 8.80%
15.29%

Color #AED8C5 in popluar number systems.

HEX AE D8 C5
Decimal 174 216 197
Binary 10101110 11011000 11000101
Octal 256 330 305

Shades and tints

Shades of #AED8C5

#AED8C5
(174,216,197)
#9FC5B4
(159,197,180)
#90B2A3
(144,178,163)
#819F92
(129,159,146)
#728C81
(114,140,129)
#637970
(99,121,112)
#54665F
(84,102,95)
#45534E
(69,83,78)
#36403D
(54,64,61)
#272D2C
(39,45,44)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #AED8C5

#AED8C5
(174,216,197)
#B5DBCA
(181,219,202)
#BCDECF
(188,222,207)
#C3E1D4
(195,225,212)
#CAE4D9
(202,228,217)
#D1E7DE
(209,231,222)
#D8EAE3
(216,234,227)
#DFEDE8
(223,237,232)
#E6F0ED
(230,240,237)
#EDF3F2
(237,243,242)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED8C5 color. Also use rgb(174,216,197) instead hex code.

Text Font Color

.myTextColor { color: #AED8C5; }

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

This text font color is #AED8C5.

Background Color

.myBgColor { background-color: #AED8C5; }

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

This div background color is #AED8C5.

Border color

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

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

This div border color is #AED8C5.

Opacity

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

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

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

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

This text has shadow with #AED8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED8C5.

Preview

Color preview on black background

This text has color #AED8C5 on black background.


Color preview on white background

This text has color #AED8C5 on white background.


Black color preview on #AED8C5 background

This text has black color on #AED8C5 background.


White color preview on #AED8C5 background

This text has white color on #AED8C5 background.


Related colors

Complementary color

Complementary color for #hex is #51273A.


I love getcolorcode.com

Triadic colors

1 #C5AED8 and #D8C5AE with #AED8C5 are triadic colors.

2 #C5D8AE and #D8AEC5 with #AED8C5 are triadic colors.