COLOR #AED8CF

HEX: #AED8CF
RGB: (174,216,207)

Color info

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

RGB color model

#AED8CF color RGB value is (174,216,207).

  • red value is 174;
  • green value is 216;
  • blue value is 207.
RGB:
(174,216,207)
(68%,85%,81%)

RGB channels and saturation

R 174 of 255 = 68%
G 216 of 255 = 85%
B 207 of 255 = 81%

174
216
207

R + G + B ~ 78%. #AED8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 216 + 207 = 597 (100%)
R 174 of 597 ~ 29.15%
G 216 of 597 ~ 36.18%
B 207 of 597 ~ 34.67%

%29.15
%36.18
%34.67

CMYK color model

#AED8CF color CMYK value is (19,0,4,15).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 15.29%
CMYK:
(19,0,4,15)
C19M0Y4K15 
(19%,0%,4%,15%)
(0.19/0.00/0.04/0.15)	

CMYK percentages

%19.44
%0
%4.17
%15.29

Codes

Color #AED8CF in popluar color models

AED8CF
RGB174216207
HSL167°35.00%76.47%
HSB/HSV167°19.44%84.71%
CMYK19.44%0.00%4.17%
15.29%

Color #AED8CF in popluar number systems.

HEXAED8CF
Decimal174216207
Binary101011101101100011001111
Octal256330317

Shades and tints

Shades of #AED8CF

#AED8CF
(174,216,207)
#9FC5BD
(159,197,189)
#90B2AB
(144,178,171)
#819F99
(129,159,153)
#728C87
(114,140,135)
#637975
(99,121,117)
#546663
(84,102,99)
#455351
(69,83,81)
#36403F
(54,64,63)
#272D2D
(39,45,45)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #AED8CF

#AED8CF
(174,216,207)
#B5DBD3
(181,219,211)
#BCDED7
(188,222,215)
#C3E1DB
(195,225,219)
#CAE4DF
(202,228,223)
#D1E7E3
(209,231,227)
#D8EAE7
(216,234,231)
#DFEDEB
(223,237,235)
#E6F0EF
(230,240,239)
#EDF3F3
(237,243,243)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED8CF; }

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

This text font color is #AED8CF.


Background Color

.myBgColor { background-color: #AED8CF; }

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

This div background color is #AED8CF.


Border color

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

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

This div border color is #AED8CF.


Opacity

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

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

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

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

This text has shadow with #AED8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED8CF on black background.


Color preview on white background

This text has color #AED8CF on white background.



Black color preview on #AED8CF background

This text has black color on #AED8CF background.


White color preview on #AED8CF background

This text has white color on #AED8CF background.