COLOR #AEDACC

HEX: #AEDACC RGB: (174,218,204)

Color info

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

RGB color model

#AEDACC color RGB value is (174,218,204).

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

RGB channels and saturation

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

174
218
204

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

Portions of RGB colors in percentages

R + G + B = 174 + 218 + 204 = 596 (100%)
R 174 of 596 ~ 29.19%
G 218 of 596 ~ 36.58%
B 204 of 596 ~ 34.23'%

%29.19
%36.58
%34.23

CMYK color model

#AEDACC color CMYK value is (20,0,6,15).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 14.51%

CMYK: (20,0,6,15)
C20M0Y6K15 (20%, 0%, 6%, 15%)
(0.20 / 0.00 / 0.06 / 0.15)

CMYK percentages

%20.18
%0
%6.42
%14.51

Codes

Color #AEDACC in popluar color models

AE DA CC
RGB 174 218 204
HSL 161° 37.29% 76.86%
HSB/HSV 161° 20.18% 85.49%
CMYK 20.18% 0.00% 6.42%
14.51%

Color #AEDACC in popluar number systems.

HEX AE DA CC
Decimal 174 218 204
Binary 10101110 11011010 11001100
Octal 256 332 314

Shades and tints

Shades of #AEDACC

#AEDACC
(174,218,204)
#9FC7BA
(159,199,186)
#90B4A8
(144,180,168)
#81A196
(129,161,150)
#728E84
(114,142,132)
#637B72
(99,123,114)
#546860
(84,104,96)
#45554E
(69,85,78)
#36423C
(54,66,60)
#272F2A
(39,47,42)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #AEDACC

#AEDACC
(174,218,204)
#B5DDD0
(181,221,208)
#BCE0D4
(188,224,212)
#C3E3D8
(195,227,216)
#CAE6DC
(202,230,220)
#D1E9E0
(209,233,224)
#D8ECE4
(216,236,228)
#DFEFE8
(223,239,232)
#E6F2EC
(230,242,236)
#EDF5F0
(237,245,240)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDACC; }

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

This text font color is #AEDACC.

Background Color

.myBgColor { background-color: #AEDACC; }

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

This div background color is #AEDACC.

Border color

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

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

This div border color is #AEDACC.

Opacity

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

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

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

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

This text has shadow with #AEDACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDACC.

Preview

Color preview on black background

This text has color #AEDACC on black background.


Color preview on white background

This text has color #AEDACC on white background.


Black color preview on #AEDACC background

This text has black color on #AEDACC background.


White color preview on #AEDACC background

This text has white color on #AEDACC background.


Related colors

Complementary color

Complementary color for #hex is #512533.


I love getcolorcode.com

Triadic colors

1 #CCAEDA and #DACCAE with #AEDACC are triadic colors.

2 #CCDAAE and #DAAECC with #AEDACC are triadic colors.