COLOR #AED3CF

HEX: #AED3CF RGB: (174,211,207)

Color info

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

RGB color model

#AED3CF color RGB value is (174,211,207).

RGB: (174,211,207) (68%, 83%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 211 of 255 = 83%
B 207 of 255 = 81%

174
211
207

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

Portions of RGB colors in percentages

R + G + B = 174 + 211 + 207 = 592 (100%)
R 174 of 592 ~ 29.39%
G 211 of 592 ~ 35.64%
B 207 of 592 ~ 34.97'%

%29.39
%35.64
%34.97

CMYK color model

#AED3CF color CMYK value is (18,0,2,17).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.25%

CMYK: (18,0,2,17)
C18M0Y2K17 (18%, 0%, 2%, 17%)
(0.18 / 0.00 / 0.02 / 0.17)

CMYK percentages

%17.54
%0
%1.9
%17.25

Codes

Color #AED3CF in popluar color models

AE D3 CF
RGB 174 211 207
HSL 174° 29.60% 75.49%
HSB/HSV 174° 17.54% 82.75%
CMYK 17.54% 0.00% 1.90%
17.25%

Color #AED3CF in popluar number systems.

HEX AE D3 CF
Decimal 174 211 207
Binary 10101110 11010011 11001111
Octal 256 323 317

Shades and tints

Shades of #AED3CF

#AED3CF
(174,211,207)
#9FC0BD
(159,192,189)
#90ADAB
(144,173,171)
#819A99
(129,154,153)
#728787
(114,135,135)
#637475
(99,116,117)
#546163
(84,97,99)
#454E51
(69,78,81)
#363B3F
(54,59,63)
#27282D
(39,40,45)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #AED3CF

#AED3CF
(174,211,207)
#B5D7D3
(181,215,211)
#BCDBD7
(188,219,215)
#C3DFDB
(195,223,219)
#CAE3DF
(202,227,223)
#D1E7E3
(209,231,227)
#D8EBE7
(216,235,231)
#DFEFEB
(223,239,235)
#E6F3EF
(230,243,239)
#EDF7F3
(237,247,243)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED3CF; }

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

This text font color is #AED3CF.

Background Color

.myBgColor { background-color: #AED3CF; }

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

This div background color is #AED3CF.

Border color

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

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

This div border color is #AED3CF.

Opacity

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

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

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

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

This text has shadow with #AED3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED3CF.

Preview

Color preview on black background

This text has color #AED3CF on black background.


Color preview on white background

This text has color #AED3CF on white background.


Black color preview on #AED3CF background

This text has black color on #AED3CF background.


White color preview on #AED3CF background

This text has white color on #AED3CF background.


Related colors

Complementary color

Complementary color for #hex is #512C30.


I love getcolorcode.com

Triadic colors

1 #CFAED3 and #D3CFAE with #AED3CF are triadic colors.

2 #CFD3AE and #D3AECF with #AED3CF are triadic colors.