COLOR #AEDDD7

HEX: #AEDDD7 RGB: (174,221,215)

Color info

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

RGB color model

#AEDDD7 color RGB value is (174,221,215).

RGB: (174,221,215) (68%, 87%, 84%)

RGB channels and saturation

R 174 of 255 = 68%
G 221 of 255 = 87%
B 215 of 255 = 84%

174
221
215

R + G + B ~ 80%. #AEDDD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 221 + 215 = 610 (100%)
R 174 of 610 ~ 28.52%
G 221 of 610 ~ 36.23%
B 215 of 610 ~ 35.25'%

%28.52
%36.23
%35.25

CMYK color model

#AEDDD7 color CMYK value is (21,0,3,13).

  • cyan value is 21.27%
  • magenta value is 0.00%
  • yellow value is 2.71%
  • key color value is 13.33%

CMYK: (21,0,3,13)
C21M0Y3K13 (21%, 0%, 3%, 13%)
(0.21 / 0.00 / 0.03 / 0.13)

CMYK percentages

%21.27
%0
%2.71
%13.33

Codes

Color #AEDDD7 in popluar color models

AE DD D7
RGB 174 221 215
HSL 172° 40.87% 77.45%
HSB/HSV 172° 21.27% 86.67%
CMYK 21.27% 0.00% 2.71%
13.33%

Color #AEDDD7 in popluar number systems.

HEX AE DD D7
Decimal 174 221 215
Binary 10101110 11011101 11010111
Octal 256 335 327

Shades and tints

Shades of #AEDDD7

#AEDDD7
(174,221,215)
#9FC9C4
(159,201,196)
#90B5B1
(144,181,177)
#81A19E
(129,161,158)
#728D8B
(114,141,139)
#637978
(99,121,120)
#546565
(84,101,101)
#455152
(69,81,82)
#363D3F
(54,61,63)
#27292C
(39,41,44)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AEDDD7

#AEDDD7
(174,221,215)
#B5E0DA
(181,224,218)
#BCE3DD
(188,227,221)
#C3E6E0
(195,230,224)
#CAE9E3
(202,233,227)
#D1ECE6
(209,236,230)
#D8EFE9
(216,239,233)
#DFF2EC
(223,242,236)
#E6F5EF
(230,245,239)
#EDF8F2
(237,248,242)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDDD7 color. Also use rgb(174,221,215) instead hex code.

Text Font Color

.myTextColor { color: #AEDDD7; }

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

This text font color is #AEDDD7.

Background Color

.myBgColor { background-color: #AEDDD7; }

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

This div background color is #AEDDD7.

Border color

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

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

This div border color is #AEDDD7.

Opacity

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

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

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

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

This text has shadow with #AEDDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDDD7.

Preview

Color preview on black background

This text has color #AEDDD7 on black background.


Color preview on white background

This text has color #AEDDD7 on white background.


Black color preview on #AEDDD7 background

This text has black color on #AEDDD7 background.


White color preview on #AEDDD7 background

This text has white color on #AEDDD7 background.


Related colors

Complementary color

Complementary color for #hex is #512228.


I love getcolorcode.com

Triadic colors

1 #D7AEDD and #DDD7AE with #AEDDD7 are triadic colors.

2 #D7DDAE and #DDAED7 with #AEDDD7 are triadic colors.