COLOR #AEDDD3

HEX: #AEDDD3 RGB: (174,221,211)

Color info

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

RGB color model

#AEDDD3 color RGB value is (174,221,211).

RGB: (174,221,211) (68%, 87%, 83%)

RGB channels and saturation

R 174 of 255 = 68%
G 221 of 255 = 87%
B 211 of 255 = 83%

174
221
211

R + G + B ~ 79%. #AEDDD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 221 + 211 = 606 (100%)
R 174 of 606 ~ 28.71%
G 221 of 606 ~ 36.47%
B 211 of 606 ~ 34.82'%

%28.71
%36.47
%34.82

CMYK color model

#AEDDD3 color CMYK value is (21,0,5,13).

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

CMYK: (21,0,5,13)
C21M0Y5K13 (21%, 0%, 5%, 13%)
(0.21 / 0.00 / 0.05 / 0.13)

CMYK percentages

%21.27
%0
%4.52
%13.33

Codes

Color #AEDDD3 in popluar color models

AE DD D3
RGB 174 221 211
HSL 167° 40.87% 77.45%
HSB/HSV 167° 21.27% 86.67%
CMYK 21.27% 0.00% 4.52%
13.33%

Color #AEDDD3 in popluar number systems.

HEX AE DD D3
Decimal 174 221 211
Binary 10101110 11011101 11010011
Octal 256 335 323

Shades and tints

Shades of #AEDDD3

#AEDDD3
(174,221,211)
#9FC9C0
(159,201,192)
#90B5AD
(144,181,173)
#81A19A
(129,161,154)
#728D87
(114,141,135)
#637974
(99,121,116)
#546561
(84,101,97)
#45514E
(69,81,78)
#363D3B
(54,61,59)
#272928
(39,41,40)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEDDD3

#AEDDD3
(174,221,211)
#B5E0D7
(181,224,215)
#BCE3DB
(188,227,219)
#C3E6DF
(195,230,223)
#CAE9E3
(202,233,227)
#D1ECE7
(209,236,231)
#D8EFEB
(216,239,235)
#DFF2EF
(223,242,239)
#E6F5F3
(230,245,243)
#EDF8F7
(237,248,247)
#F4FBFB
(244,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDDD3; }

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

This text font color is #AEDDD3.

Background Color

.myBgColor { background-color: #AEDDD3; }

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

This div background color is #AEDDD3.

Border color

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

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

This div border color is #AEDDD3.

Opacity

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

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

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

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

This text has shadow with #AEDDD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDDD3.

Preview

Color preview on black background

This text has color #AEDDD3 on black background.


Color preview on white background

This text has color #AEDDD3 on white background.


Black color preview on #AEDDD3 background

This text has black color on #AEDDD3 background.


White color preview on #AEDDD3 background

This text has white color on #AEDDD3 background.


Related colors

Complementary color

Complementary color for #hex is #51222C.


I love getcolorcode.com

Triadic colors

1 #D3AEDD and #DDD3AE with #AEDDD3 are triadic colors.

2 #D3DDAE and #DDAED3 with #AEDDD3 are triadic colors.