COLOR #AED4CC

HEX: #AED4CC
RGB: (174,212,204)

Color info

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

RGB color model

#AED4CC color RGB value is (174,212,204).

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

RGB channels and saturation

R 174 of 255 = 68%
G 212 of 255 = 83%
B 204 of 255 = 80%

174
212
204

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

Portions of RGB colors in percentages

R + G + B =
174 + 212 + 204 = 590 (100%)
R 174 of 590 ~ 29.49%
G 212 of 590 ~ 35.93%
B 204 of 590 ~ 34.58%

%29.49
%35.93
%34.58

CMYK color model

#AED4CC color CMYK value is (18,0,4,17).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(18,0,4,17)
C18M0Y4K17 
(18%,0%,4%,17%)
(0.18/0.00/0.04/0.17)	

CMYK percentages

%17.92
%0
%3.77
%16.86

Codes

Color #AED4CC in popluar color models

AED4CC
RGB174212204
HSL167°30.65%75.69%
HSB/HSV167°17.92%83.14%
CMYK17.92%0.00%3.77%
16.86%

Color #AED4CC in popluar number systems.

HEXAED4CC
Decimal174212204
Binary101011101101010011001100
Octal256324314

Shades and tints

Shades of #AED4CC

#AED4CC
(174,212,204)
#9FC1BA
(159,193,186)
#90AEA8
(144,174,168)
#819B96
(129,155,150)
#728884
(114,136,132)
#637572
(99,117,114)
#546260
(84,98,96)
#454F4E
(69,79,78)
#363C3C
(54,60,60)
#27292A
(39,41,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #AED4CC

#AED4CC
(174,212,204)
#B5D7D0
(181,215,208)
#BCDAD4
(188,218,212)
#C3DDD8
(195,221,216)
#CAE0DC
(202,224,220)
#D1E3E0
(209,227,224)
#D8E6E4
(216,230,228)
#DFE9E8
(223,233,232)
#E6ECEC
(230,236,236)
#EDEFF0
(237,239,240)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED4CC; }

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

This text font color is #AED4CC.


Background Color

.myBgColor { background-color: #AED4CC; }

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

This div background color is #AED4CC.


Border color

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

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

This div border color is #AED4CC.


Opacity

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

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

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

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

This text has shadow with #AED4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED4CC on black background.


Color preview on white background

This text has color #AED4CC on white background.



Black color preview on #AED4CC background

This text has black color on #AED4CC background.


White color preview on #AED4CC background

This text has white color on #AED4CC background.