COLOR #AEDFD0

HEX: #AEDFD0 RGB: (174,223,208)

Color info

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

RGB color model

#AEDFD0 color RGB value is (174,223,208).

RGB: (174,223,208) (68%, 87%, 82%)

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 208 of 255 = 82%

174
223
208

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

Portions of RGB colors in percentages

R + G + B = 174 + 223 + 208 = 605 (100%)
R 174 of 605 ~ 28.76%
G 223 of 605 ~ 36.86%
B 208 of 605 ~ 34.38'%

%28.76
%36.86
%34.38

CMYK color model

#AEDFD0 color CMYK value is (22,0,7,13).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 12.55%

CMYK: (22,0,7,13)
C22M0Y7K13 (22%, 0%, 7%, 13%)
(0.22 / 0.00 / 0.07 / 0.13)

CMYK percentages

%21.97
%0
%6.73
%12.55

Codes

Color #AEDFD0 in popluar color models

AE DF D0
RGB 174 223 208
HSL 162° 43.36% 77.84%
HSB/HSV 162° 21.97% 87.45%
CMYK 21.97% 0.00% 6.73%
12.55%

Color #AEDFD0 in popluar number systems.

HEX AE DF D0
Decimal 174 223 208
Binary 10101110 11011111 11010000
Octal 256 337 320

Shades and tints

Shades of #AEDFD0

#AEDFD0
(174,223,208)
#9FCBBE
(159,203,190)
#90B7AC
(144,183,172)
#81A39A
(129,163,154)
#728F88
(114,143,136)
#637B76
(99,123,118)
#546764
(84,103,100)
#455352
(69,83,82)
#363F40
(54,63,64)
#272B2E
(39,43,46)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #AEDFD0

#AEDFD0
(174,223,208)
#B5E1D4
(181,225,212)
#BCE3D8
(188,227,216)
#C3E5DC
(195,229,220)
#CAE7E0
(202,231,224)
#D1E9E4
(209,233,228)
#D8EBE8
(216,235,232)
#DFEDEC
(223,237,236)
#E6EFF0
(230,239,240)
#EDF1F4
(237,241,244)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDFD0 color. Also use rgb(174,223,208) instead hex code.

Text Font Color

.myTextColor { color: #AEDFD0; }

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

This text font color is #AEDFD0.

Background Color

.myBgColor { background-color: #AEDFD0; }

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

This div background color is #AEDFD0.

Border color

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

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

This div border color is #AEDFD0.

Opacity

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

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

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

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

This text has shadow with #AEDFD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDFD0.

Preview

Color preview on black background

This text has color #AEDFD0 on black background.


Color preview on white background

This text has color #AEDFD0 on white background.


Black color preview on #AEDFD0 background

This text has black color on #AEDFD0 background.


White color preview on #AEDFD0 background

This text has white color on #AEDFD0 background.


Related colors

Complementary color

Complementary color for #hex is #51202F.


I love getcolorcode.com

Triadic colors

1 #D0AEDF and #DFD0AE with #AEDFD0 are triadic colors.

2 #D0DFAE and #DFAED0 with #AEDFD0 are triadic colors.