COLOR #AED4DB

HEX: #AED4DB RGB: (174,212,219)

Color info

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

RGB color model

#AED4DB color RGB value is (174,212,219).

RGB: (174,212,219) (68%, 83%, 86%)

RGB channels and saturation

R 174 of 255 = 68%
G 212 of 255 = 83%
B 219 of 255 = 86%

174
212
219

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

Portions of RGB colors in percentages

R + G + B = 174 + 212 + 219 = 605 (100%)
R 174 of 605 ~ 28.76%
G 212 of 605 ~ 35.04%
B 219 of 605 ~ 36.2'%

%28.76
%35.04
%36.2

CMYK color model

#AED4DB color CMYK value is (21,3,0,14).

  • cyan value is 20.55%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (21,3,0,14)
C21M3Y0K14 (21%, 3%, 0%, 14%)
(0.21 / 0.03 / 0.00 / 0.14)

CMYK percentages

%20.55
%3.2
%0
%14.12

Codes

Color #AED4DB in popluar color models

AE D4 DB
RGB 174 212 219
HSL 189° 38.46% 77.06%
HSB/HSV 189° 20.55% 85.88%
CMYK 20.55% 3.20% 0.00%
14.12%

Color #AED4DB in popluar number systems.

HEX AE D4 DB
Decimal 174 212 219
Binary 10101110 11010100 11011011
Octal 256 324 333

Shades and tints

Shades of #AED4DB

#AED4DB
(174,212,219)
#9FC1C8
(159,193,200)
#90AEB5
(144,174,181)
#819BA2
(129,155,162)
#72888F
(114,136,143)
#63757C
(99,117,124)
#546269
(84,98,105)
#454F56
(69,79,86)
#363C43
(54,60,67)
#272930
(39,41,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #AED4DB

#AED4DB
(174,212,219)
#B5D7DE
(181,215,222)
#BCDAE1
(188,218,225)
#C3DDE4
(195,221,228)
#CAE0E7
(202,224,231)
#D1E3EA
(209,227,234)
#D8E6ED
(216,230,237)
#DFE9F0
(223,233,240)
#E6ECF3
(230,236,243)
#EDEFF6
(237,239,246)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED4DB color. Also use rgb(174,212,219) instead hex code.

Text Font Color

.myTextColor { color: #AED4DB; }

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

This text font color is #AED4DB.

Background Color

.myBgColor { background-color: #AED4DB; }

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

This div background color is #AED4DB.

Border color

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

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

This div border color is #AED4DB.

Opacity

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

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

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

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

This text has shadow with #AED4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED4DB.

Preview

Color preview on black background

This text has color #AED4DB on black background.


Color preview on white background

This text has color #AED4DB on white background.


Black color preview on #AED4DB background

This text has black color on #AED4DB background.


White color preview on #AED4DB background

This text has white color on #AED4DB background.


Related colors

Complementary color

Complementary color for #hex is #512B24.


I love getcolorcode.com

Triadic colors

1 #DBAED4 and #D4DBAE with #AED4DB are triadic colors.

2 #DBD4AE and #D4AEDB with #AED4DB are triadic colors.