COLOR #AED4CA

HEX: #AED4CA RGB: (174,212,202)

Color info

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

RGB color model

#AED4CA color RGB value is (174,212,202).

RGB: (174,212,202) (68%, 83%, 79%)

RGB channels and saturation

R 174 of 255 = 68%
G 212 of 255 = 83%
B 202 of 255 = 79%

174
212
202

R + G + B ~ 77%. #AED4CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 212 + 202 = 588 (100%)
R 174 of 588 ~ 29.59%
G 212 of 588 ~ 36.05%
B 202 of 588 ~ 34.35'%

%29.59
%36.05
%34.35

CMYK color model

#AED4CA color CMYK value is (18,0,5,17).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 16.86%

CMYK: (18,0,5,17)
C18M0Y5K17 (18%, 0%, 5%, 17%)
(0.18 / 0.00 / 0.05 / 0.17)

CMYK percentages

%17.92
%0
%4.72
%16.86

Codes

Color #AED4CA in popluar color models

AE D4 CA
RGB 174 212 202
HSL 164° 30.65% 75.69%
HSB/HSV 164° 17.92% 83.14%
CMYK 17.92% 0.00% 4.72%
16.86%

Color #AED4CA in popluar number systems.

HEX AE D4 CA
Decimal 174 212 202
Binary 10101110 11010100 11001010
Octal 256 324 312

Shades and tints

Shades of #AED4CA

#AED4CA
(174,212,202)
#9FC1B8
(159,193,184)
#90AEA6
(144,174,166)
#819B94
(129,155,148)
#728882
(114,136,130)
#637570
(99,117,112)
#54625E
(84,98,94)
#454F4C
(69,79,76)
#363C3A
(54,60,58)
#272928
(39,41,40)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #AED4CA

#AED4CA
(174,212,202)
#B5D7CE
(181,215,206)
#BCDAD2
(188,218,210)
#C3DDD6
(195,221,214)
#CAE0DA
(202,224,218)
#D1E3DE
(209,227,222)
#D8E6E2
(216,230,226)
#DFE9E6
(223,233,230)
#E6ECEA
(230,236,234)
#EDEFEE
(237,239,238)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED4CA; }

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

This text font color is #AED4CA.

Background Color

.myBgColor { background-color: #AED4CA; }

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

This div background color is #AED4CA.

Border color

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

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

This div border color is #AED4CA.

Opacity

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

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

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

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

This text has shadow with #AED4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED4CA.

Preview

Color preview on black background

This text has color #AED4CA on black background.


Color preview on white background

This text has color #AED4CA on white background.


Black color preview on #AED4CA background

This text has black color on #AED4CA background.


White color preview on #AED4CA background

This text has white color on #AED4CA background.


Related colors

Complementary color

Complementary color for #hex is #512B35.


I love getcolorcode.com

Triadic colors

1 #CAAED4 and #D4CAAE with #AED4CA are triadic colors.

2 #CAD4AE and #D4AECA with #AED4CA are triadic colors.