COLOR #AED8CC

HEX: #AED8CC RGB: (174,216,204)

Color info

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

RGB color model

#AED8CC color RGB value is (174,216,204).

RGB: (174,216,204) (68%, 85%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 216 of 255 = 85%
B 204 of 255 = 80%

174
216
204

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

Portions of RGB colors in percentages

R + G + B = 174 + 216 + 204 = 594 (100%)
R 174 of 594 ~ 29.29%
G 216 of 594 ~ 36.36%
B 204 of 594 ~ 34.34'%

%29.29
%36.36
%34.34

CMYK color model

#AED8CC color CMYK value is (19,0,6,15).

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

CMYK: (19,0,6,15)
C19M0Y6K15 (19%, 0%, 6%, 15%)
(0.19 / 0.00 / 0.06 / 0.15)

CMYK percentages

%19.44
%0
%5.56
%15.29

Codes

Color #AED8CC in popluar color models

AE D8 CC
RGB 174 216 204
HSL 163° 35.00% 76.47%
HSB/HSV 163° 19.44% 84.71%
CMYK 19.44% 0.00% 5.56%
15.29%

Color #AED8CC in popluar number systems.

HEX AE D8 CC
Decimal 174 216 204
Binary 10101110 11011000 11001100
Octal 256 330 314

Shades and tints

Shades of #AED8CC

#AED8CC
(174,216,204)
#9FC5BA
(159,197,186)
#90B2A8
(144,178,168)
#819F96
(129,159,150)
#728C84
(114,140,132)
#637972
(99,121,114)
#546660
(84,102,96)
#45534E
(69,83,78)
#36403C
(54,64,60)
#272D2A
(39,45,42)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #AED8CC

#AED8CC
(174,216,204)
#B5DBD0
(181,219,208)
#BCDED4
(188,222,212)
#C3E1D8
(195,225,216)
#CAE4DC
(202,228,220)
#D1E7E0
(209,231,224)
#D8EAE4
(216,234,228)
#DFEDE8
(223,237,232)
#E6F0EC
(230,240,236)
#EDF3F0
(237,243,240)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED8CC; }

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

This text font color is #AED8CC.

Background Color

.myBgColor { background-color: #AED8CC; }

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

This div background color is #AED8CC.

Border color

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

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

This div border color is #AED8CC.

Opacity

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

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

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

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

This text has shadow with #AED8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED8CC.

Preview

Color preview on black background

This text has color #AED8CC on black background.


Color preview on white background

This text has color #AED8CC on white background.


Black color preview on #AED8CC background

This text has black color on #AED8CC background.


White color preview on #AED8CC background

This text has white color on #AED8CC background.


Related colors

Complementary color

Complementary color for #hex is #512733.


I love getcolorcode.com

Triadic colors

1 #CCAED8 and #D8CCAE with #AED8CC are triadic colors.

2 #CCD8AE and #D8AECC with #AED8CC are triadic colors.