COLOR #AED4C9

HEX: #AED4C9
RGB: (174,212,201)

Color info

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

RGB color model

#AED4C9 color RGB value is (174,212,201).

  • red value is 174;
  • green value is 212;
  • blue value is 201.
RGB:
(174,212,201)
(68%,83%,79%)

RGB channels and saturation

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

174
212
201

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

Portions of RGB colors in percentages

R + G + B =
174 + 212 + 201 = 587 (100%)
R 174 of 587 ~ 29.64%
G 212 of 587 ~ 36.12%
B 201 of 587 ~ 34.24%

%29.64
%36.12
%34.24

CMYK color model

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

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • 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
%5.19
%16.86

Codes

Color #AED4C9 in popluar color models

AED4C9
RGB174212201
HSL163°30.65%75.69%
HSB/HSV163°17.92%83.14%
CMYK17.92%0.00%5.19%
16.86%

Color #AED4C9 in popluar number systems.

HEXAED4C9
Decimal174212201
Binary101011101101010011001001
Octal256324311

Shades and tints

Shades of #AED4C9

#AED4C9
(174,212,201)
#9FC1B7
(159,193,183)
#90AEA5
(144,174,165)
#819B93
(129,155,147)
#728881
(114,136,129)
#63756F
(99,117,111)
#54625D
(84,98,93)
#454F4B
(69,79,75)
#363C39
(54,60,57)
#272927
(39,41,39)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AED4C9

#AED4C9
(174,212,201)
#B5D7CD
(181,215,205)
#BCDAD1
(188,218,209)
#C3DDD5
(195,221,213)
#CAE0D9
(202,224,217)
#D1E3DD
(209,227,221)
#D8E6E1
(216,230,225)
#DFE9E5
(223,233,229)
#E6ECE9
(230,236,233)
#EDEFED
(237,239,237)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED4C9; }

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

This text font color is #AED4C9.


Background Color

.myBgColor { background-color: #AED4C9; }

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

This div background color is #AED4C9.


Border color

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

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

This div border color is #AED4C9.


Opacity

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

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

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

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

This text has shadow with #AED4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED4C9 on black background.


Color preview on white background

This text has color #AED4C9 on white background.



Black color preview on #AED4C9 background

This text has black color on #AED4C9 background.


White color preview on #AED4C9 background

This text has white color on #AED4C9 background.