COLOR #AEDFD8

HEX: #AEDFD8 RGB: (174,223,216)

Color info

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

RGB color model

#AEDFD8 color RGB value is (174,223,216).

RGB: (174,223,216) (68%, 87%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 216 of 255 = 85%

174
223
216

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

Portions of RGB colors in percentages

R + G + B = 174 + 223 + 216 = 613 (100%)
R 174 of 613 ~ 28.38%
G 223 of 613 ~ 36.38%
B 216 of 613 ~ 35.24'%

%28.38
%36.38
%35.24

CMYK color model

#AEDFD8 color CMYK value is (22,0,3,13).

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

CMYK: (22,0,3,13)
C22M0Y3K13 (22%, 0%, 3%, 13%)
(0.22 / 0.00 / 0.03 / 0.13)

CMYK percentages

%21.97
%0
%3.14
%12.55

Codes

Color #AEDFD8 in popluar color models

AE DF D8
RGB 174 223 216
HSL 171° 43.36% 77.84%
HSB/HSV 171° 21.97% 87.45%
CMYK 21.97% 0.00% 3.14%
12.55%

Color #AEDFD8 in popluar number systems.

HEX AE DF D8
Decimal 174 223 216
Binary 10101110 11011111 11011000
Octal 256 337 330

Shades and tints

Shades of #AEDFD8

#AEDFD8
(174,223,216)
#9FCBC5
(159,203,197)
#90B7B2
(144,183,178)
#81A39F
(129,163,159)
#728F8C
(114,143,140)
#637B79
(99,123,121)
#546766
(84,103,102)
#455353
(69,83,83)
#363F40
(54,63,64)
#272B2D
(39,43,45)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #AEDFD8

#AEDFD8
(174,223,216)
#B5E1DB
(181,225,219)
#BCE3DE
(188,227,222)
#C3E5E1
(195,229,225)
#CAE7E4
(202,231,228)
#D1E9E7
(209,233,231)
#D8EBEA
(216,235,234)
#DFEDED
(223,237,237)
#E6EFF0
(230,239,240)
#EDF1F3
(237,241,243)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDFD8; }

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

This text font color is #AEDFD8.

Background Color

.myBgColor { background-color: #AEDFD8; }

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

This div background color is #AEDFD8.

Border color

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

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

This div border color is #AEDFD8.

Opacity

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

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

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

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

This text has shadow with #AEDFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDFD8.

Preview

Color preview on black background

This text has color #AEDFD8 on black background.


Color preview on white background

This text has color #AEDFD8 on white background.


Black color preview on #AEDFD8 background

This text has black color on #AEDFD8 background.


White color preview on #AEDFD8 background

This text has white color on #AEDFD8 background.


Related colors

Complementary color

Complementary color for #hex is #512027.


I love getcolorcode.com

Triadic colors

1 #D8AEDF and #DFD8AE with #AEDFD8 are triadic colors.

2 #D8DFAE and #DFAED8 with #AEDFD8 are triadic colors.